| Index: chrome/test/base/test_launcher_utils.cc
|
| diff --git a/chrome/test/base/test_launcher_utils.cc b/chrome/test/base/test_launcher_utils.cc
|
| index 81f9ca4cd4d52f3ed7e3ba7e3d5060443225ddab..88926743500e693745885766a43a6d2aec508e4c 100644
|
| --- a/chrome/test/base/test_launcher_utils.cc
|
| +++ b/chrome/test/base/test_launcher_utils.cc
|
| @@ -16,6 +16,7 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "components/os_crypt/os_crypt_switches.h"
|
| +#include "components/safe_browsing/common/safebrowsing_switches.h"
|
| #include "content/public/common/content_switches.h"
|
|
|
| #if defined(USE_AURA)
|
| @@ -45,7 +46,7 @@ void PrepareBrowserCommandLineForTests(base::CommandLine* command_line) {
|
| command_line->AppendSwitchASCII(switches::kLoggingLevel, "0"); // info
|
|
|
| // Disable safebrowsing autoupdate.
|
| - command_line->AppendSwitch(switches::kSbDisableAutoUpdate);
|
| + command_line->AppendSwitch(safe_browsing::switches::kSbDisableAutoUpdate);
|
|
|
| // Don't install default apps.
|
| command_line->AppendSwitch(switches::kDisableDefaultApps);
|
|
|