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

Unified Diff: ash/shelf/background_animator.h

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/shelf/app_list_shelf_item_delegate.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/shelf/background_animator.h b/ash/shelf/background_animator.h
index 805f7d5e5d2795b1b48767c17577a994d43d4281..37be3be56d9d7d13cdc32f67e8997962c2c73cb9 100644
--- a/ash/shelf/background_animator.h
+++ b/ash/shelf/background_animator.h
@@ -18,8 +18,6 @@ enum BackgroundAnimatorChangeType {
BACKGROUND_CHANGE_IMMEDIATE
};
-namespace internal {
-
// Delegate is notified any time the background changes.
class ASH_EXPORT BackgroundAnimatorDelegate {
public:
@@ -69,7 +67,6 @@ class ASH_EXPORT BackgroundAnimator : public gfx::AnimationDelegate {
DISALLOW_COPY_AND_ASSIGN(BackgroundAnimator);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SHELF_BACKGROUND_ANIMATOR_H_
« no previous file with comments | « ash/shelf/app_list_shelf_item_delegate.cc ('k') | ash/shelf/background_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698