Chromium Code Reviews

Unified Diff: content/browser/browser_process_sub_thread.h

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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « content/browser/browser_main.cc ('k') | content/browser/devtools/devtools_frame_trace_recorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_process_sub_thread.h
diff --git a/content/browser/browser_process_sub_thread.h b/content/browser/browser_process_sub_thread.h
index 2276d6dca4676e33b1024160e28cfe272f53ed40..aded0cb883ff9cc95ea7f32ce738e2b9fa4f659e 100644
--- a/content/browser/browser_process_sub_thread.h
+++ b/content/browser/browser_process_sub_thread.h
@@ -6,6 +6,7 @@
#define CONTENT_BROWSER_BROWSER_PROCESS_SUB_THREAD_H_
#include "base/macros.h"
+#include "base/memory/scoped_ptr.h"
#include "build/build_config.h"
#include "content/browser/browser_thread_impl.h"
#include "content/common/content_export.h"
« no previous file with comments | « content/browser/browser_main.cc ('k') | content/browser/devtools/devtools_frame_trace_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine