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

Unified Diff: content/ppapi_plugin/ppapi_thread.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/common/sandbox_win.h ('k') | content/public/app/startup_helper_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/ppapi_plugin/ppapi_thread.h
diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
index 17deb5e3514c2c904796a12c8cb9afd99a9fb095..faf85c7e3e35ed91956ee9d73cc8212315370421 100644
--- a/content/ppapi_plugin/ppapi_thread.h
+++ b/content/ppapi_plugin/ppapi_thread.h
@@ -27,9 +27,8 @@
#include "base/win/scoped_handle.h"
#endif
-class CommandLine;
-
namespace base {
+class CommandLine;
class FilePath;
}
@@ -45,7 +44,7 @@ class PpapiThread : public ChildThread,
public ppapi::proxy::PluginDispatcher::PluginDelegate,
public ppapi::proxy::PluginProxyDelegate {
public:
- PpapiThread(const CommandLine& command_line, bool is_broker);
+ PpapiThread(const base::CommandLine& command_line, bool is_broker);
virtual ~PpapiThread();
virtual void Shutdown() OVERRIDE;
« no previous file with comments | « content/common/sandbox_win.h ('k') | content/public/app/startup_helper_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698