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

Unified Diff: chrome/browser/extensions/api/chrome_extensions_api_client.h

Issue 1152983004: Move ObserverList to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/api/chrome_extensions_api_client.h
diff --git a/chrome/browser/extensions/api/chrome_extensions_api_client.h b/chrome/browser/extensions/api/chrome_extensions_api_client.h
index 045b62a5be6562eedcb6d1634326f37633790f7d..24bdfe2a7ff4193e8a47a68fa3e1d985767a7adb 100644
--- a/chrome/browser/extensions/api/chrome_extensions_api_client.h
+++ b/chrome/browser/extensions/api/chrome_extensions_api_client.h
@@ -20,7 +20,8 @@ class ChromeExtensionsAPIClient : public ExtensionsAPIClient {
void AddAdditionalValueStoreCaches(
content::BrowserContext* context,
const scoped_refptr<SettingsStorageFactory>& factory,
- const scoped_refptr<ObserverListThreadSafe<SettingsObserver>>& observers,
+ const scoped_refptr<base::ObserverListThreadSafe<SettingsObserver>>&
+ observers,
std::map<settings_namespace::Namespace, ValueStoreCache*>* caches)
override;
AppViewGuestDelegate* CreateAppViewGuestDelegate() const override;
« no previous file with comments | « cc/animation/layer_animation_controller.cc ('k') | chrome/browser/extensions/api/chrome_extensions_api_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698