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

Unified Diff: ash/display/event_transformation_handler.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/display/event_transformation_handler.h ('k') | ash/display/mirror_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/event_transformation_handler.cc
diff --git a/ash/display/event_transformation_handler.cc b/ash/display/event_transformation_handler.cc
index b465ef267f4078990208ac44e79261256e0cab6c..2ea462a0e313c9aeaa79ff1351ba3ebb77f50f3a 100644
--- a/ash/display/event_transformation_handler.cc
+++ b/ash/display/event_transformation_handler.cc
@@ -21,7 +21,6 @@
#endif // defined(OS_CHROMEOS)
namespace ash {
-namespace internal {
namespace {
// Boost factor for non-integrated displays.
@@ -90,5 +89,4 @@ void EventTransformationHandler::OnTouchEvent(ui::TouchEvent* event) {
}
#endif // defined(OS_CHROMEOS)
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/display/event_transformation_handler.h ('k') | ash/display/mirror_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698