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

Unified Diff: components/mus/view_coordinate_conversions.h

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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/test_server_view_delegate.cc ('k') | components/mus/view_coordinate_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/view_coordinate_conversions.h
diff --git a/components/mus/view_coordinate_conversions.h b/components/mus/view_coordinate_conversions.h
index 7696dc690b7fc392d0d188306e970b9940f64f46..2e8b4948adac5886ea025b51d8df72e551d1a618 100644
--- a/components/mus/view_coordinate_conversions.h
+++ b/components/mus/view_coordinate_conversions.h
@@ -11,7 +11,7 @@ class PointF;
class Rect;
}
-namespace view_manager {
+namespace mus {
class ServerView;
@@ -30,6 +30,6 @@ gfx::Rect ConvertRectBetweenViews(const ServerView* from,
const ServerView* to,
const gfx::Rect& rect);
-} // namespace view_manager
+} // namespace mus
#endif // COMPONENTS_MUS_VIEW_COORDINATE_CONVERSIONS_H_
« no previous file with comments | « components/mus/test_server_view_delegate.cc ('k') | components/mus/view_coordinate_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698