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

Unified Diff: ash/display/screen_ash.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
« no previous file with comments | « ash/display/display_controller.h ('k') | ash/first_run/first_run_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/screen_ash.h
diff --git a/ash/display/screen_ash.h b/ash/display/screen_ash.h
index d30ad3607439500d209287879ace528ca258cfb9..8139bf3f627cf93295aa1cdf298dd53f614f89eb 100644
--- a/ash/display/screen_ash.h
+++ b/ash/display/screen_ash.h
@@ -52,7 +52,7 @@ class ASH_EXPORT ScreenAsh : public gfx::Screen {
// It simply has a copy of the displays.
gfx::Screen* CloneForShutdown();
- ObserverList<gfx::DisplayObserver> observers_;
+ base::ObserverList<gfx::DisplayObserver> observers_;
DISALLOW_COPY_AND_ASSIGN(ScreenAsh);
};
« no previous file with comments | « ash/display/display_controller.h ('k') | ash/first_run/first_run_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698