Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2025)

Unified Diff: chrome/browser/extensions/extension_browsertest.cc

Issue 10824198: Move small c/b/extensions classes into extensions namespace no.1 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest-er master for cq Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
« no previous file with comments | « chrome/browser/extensions/extension_activity_log.cc ('k') | chrome/browser/extensions/extension_function_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698