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

Unified Diff: components/policy/core/common/external_data_manager.h

Issue 78763002: Move PolicyMap and its dependencies to components/policy/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: export nested struct Created 7 years, 1 month 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: components/policy/core/common/external_data_manager.h
diff --git a/chrome/browser/policy/external_data_manager.h b/components/policy/core/common/external_data_manager.h
similarity index 83%
rename from chrome/browser/policy/external_data_manager.h
rename to components/policy/core/common/external_data_manager.h
index 155a511051e1f850e48c224b30d1d29e4907adff..fa69953f09cee88b3566048038f33aebb46c89a2 100644
--- a/chrome/browser/policy/external_data_manager.h
+++ b/components/policy/core/common/external_data_manager.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_POLICY_EXTERNAL_DATA_MANAGER_H_
-#define CHROME_BROWSER_POLICY_EXTERNAL_DATA_MANAGER_H_
+#ifndef COMPONENTS_POLICY_CORE_COMMON_EXTERNAL_DATA_MANAGER_H_
+#define COMPONENTS_POLICY_CORE_COMMON_EXTERNAL_DATA_MANAGER_H_
#include <string>
-#include "chrome/browser/policy/external_data_fetcher.h"
+#include "components/policy/core/common/external_data_fetcher.h"
namespace policy {
@@ -32,4 +32,4 @@ class ExternalDataManager {
} // namespace policy
-#endif // CHROME_BROWSER_POLICY_EXTERNAL_DATA_MANAGER_H_
+#endif // COMPONENTS_POLICY_CORE_COMMON_EXTERNAL_DATA_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698