| 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 e761c3a7461854696bc711354be09970d420be9d..1554f12094ed86d0824302088a1458e26114b5a1 100644
|
| --- a/chrome/common/service_process_util_unittest.cc
|
| +++ b/chrome/common/service_process_util_unittest.cc
|
| @@ -163,7 +163,7 @@ TEST_F(ServiceProcessStateTest, AutoRun) {
|
| #endif // defined(OS_WIN)
|
| if (autorun_command_line.get()) {
|
| EXPECT_EQ(autorun_command_line->GetSwitchValueASCII(switches::kProcessType),
|
| - std::string(switches::kServiceProcess));
|
| + std::string(switches::kCloudPrintServiceProcess));
|
| }
|
| ASSERT_TRUE(state.RemoveFromAutoRun());
|
| #if defined(OS_WIN)
|
|
|