| Index: chrome/common/service_process_util_unittest.cc
|
| diff --git a/chrome/common/service_process_util_unittest.cc b/chrome/common/service_process_util_unittest.cc
|
| index 5e892569f530c8a604b6f1ffb516152ea77005cd..f7153fe4365a2a7602bd92019c8b23a5a4b03b89 100644
|
| --- a/chrome/common/service_process_util_unittest.cc
|
| +++ b/chrome/common/service_process_util_unittest.cc
|
| @@ -124,7 +124,7 @@ TEST_F(ServiceProcessStateTest, AutoRun) {
|
| scoped_ptr<CommandLine> autorun_command_line;
|
| #if defined(OS_WIN)
|
| std::string value_name = GetServiceProcessScopedName("_service_run");
|
| - string16 value;
|
| + base::string16 value;
|
| EXPECT_TRUE(base::win::ReadCommandFromAutoRun(HKEY_CURRENT_USER,
|
| UTF8ToWide(value_name),
|
| &value));
|
|
|