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

Unified Diff: chrome/browser/chromeos/policy/device_local_account_policy_store.cc

Issue 12189011: Split up chrome/browser/policy subdirectory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, add chrome/browser/chromeos/policy/OWNERS Created 7 years, 9 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: chrome/browser/chromeos/policy/device_local_account_policy_store.cc
diff --git a/chrome/browser/policy/device_local_account_policy_store.cc b/chrome/browser/chromeos/policy/device_local_account_policy_store.cc
similarity index 97%
rename from chrome/browser/policy/device_local_account_policy_store.cc
rename to chrome/browser/chromeos/policy/device_local_account_policy_store.cc
index 7f93f11274b6a109d3faf2e1890e1bb0ba05e806..dc412f1e2f612d75f27b7031100d7f46cbc8910e 100644
--- a/chrome/browser/policy/device_local_account_policy_store.cc
+++ b/chrome/browser/chromeos/policy/device_local_account_policy_store.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/policy/device_local_account_policy_store.h"
+#include "chrome/browser/chromeos/policy/device_local_account_policy_store.h"
#include "base/bind.h"
#include "base/values.h"
-#include "chrome/browser/policy/device_management_service.h"
+#include "chrome/browser/policy/cloud/device_management_service.h"
#include "chrome/browser/policy/policy_types.h"
#include "chrome/browser/policy/proto/cloud_policy.pb.h"
#include "chrome/browser/policy/proto/device_management_backend.pb.h"

Powered by Google App Engine
This is Rietveld 408576698