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

Unified Diff: win8/delegate_execute/delegate_execute_operation.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 | « win8/delegate_execute/command_execute_impl.h ('k') | win8/delegate_execute/delegate_execute_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/delegate_execute/delegate_execute_operation.h
diff --git a/win8/delegate_execute/delegate_execute_operation.h b/win8/delegate_execute/delegate_execute_operation.h
index 91e2231f72358bca7329477433bc21292b73ed55..26bc19e587cf9e062c49ef2e7bfc62b9d9946394 100644
--- a/win8/delegate_execute/delegate_execute_operation.h
+++ b/win8/delegate_execute/delegate_execute_operation.h
@@ -12,7 +12,9 @@
#include "base/files/file_path.h"
#include "base/strings/string16.h"
+namespace base {
class CommandLine;
+}
namespace delegate_execute {
@@ -43,7 +45,7 @@ class DelegateExecuteOperation {
DelegateExecuteOperation();
~DelegateExecuteOperation();
- bool Init(const CommandLine* cmd_line);
+ bool Init(const base::CommandLine* cmd_line);
OperationType operation_type() const {
return operation_type_;
« no previous file with comments | « win8/delegate_execute/command_execute_impl.h ('k') | win8/delegate_execute/delegate_execute_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698