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

Unified Diff: ash/wallpaper/wallpaper_controller_observer.h

Issue 2290473004: Rename ash desktop_background to wallpaper. (Closed)
Patch Set: Address comments. Created 4 years, 4 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/wallpaper/wallpaper_controller.cc ('k') | ash/wallpaper/wallpaper_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wallpaper/wallpaper_controller_observer.h
diff --git a/ash/desktop_background/desktop_background_controller_observer.h b/ash/wallpaper/wallpaper_controller_observer.h
similarity index 52%
rename from ash/desktop_background/desktop_background_controller_observer.h
rename to ash/wallpaper/wallpaper_controller_observer.h
index 9f74306839b8f3cc9f139da8d22c28f04cdd191b..e72e6fe2904f0cc1956a97f66fbde0c664735300 100644
--- a/ash/desktop_background/desktop_background_controller_observer.h
+++ b/ash/wallpaper/wallpaper_controller_observer.h
@@ -2,22 +2,22 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_CONTROLLER_OBSERVER_H_
-#define ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_CONTROLLER_OBSERVER_H_
+#ifndef ASH_WALLPAPER_WALLPAPER_CONTROLLER_OBSERVER_H_
+#define ASH_WALLPAPER_WALLPAPER_CONTROLLER_OBSERVER_H_
#include "ash/ash_export.h"
namespace ash {
-class ASH_EXPORT DesktopBackgroundControllerObserver {
+class ASH_EXPORT WallpaperControllerObserver {
public:
// Invoked when the wallpaper data is changed.
virtual void OnWallpaperDataChanged() = 0;
protected:
- virtual ~DesktopBackgroundControllerObserver() {}
+ virtual ~WallpaperControllerObserver() {}
};
} // namespace ash
-#endif // ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_CONTROLLER_OBSERVER_H_
+#endif // ASH_WALLPAPER_WALLPAPER_CONTROLLER_OBSERVER_H_
« no previous file with comments | « ash/wallpaper/wallpaper_controller.cc ('k') | ash/wallpaper/wallpaper_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698