Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(927)

Unified Diff: mojo/shell/public/cpp/initialize_base_and_icu.cc

Issue 1852953002: Fix a bunch of IWYU violators that don't include scoped_ptr.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/services/catalog/store.h ('k') | net/base/file_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/initialize_base_and_icu.cc
diff --git a/mojo/shell/public/cpp/initialize_base_and_icu.cc b/mojo/shell/public/cpp/initialize_base_and_icu.cc
index 2ec37dfddf7b762b267a87007efab7770248727b..9eb49fa55e5bd79db031a1f5c5dc7aefc0e170b2 100644
--- a/mojo/shell/public/cpp/initialize_base_and_icu.cc
+++ b/mojo/shell/public/cpp/initialize_base_and_icu.cc
@@ -11,6 +11,7 @@
#include "base/files/file.h"
#include "base/i18n/icu_util.h"
+#include "base/memory/scoped_ptr.h"
#include "base/rand_util.h"
#include "base/sys_info.h"
#include "mojo/public/c/system/types.h"
« no previous file with comments | « mojo/services/catalog/store.h ('k') | net/base/file_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698