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

Unified Diff: ash/system/chromeos/session/logout_button_tray.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
Index: ash/system/chromeos/session/logout_button_tray.cc
diff --git a/ash/system/chromeos/session/logout_button_tray.cc b/ash/system/chromeos/session/logout_button_tray.cc
index 971441da372df7854d46dccd15192fd80d5216b4..850b85061bb4b61e63732d85149a7e6e6bd5e62a 100644
--- a/ash/system/chromeos/session/logout_button_tray.cc
+++ b/ash/system/chromeos/session/logout_button_tray.cc
@@ -25,8 +25,6 @@
#include "ui/views/painter.h"
namespace ash {
-namespace internal {
-
namespace {
const int kLogoutButtonHorizontalExtraPadding = 7;
@@ -164,5 +162,4 @@ void LogoutButtonTray::UpdateVisibility() {
login_status_ != user::LOGGED_IN_LOCKED);
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/chromeos/session/logout_button_tray.h ('k') | ash/system/chromeos/session/logout_confirmation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698