| Index: chrome/browser/extensions/extension_browsertest.cc
|
| diff --git a/chrome/browser/extensions/extension_browsertest.cc b/chrome/browser/extensions/extension_browsertest.cc
|
| index 30955bf072cc98f5064f1bfa95db14d77983a923..45f9e58dc8aa9bb376b82ef655e81c210554f8b0 100644
|
| --- a/chrome/browser/extensions/extension_browsertest.cc
|
| +++ b/chrome/browser/extensions/extension_browsertest.cc
|
| @@ -50,11 +50,11 @@ ExtensionBrowserTest::ExtensionBrowserTest()
|
| target_visible_page_action_count_(-1),
|
| current_channel_(chrome::VersionInfo::CHANNEL_DEV) {
|
| EXPECT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| - AppShortcutManager::SetShortcutCreationDisabledForTesting(true);
|
| + extensions::AppShortcutManager::SetShortcutCreationDisabledForTesting(true);
|
| }
|
|
|
| ExtensionBrowserTest::~ExtensionBrowserTest() {
|
| - AppShortcutManager::SetShortcutCreationDisabledForTesting(false);
|
| + extensions::AppShortcutManager::SetShortcutCreationDisabledForTesting(false);
|
| }
|
|
|
| void ExtensionBrowserTest::SetUpCommandLine(CommandLine* command_line) {
|
|
|