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

Unified Diff: ui/native_theme/native_theme.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
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: ui/native_theme/native_theme.h
diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
index 75d9820acef388f2ef59527b9dcaf92506976b6d..9ceae9d7eaf2f9c596b5af34bcac9cda997de144 100644
--- a/ui/native_theme/native_theme.h
+++ b/ui/native_theme/native_theme.h
@@ -360,7 +360,7 @@ class NATIVE_THEME_EXPORT NativeTheme {
private:
// Observers to notify when the native theme changes.
- ObserverList<NativeThemeObserver> native_theme_observers_;
+ base::ObserverList<NativeThemeObserver> native_theme_observers_;
DISALLOW_COPY_AND_ASSIGN(NativeTheme);
};
« no previous file with comments | « ui/message_center/notification_blocker.h ('k') | ui/ozone/platform/drm/host/drm_gpu_platform_support_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698