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

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

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/default_access_policy.h ('k') | components/mus/vm/display_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/vm/default_access_policy.cc
diff --git a/components/mus/default_access_policy.cc b/components/mus/vm/default_access_policy.cc
similarity index 97%
rename from components/mus/default_access_policy.cc
rename to components/mus/vm/default_access_policy.cc
index f5ffd78dbdb46c510e7077e7d6e31b77ea7a9361..852f310221949d25e950796ae4e20f1b2e21acb1 100644
--- a/components/mus/default_access_policy.cc
+++ b/components/mus/vm/default_access_policy.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/mus/default_access_policy.h"
+#include "components/mus/vm/default_access_policy.h"
-#include "components/mus/access_policy_delegate.h"
-#include "components/mus/server_view.h"
+#include "components/mus/vm/access_policy_delegate.h"
+#include "components/mus/vm/server_view.h"
namespace mus {
« no previous file with comments | « components/mus/vm/default_access_policy.h ('k') | components/mus/vm/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698