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_ |