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

Unified Diff: ash/system/chromeos/screen_security/screen_share_tray_item.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/screen_security/screen_share_tray_item.cc
diff --git a/ash/system/chromeos/screen_security/screen_share_tray_item.cc b/ash/system/chromeos/screen_security/screen_share_tray_item.cc
index 93d858a65a64654c6b38e3e8bf267ae1c05e07aa..e2bf334774df433e4fe380786e07a2d25200c821 100644
--- a/ash/system/chromeos/screen_security/screen_share_tray_item.cc
+++ b/ash/system/chromeos/screen_security/screen_share_tray_item.cc
@@ -16,7 +16,6 @@
using message_center::Notification;
namespace ash {
-namespace internal {
namespace {
const char kScreenShareNotificationId[] = "chrome://screen/share";
@@ -100,5 +99,4 @@ void ScreenShareTrayItem::OnScreenShareStop() {
Update();
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/chromeos/screen_security/screen_share_tray_item.h ('k') | ash/system/chromeos/screen_security/screen_tray_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698