| Index: chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc
|
| diff --git a/chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc b/chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc
|
| index 2f2481e04b600db08489a172114f8cc0da694962..bc53a2f9b11772e7ae2a50ca303e94f67bf3d1ca 100644
|
| --- a/chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc
|
| +++ b/chrome/browser/chromeos/ui/idle_app_name_notification_view_unittest.cc
|
| @@ -32,8 +32,8 @@ class IdleAppNameNotificationViewTest : public BrowserWithTestWindowTest {
|
|
|
| virtual void SetUp() override {
|
| // Add the application switch.
|
| - CommandLine::ForCurrentProcess()->AppendSwitchASCII(::switches::kAppId,
|
| - kTestAppName);
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitchASCII(
|
| + ::switches::kAppId, kTestAppName);
|
|
|
| BrowserWithTestWindowTest::SetUp();
|
|
|
|
|