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

Unified Diff: gin/shell_runner.h

Issue 1853033003: Fix IWYU violators that don't include scoped_ptr.h in Windows build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « extensions/browser/guest_view/web_view/web_view_find_helper.h ('k') | google_apis/gaia/gaia_auth_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/shell_runner.h
diff --git a/gin/shell_runner.h b/gin/shell_runner.h
index 2d1cc4902b52c8bff84389220d814e1ececa787d..71f00fd2bcfeb0e27d688d4baaa699e699c47b34 100644
--- a/gin/shell_runner.h
+++ b/gin/shell_runner.h
@@ -6,6 +6,7 @@
#define GIN_SHELL_RUNNER_H_
#include "base/macros.h"
+#include "base/memory/scoped_ptr.h"
#include "gin/runner.h"
namespace gin {
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_find_helper.h ('k') | google_apis/gaia/gaia_auth_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698