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

Unified Diff: cloud_print/service/win/service_controller.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 | « cloud_print/service/win/chrome_launcher.h ('k') | cloud_print/service/win/service_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/service/win/service_controller.h
diff --git a/cloud_print/service/win/service_controller.h b/cloud_print/service/win/service_controller.h
index 3b1781e815e8db7b8736945be8f86e74f022e2a0..6868fbd9571c11b855b5ad55ee2ab00e7cc741d3 100644
--- a/cloud_print/service/win/service_controller.h
+++ b/cloud_print/service/win/service_controller.h
@@ -69,7 +69,7 @@ class ServiceController {
State state_;
base::string16 user_;
bool is_logging_enabled_;
- CommandLine command_line_;
+ base::CommandLine command_line_;
};
#endif // CLOUD_PRINT_SERVICE_SERVICE_CONTROLLER_H_
« no previous file with comments | « cloud_print/service/win/chrome_launcher.h ('k') | cloud_print/service/win/service_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698