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

Unified Diff: components/wallpaper/wallpaper_resizer.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: components/wallpaper/wallpaper_resizer.h
diff --git a/components/wallpaper/wallpaper_resizer.h b/components/wallpaper/wallpaper_resizer.h
index a7ec1f00aba960c02b54a4f005406bbd1c8c9c91..21fb7db4bb27fa0ae2b28ef1d0b1b302f67e96c2 100644
--- a/components/wallpaper/wallpaper_resizer.h
+++ b/components/wallpaper/wallpaper_resizer.h
@@ -56,7 +56,7 @@ class WALLPAPER_EXPORT WallpaperResizer {
// has finished running.
void OnResizeFinished(SkBitmap* resized_bitmap);
- ObserverList<WallpaperResizerObserver> observers_;
+ base::ObserverList<WallpaperResizerObserver> observers_;
// Image that should currently be used for wallpaper. It initially
// contains the original image and is updated to contain the resized

Powered by Google App Engine
This is Rietveld 408576698