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

Unified Diff: components/mus/view_locator.h

Issue 1351013002: Revert of Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « components/mus/view_coordinate_conversions_unittest.cc ('k') | components/mus/view_locator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/view_locator.h
diff --git a/components/mus/view_locator.h b/components/mus/view_locator.h
index 883c625a4b43c1d2eef0903a7a25d25baeed0d06..c974834a37e855c072b5f81e3a088edbf1626a8a 100644
--- a/components/mus/view_locator.h
+++ b/components/mus/view_locator.h
@@ -9,7 +9,7 @@
class Point;
}
-namespace mus {
+namespace view_manager {
class ServerView;
@@ -19,6 +19,6 @@
ServerView* FindDeepestVisibleView(ServerView* view,
const gfx::Point& location);
-} // namespace mus
+} // namespace view_manager
#endif // COMPONENTS_MUS_VIEW_LOCATOR_H_
« no previous file with comments | « components/mus/view_coordinate_conversions_unittest.cc ('k') | components/mus/view_locator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698