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

Unified Diff: ash/magnifier/magnification_controller_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
« no previous file with comments | « ash/magnifier/magnification_controller.cc ('k') | ash/metrics/user_metrics_recorder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/magnifier/magnification_controller_unittest.cc
diff --git a/ash/magnifier/magnification_controller_unittest.cc b/ash/magnifier/magnification_controller_unittest.cc
index 5ad2d12b99a955c0f8d54c591d44da6a7191bcd4..72edf410180b2d4d63d3bff1d4ddada2ce4c6091 100644
--- a/ash/magnifier/magnification_controller_unittest.cc
+++ b/ash/magnifier/magnification_controller_unittest.cc
@@ -16,7 +16,6 @@
#include "ui/gfx/screen.h"
namespace ash {
-namespace internal {
namespace {
const int kRootHeight = 600;
@@ -439,5 +438,4 @@ TEST_F(MagnificationControllerTest, PanWindowToLeft) {
EXPECT_EQ("100,300", GetHostMouseLocation());
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/magnifier/magnification_controller.cc ('k') | ash/metrics/user_metrics_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698