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

Unified Diff: ash/system/tray/hover_highlight_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/hover_highlight_view.h ('k') | ash/system/tray/special_popup_row.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/hover_highlight_view.cc
diff --git a/ash/system/tray/hover_highlight_view.cc b/ash/system/tray/hover_highlight_view.cc
index e78944cc9a56074a8f177bc1dffaf72124ca7aed..ac445b6b2189f174c2b6154ad0a74800ec436a66 100644
--- a/ash/system/tray/hover_highlight_view.cc
+++ b/ash/system/tray/hover_highlight_view.cc
@@ -25,7 +25,6 @@ const int kCheckLabelPadding = 4;
} // namespace
namespace ash {
-namespace internal {
HoverHighlightView::HoverHighlightView(ViewClickListener* listener)
: listener_(listener),
@@ -186,5 +185,4 @@ void HoverHighlightView::OnFocus() {
ActionableView::OnFocus();
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/tray/hover_highlight_view.h ('k') | ash/system/tray/special_popup_row.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698