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

Unified Diff: ash/system/status_area_widget.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/status_area_widget.h ('k') | ash/system/status_area_widget_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/status_area_widget.cc
diff --git a/ash/system/status_area_widget.cc b/ash/system/status_area_widget.cc
index 0b2f7d003a4d1d6cb718e929f9c33f2db273c9c7..ac2cffbf3c7fc38f8dc5f0a3934fb144e4a4c914 100644
--- a/ash/system/status_area_widget.cc
+++ b/ash/system/status_area_widget.cc
@@ -28,12 +28,10 @@
namespace ash {
-namespace internal {
-
const char StatusAreaWidget::kNativeViewName[] = "StatusAreaWidget";
StatusAreaWidget::StatusAreaWidget(aura::Window* status_container)
- : status_area_widget_delegate_(new internal::StatusAreaWidgetDelegate),
+ : status_area_widget_delegate_(new StatusAreaWidgetDelegate),
overview_button_tray_(NULL),
system_tray_(NULL),
web_notification_tray_(NULL),
@@ -191,5 +189,4 @@ void StatusAreaWidget::UpdateAfterLoginStatusChange(
overview_button_tray_->UpdateAfterLoginStatusChange(login_status);
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/status_area_widget.h ('k') | ash/system/status_area_widget_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698