Index: chrome/browser/apps/app_browsertest_util.cc |
diff --git a/chrome/browser/apps/app_browsertest_util.cc b/chrome/browser/apps/app_browsertest_util.cc |
index 24a161cd8172d5896c50d938b06fd979cf684a68..9a04d3c8359703331891afd80f870d822c7d9442 100644 |
--- a/chrome/browser/apps/app_browsertest_util.cc |
+++ b/chrome/browser/apps/app_browsertest_util.cc |
@@ -14,7 +14,6 @@ |
#include "chrome/browser/ui/apps/chrome_shell_window_delegate.h" |
#include "chrome/browser/ui/browser.h" |
#include "chrome/browser/ui/extensions/application_launch.h" |
-#include "chrome/common/chrome_switches.h" |
#include "content/public/browser/notification_service.h" |
#include "content/public/test/browser_test_utils.h" |
#include "content/public/test/test_utils.h" |
@@ -37,8 +36,8 @@ void PlatformAppBrowserTest::SetUpCommandLine(CommandLine* command_line) { |
ExtensionBrowserTest::SetUpCommandLine(command_line); |
// Make event pages get suspended quicker. |
- command_line->AppendSwitchASCII(::switches::kEventPageIdleTime, "1"); |
- command_line->AppendSwitchASCII(::switches::kEventPageSuspendingTime, "1"); |
+ command_line->AppendSwitchASCII(switches::kEventPageIdleTime, "1"); |
+ command_line->AppendSwitchASCII(switches::kEventPageSuspendingTime, "1"); |
} |
// static |