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

Unified Diff: components/mus/window_manager_access_policy.cc

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/window_manager_access_policy.cc
diff --git a/components/mus/window_manager_access_policy.cc b/components/mus/window_manager_access_policy.cc
index 5d350db508d5a3f16cc57d7fca2f4fd0a758c468..0a50e430d62371298521ab8334a6f282d472d897 100644
--- a/components/mus/window_manager_access_policy.cc
+++ b/components/mus/window_manager_access_policy.cc
@@ -7,13 +7,13 @@
#include "components/mus/access_policy_delegate.h"
#include "components/mus/server_view.h"
-namespace view_manager {
+namespace mus {
// TODO(sky): document why this differs from default for each case. Maybe want
// to subclass DefaultAccessPolicy.
WindowManagerAccessPolicy::WindowManagerAccessPolicy(
- mojo::ConnectionSpecificId connection_id,
+ ConnectionSpecificId connection_id,
AccessPolicyDelegate* delegate)
: connection_id_(connection_id), delegate_(delegate) {}
@@ -110,4 +110,4 @@ bool WindowManagerAccessPolicy::IsViewKnown(const ServerView* view) const {
return delegate_->IsViewKnownForAccessPolicy(view);
}
-} // namespace view_manager
+} // namespace mus

Powered by Google App Engine
This is Rietveld 408576698