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

Unified Diff: components/app_modal/javascript_dialog_manager.cc

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 years, 3 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: components/app_modal/javascript_dialog_manager.cc
diff --git a/components/app_modal/javascript_dialog_manager.cc b/components/app_modal/javascript_dialog_manager.cc
index ceee3b5a84fb2108771849ce042e6710a4dc7c91..2d3c2aa0bdf051e637d059a205b6fedf37a90226 100644
--- a/components/app_modal/javascript_dialog_manager.cc
+++ b/components/app_modal/javascript_dialog_manager.cc
@@ -52,7 +52,7 @@ bool ShouldDisplaySuppressCheckbox(
// static
JavaScriptDialogManager* JavaScriptDialogManager::GetInstance() {
- return Singleton<JavaScriptDialogManager>::get();
+ return base::Singleton<JavaScriptDialogManager>::get();
}
void JavaScriptDialogManager::SetNativeDialogFactory(
« no previous file with comments | « components/app_modal/javascript_dialog_manager.h ('k') | components/autofill/core/browser/autofill_country.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698