| 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 083e091979481b5bc189520afbec92d1755acf25..d4faa8e713d864d7833921b52a103f2375f1196f 100644
|
| --- a/cloud_print/service/win/service_utils.h
|
| +++ b/cloud_print/service/win/service_utils.h
|
| @@ -9,8 +9,8 @@ class CommandLine;
|
|
|
| #include "base/strings/string16.h"
|
|
|
| -string16 ReplaceLocalHostInName(const string16& user_name);
|
| -string16 GetCurrentUserName();
|
| +base::string16 ReplaceLocalHostInName(const base::string16& user_name);
|
| +base::string16 GetCurrentUserName();
|
| void CopyChromeSwitchesFromCurrentProcess(CommandLine* destination);
|
|
|
| #endif // CLOUD_PRINT_SERVICE_SERVICE_UTILS_H_
|
|
|