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

Unified Diff: components/mus/default_access_policy.h

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (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/connection_manager_delegate.h ('k') | components/mus/default_access_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/default_access_policy.h
diff --git a/components/view_manager/default_access_policy.h b/components/mus/default_access_policy.h
similarity index 90%
rename from components/view_manager/default_access_policy.h
rename to components/mus/default_access_policy.h
index 158e545f20857db872c3a0d527f5926189299b48..5c85e1dcc97c15694ea7806fafc42005da4798bd 100644
--- a/components/view_manager/default_access_policy.h
+++ b/components/mus/default_access_policy.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_VIEW_MANAGER_DEFAULT_ACCESS_POLICY_H_
-#define COMPONENTS_VIEW_MANAGER_DEFAULT_ACCESS_POLICY_H_
+#ifndef COMPONENTS_MUS_DEFAULT_ACCESS_POLICY_H_
+#define COMPONENTS_MUS_DEFAULT_ACCESS_POLICY_H_
#include "base/basictypes.h"
-#include "components/view_manager/access_policy.h"
+#include "components/mus/access_policy.h"
namespace view_manager {
@@ -55,4 +55,4 @@ class DefaultAccessPolicy : public AccessPolicy {
} // namespace view_manager
-#endif // COMPONENTS_VIEW_MANAGER_DEFAULT_ACCESS_POLICY_H_
+#endif // COMPONENTS_MUS_DEFAULT_ACCESS_POLICY_H_
« no previous file with comments | « components/mus/connection_manager_delegate.h ('k') | components/mus/default_access_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698