| Index: ash/system/web_notification/web_notification_tray_unittest.cc
|
| diff --git a/ash/system/web_notification/web_notification_tray_unittest.cc b/ash/system/web_notification/web_notification_tray_unittest.cc
|
| index d5bad51740820089987e388dbdbfb10aacb82ec4..113ed211939cba4b75cd5da37dc72b0031bbeb59 100644
|
| --- a/ash/system/web_notification/web_notification_tray_unittest.cc
|
| +++ b/ash/system/web_notification/web_notification_tray_unittest.cc
|
| @@ -95,7 +95,7 @@ class WebNotificationTrayTest : public test::AshTestBase {
|
| ~WebNotificationTrayTest() override {}
|
|
|
| void SetUp() override {
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kEnableTouchFeedback);
|
| test::AshTestBase::SetUp();
|
| }
|
|
|