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

Unified Diff: ash/shelf/background_animator.h

Issue 12313118: Refactor: Shelf Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: safer shutdown (status_area_widget_) Created 7 years, 9 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/screen_ash_unittest.cc ('k') | ash/shelf/background_animator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/background_animator.h
diff --git a/ash/launcher/background_animator.h b/ash/shelf/background_animator.h
similarity index 88%
rename from ash/launcher/background_animator.h
rename to ash/shelf/background_animator.h
index cb4bdcd8b43002738dd14ca6075e157077cfce39..7e87fd7b4bf8682aefe1ffe703d5bbd00ef10598 100644
--- a/ash/launcher/background_animator.h
+++ b/ash/shelf/background_animator.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_LAUNCHER_BACKGROUND_ANIMATOR_H_
-#define ASH_LAUNCHER_BACKGROUND_ANIMATOR_H_
+#ifndef ASH_SHELF_BACKGROUND_ANIMATOR_H_
+#define ASH_SHELF_BACKGROUND_ANIMATOR_H_
#include "ash/ash_export.h"
#include "base/basictypes.h"
@@ -22,8 +22,7 @@ class ASH_EXPORT BackgroundAnimatorDelegate {
virtual ~BackgroundAnimatorDelegate() {}
};
-// BackgroundAnimator is used by the launcher and system tray to animate the
-// background (alpha).
+// BackgroundAnimator is used by the shelf to animate the background (alpha).
class ASH_EXPORT BackgroundAnimator : public ui::AnimationDelegate {
public:
// How the background can be changed.
@@ -69,4 +68,4 @@ class ASH_EXPORT BackgroundAnimator : public ui::AnimationDelegate {
} // namespace internal
} // namespace ash
-#endif // ASH_LAUNCHER_BACKGROUND_ANIMATOR_H_
+#endif // ASH_SHELF_BACKGROUND_ANIMATOR_H_
« no previous file with comments | « ash/screen_ash_unittest.cc ('k') | ash/shelf/background_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698