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

Unified Diff: components/mus/access_policy_delegate.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/access_policy.h ('k') | components/mus/android_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/access_policy_delegate.h
diff --git a/components/view_manager/access_policy_delegate.h b/components/mus/access_policy_delegate.h
similarity index 83%
rename from components/view_manager/access_policy_delegate.h
rename to components/mus/access_policy_delegate.h
index 520047222e89c9505fa9ce637499755a34a83ccd..af4a50db072ea664e04b046c153067fa9a4ed614 100644
--- a/components/view_manager/access_policy_delegate.h
+++ b/components/mus/access_policy_delegate.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_VIEW_MANAGER_ACCESS_POLICY_DELEGATE_H_
-#define COMPONENTS_VIEW_MANAGER_ACCESS_POLICY_DELEGATE_H_
+#ifndef COMPONENTS_MUS_ACCESS_POLICY_DELEGATE_H_
+#define COMPONENTS_MUS_ACCESS_POLICY_DELEGATE_H_
#include <vector>
#include "base/containers/hash_tables.h"
-#include "components/view_manager/ids.h"
+#include "components/mus/ids.h"
namespace view_manager {
@@ -37,4 +37,4 @@ class AccessPolicyDelegate {
} // namespace view_manager
-#endif // COMPONENTS_VIEW_MANAGER_ACCESS_POLICY_DELEGATE_H_
+#endif // COMPONENTS_MUS_ACCESS_POLICY_DELEGATE_H_
« no previous file with comments | « components/mus/access_policy.h ('k') | components/mus/android_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698