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); |
}; |