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

Unified Diff: components/mus/vm/default_access_policy.h

Issue 1377493002: mus: move View Manager to components/mus/vm (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/vm/connection_manager_delegate.h ('k') | components/mus/vm/default_access_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/vm/default_access_policy.h
diff --git a/components/mus/default_access_policy.h b/components/mus/vm/default_access_policy.h
similarity index 91%
rename from components/mus/default_access_policy.h
rename to components/mus/vm/default_access_policy.h
index 7ee9b88317eb5df9710b2abb33969c6b199c911a..194c9031b68ee43f9a5fc914bf2401a4efe2f24f 100644
--- a/components/mus/default_access_policy.h
+++ b/components/mus/vm/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_MUS_DEFAULT_ACCESS_POLICY_H_
-#define COMPONENTS_MUS_DEFAULT_ACCESS_POLICY_H_
+#ifndef COMPONENTS_MUS_VM_DEFAULT_ACCESS_POLICY_H_
+#define COMPONENTS_MUS_VM_DEFAULT_ACCESS_POLICY_H_
#include "base/basictypes.h"
-#include "components/mus/access_policy.h"
+#include "components/mus/vm/access_policy.h"
namespace mus {
@@ -54,4 +54,4 @@ class DefaultAccessPolicy : public AccessPolicy {
} // namespace mus
-#endif // COMPONENTS_MUS_DEFAULT_ACCESS_POLICY_H_
+#endif // COMPONENTS_MUS_VM_DEFAULT_ACCESS_POLICY_H_
« no previous file with comments | « components/mus/vm/connection_manager_delegate.h ('k') | components/mus/vm/default_access_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698