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

Unified Diff: components/mus/server_view_observer.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
Index: components/mus/server_view_observer.h
diff --git a/components/mus/server_view_observer.h b/components/mus/server_view_observer.h
index 51c14fa8560be656d38c12cde61f28267658a730..d744639d7e21d207ea05ef34eaffa6fb9c6fa7c5 100644
--- a/components/mus/server_view_observer.h
+++ b/components/mus/server_view_observer.h
@@ -5,13 +5,13 @@
#ifndef COMPONENTS_MUS_SERVER_VIEW_OBSERVER_H_
#define COMPONENTS_MUS_SERVER_VIEW_OBSERVER_H_
-#include "components/mus/public/interfaces/view_manager_constants.mojom.h"
+#include "components/mus/public/interfaces/mus_constants.mojom.h"
namespace gfx {
class Rect;
}
-namespace mojo {
+namespace mus {
class ViewportMetrics;
}
@@ -19,7 +19,7 @@ namespace ui {
struct TextInputState;
}
-namespace view_manager {
+namespace mus {
class ServerView;
@@ -65,6 +65,6 @@ class ServerViewObserver {
virtual ~ServerViewObserver() {}
};
-} // namespace view_manager
+} // namespace mus
#endif // COMPONENTS_MUS_SERVER_VIEW_OBSERVER_H_
« no previous file with comments | « components/mus/server_view_drawn_tracker_unittest.cc ('k') | components/mus/surfaces/surfaces_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698