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

Unified Diff: content/renderer/render_view_impl.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « content/public/test/test_launcher.h ('k') | content/shell/browser/shell_content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 658a47e868af9765d2ffbeabdc921206f9541cf8..ff9ef653fa6915fbb3b76379daa7ba19197b711e 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -73,7 +73,6 @@
#pragma warning(disable: 4250)
#endif
-class CommandLine;
class PepperDeviceTest;
class SkBitmap;
struct PP_NetAddress_Private;
@@ -81,6 +80,10 @@ struct FrameMsg_Navigate_Params;
struct ViewMsg_PostMessage_Params;
struct ViewMsg_StopFinding_Params;
+namespace base {
+class CommandLine;
+}
+
namespace ui {
struct SelectedFileInfo;
} // namespace ui
@@ -1022,7 +1025,7 @@ class CONTENT_EXPORT RenderViewImpl
// Processes the command-line flags --enable-viewport,
// --enable-fixed-layout[=w,h] and --enable-pinch.
- void ProcessViewLayoutFlags(const CommandLine& command_line);
+ void ProcessViewLayoutFlags(const base::CommandLine& command_line);
#if defined(OS_ANDROID)
// Launch an Android content intent with the given URL.
« no previous file with comments | « content/public/test/test_launcher.h ('k') | content/shell/browser/shell_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698