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

Unified Diff: cloud_print/service/win/service_utils.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/service_controller.h ('k') | components/nacl/browser/nacl_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/service/win/service_utils.h
diff --git a/cloud_print/service/win/service_utils.h b/cloud_print/service/win/service_utils.h
index d4faa8e713d864d7833921b52a103f2375f1196f..a509772818cba12101d1362a0c31bdc1c7e3651b 100644
--- a/cloud_print/service/win/service_utils.h
+++ b/cloud_print/service/win/service_utils.h
@@ -5,13 +5,15 @@
#ifndef CLOUD_PRINT_SERVICE_SERVICE_UTILS_H_
#define CLOUD_PRINT_SERVICE_SERVICE_UTILS_H_
-class CommandLine;
-
#include "base/strings/string16.h"
+namespace base {
+class CommandLine;
+}
+
base::string16 ReplaceLocalHostInName(const base::string16& user_name);
base::string16 GetCurrentUserName();
-void CopyChromeSwitchesFromCurrentProcess(CommandLine* destination);
+void CopyChromeSwitchesFromCurrentProcess(base::CommandLine* destination);
#endif // CLOUD_PRINT_SERVICE_SERVICE_UTILS_H_
« no previous file with comments | « cloud_print/service/win/service_controller.h ('k') | components/nacl/browser/nacl_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698