Skip to content

Commit

Permalink
Add missing ostream includes.
Browse files Browse the repository at this point in the history
These compilation units had a transitive dependency on ostream via
base/numerics/safe_conversions.h. The ostream include in
safe_conversions.h is however unused and should be removed.

This CL was uploaded by git cl split.

R=shaochuan@chromium.org

Bug: 1270812, 1372522
Change-Id: Ia2f3574b08298db21bdee07f455c3069f896132b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4057286
Commit-Queue: Shao-Chuan Lee <shaochuan@chromium.org>
Auto-Submit: Jean-Philippe Gravel <jpgravel@chromium.org>
Reviewed-by: Shao-Chuan Lee <shaochuan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1075878}
  • Loading branch information
graveljp authored and Chromium LUCI CQ committed Nov 26, 2022
1 parent 0ebfe51 commit bf80b11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ash/components/arc/metrics/stability_metrics_manager.cc
Expand Up @@ -4,6 +4,8 @@

#include "ash/components/arc/metrics/stability_metrics_manager.h"

#include <ostream>

#include "ash/components/arc/arc_prefs.h"
#include "base/metrics/histogram_macros.h"
#include "components/prefs/pref_service.h"
Expand Down

0 comments on commit bf80b11

Please sign in to comment.