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

Unified Diff: components/mus/access_policy.h

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated all the namespaces in mus 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/access_policy.h
diff --git a/components/mus/access_policy.h b/components/mus/access_policy.h
index 89f8b295923e6d8c73a8ee4151e36de37a6ede07..ba55cd14158c538b1e440e87133934e5ba3d8284 100644
--- a/components/mus/access_policy.h
+++ b/components/mus/access_policy.h
@@ -6,9 +6,9 @@
#define COMPONENTS_MUS_ACCESS_POLICY_H_
#include "components/mus/ids.h"
-#include "components/mus/public/interfaces/view_manager_constants.mojom.h"
+#include "components/mus/public/interfaces/mus_constants.mojom.h"
-namespace view_manager {
+namespace mus {
class ServerView;
@@ -54,6 +54,6 @@ class AccessPolicy {
const ServerView* focused) = 0;
};
-} // namespace view_manager
+} // namespace mus
#endif // COMPONENTS_MUS_ACCESS_POLICY_H_

Powered by Google App Engine
This is Rietveld 408576698