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

Unified Diff: extensions/browser/api/test/test_api.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
« no previous file with comments | « extensions/browser/api/test/test_api.h ('k') | extensions/browser/api/vpn_provider/vpn_service_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/test/test_api.cc
diff --git a/extensions/browser/api/test/test_api.cc b/extensions/browser/api/test/test_api.cc
index 689f91a9978bfed096e6c29f8c67adbd47e566f8..be9f7c2b325fdeeceae9e7513091c4778a2bef00 100644
--- a/extensions/browser/api/test/test_api.cc
+++ b/extensions/browser/api/test/test_api.cc
@@ -111,7 +111,7 @@ TestGetConfigFunction::TestConfigState::TestConfigState()
// static
TestGetConfigFunction::TestConfigState*
TestGetConfigFunction::TestConfigState::GetInstance() {
- return Singleton<TestConfigState>::get();
+ return base::Singleton<TestConfigState>::get();
}
TestGetConfigFunction::~TestGetConfigFunction() {}
« no previous file with comments | « extensions/browser/api/test/test_api.h ('k') | extensions/browser/api/vpn_provider/vpn_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698