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

Unified Diff: chrome/browser/ui/views/ash/tab_scrubber_browsertest.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: chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc
diff --git a/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc b/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc
index 58b85fcd9f26dbf0bca271f2ff6d06f53f8fc342..e06bc6dee618f1d381d409031fb2820afd2c675d 100644
--- a/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc
+++ b/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc
@@ -52,7 +52,7 @@ class TabScrubberTest : public InProcessBrowserTest,
// Disable external monitor scaling of coordinates.
ash::Shell* shell = ash::Shell::GetInstance();
shell->event_transformation_handler()->set_transformation_mode(
- ash::internal::EventTransformationHandler::TRANSFORM_NONE);
+ ash::EventTransformationHandler::TRANSFORM_NONE);
}
virtual void CleanUpOnMainThread() OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698