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

Unified Diff: ash/system/chromeos/screen_security/screen_tray_item_unittest.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_tray_item_unittest.cc
diff --git a/ash/system/chromeos/screen_security/screen_tray_item_unittest.cc b/ash/system/chromeos/screen_security/screen_tray_item_unittest.cc
index c8e673cdc6634914283624879a2541a9ff99cf05..027d81c304e785f02df5e20bc8a7be3771df037d 100644
--- a/ash/system/chromeos/screen_security/screen_tray_item_unittest.cc
+++ b/ash/system/chromeos/screen_security/screen_tray_item_unittest.cc
@@ -17,7 +17,6 @@
#include "ui/views/view.h"
namespace ash {
-namespace internal {
// Test with unicode strings.
const char kTestScreenCaptureAppName[] =
@@ -223,5 +222,4 @@ TEST_F(ScreenShareTest, SystemTrayInteraction) {
TestSystemTrayInteraction(this);
}
-} // namespace internal
-} // namespace ash
+} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698