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

Unified Diff: ash/system/tray/throbber_view.cc

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/system/tray/throbber_view.h ('k') | ash/system/tray/tray_background_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/throbber_view.cc
diff --git a/ash/system/tray/throbber_view.cc b/ash/system/tray/throbber_view.cc
index 2c2cc2069044ffb7758b7436de8e4f8dad03c8f3..c24b2917d54cfc12d9c8a63e24623a29c744c109 100644
--- a/ash/system/tray/throbber_view.cc
+++ b/ash/system/tray/throbber_view.cc
@@ -11,8 +11,6 @@
#include "ui/compositor/scoped_layer_animation_settings.h"
namespace ash {
-namespace internal {
-
namespace {
// Time in ms per throbber frame.
@@ -106,5 +104,4 @@ void ThrobberView::ScheduleAnimation(bool start_throbber) {
layer()->SetOpacity(start_throbber ? 1.0 : 0.0);
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/tray/throbber_view.h ('k') | ash/system/tray/tray_background_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698