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

Unified Diff: ash/system/chromeos/network/tray_sms.h

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/chromeos/network/tray_network_state_observer.cc ('k') | ash/system/chromeos/network/tray_sms.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/network/tray_sms.h
diff --git a/ash/system/chromeos/network/tray_sms.h b/ash/system/chromeos/network/tray_sms.h
index 5a79360052ad7bcbc49f4a78edd2245b6edb0c8d..9796acf70ca0941f8cce828f36f2111d262fe6aa 100644
--- a/ash/system/chromeos/network/tray_sms.h
+++ b/ash/system/chromeos/network/tray_sms.h
@@ -12,7 +12,6 @@
#include "chromeos/network/network_sms_handler.h"
namespace ash {
-namespace internal {
class TraySms : public SystemTrayItem,
public chromeos::NetworkSmsHandler::Observer {
@@ -60,7 +59,6 @@ class TraySms : public SystemTrayItem,
DISALLOW_COPY_AND_ASSIGN(TraySms);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SYSTEM_CHROMEOS_NETWORK_TRAY_SMS_H
« no previous file with comments | « ash/system/chromeos/network/tray_network_state_observer.cc ('k') | ash/system/chromeos/network/tray_sms.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698