| 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_
|
|
|