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

Unified Diff: components/offline_pages/core/client_policy_controller.h

Issue 2489443002: Move all components/offline_pages/ files into component/offline_pages/core (Closed)
Patch Set: rebase Created 4 years 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/offline_pages/core/client_policy_controller.h
diff --git a/components/offline_pages/client_policy_controller.h b/components/offline_pages/core/client_policy_controller.h
similarity index 90%
rename from components/offline_pages/client_policy_controller.h
rename to components/offline_pages/core/client_policy_controller.h
index 8e2d21a4268cf48a22013575a9d3e185f787535e..5e5cd21467a6901c41f4bdebd7e6949207cadeb6 100644
--- a/components/offline_pages/client_policy_controller.h
+++ b/components/offline_pages/core/client_policy_controller.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_OFFLINE_PAGES_CLIENT_POLICY_CONTROLLER_H_
-#define COMPONENTS_OFFLINE_PAGES_CLIENT_POLICY_CONTROLLER_H_
+#ifndef COMPONENTS_OFFLINE_PAGES_CORE_CLIENT_POLICY_CONTROLLER_H_
+#define COMPONENTS_OFFLINE_PAGES_CORE_CLIENT_POLICY_CONTROLLER_H_
#include <stdint.h>
@@ -13,7 +13,7 @@
#include <vector>
#include "base/time/time.h"
-#include "components/offline_pages/offline_page_client_policy.h"
+#include "components/offline_pages/core/offline_page_client_policy.h"
namespace offline_pages {
@@ -74,4 +74,4 @@ class ClientPolicyController {
} // namespace offline_pages
-#endif // COMPONENTS_OFFLINE_PAGES_CLIENT_POLICY_CONTROLLER_H_
+#endif // COMPONENTS_OFFLINE_PAGES_CORE_CLIENT_POLICY_CONTROLLER_H_
« no previous file with comments | « components/offline_pages/core/client_namespace_constants.cc ('k') | components/offline_pages/core/client_policy_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698