| Index: components/offline_pages/core/background/update_request_task.h
|
| diff --git a/components/offline_pages/background/update_request_task.h b/components/offline_pages/core/background/update_request_task.h
|
| similarity index 86%
|
| rename from components/offline_pages/background/update_request_task.h
|
| rename to components/offline_pages/core/background/update_request_task.h
|
| index ad332bd9bb0ceb6b0d64118422a994b3ed2b4664..bef04f5b37338b3de5be5fb6e48adccc15810aad 100644
|
| --- a/components/offline_pages/background/update_request_task.h
|
| +++ b/components/offline_pages/core/background/update_request_task.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_OFFLINE_PAGES_BACKGROUND_UPDATE_REQUEST_TASK_H_
|
| -#define COMPONENTS_OFFLINE_PAGES_BACKGROUND_UPDATE_REQUEST_TASK_H_
|
| +#ifndef COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_UPDATE_REQUEST_TASK_H_
|
| +#define COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_UPDATE_REQUEST_TASK_H_
|
|
|
| #include <stdint.h>
|
|
|
| #include <memory>
|
|
|
| #include "base/memory/weak_ptr.h"
|
| -#include "components/offline_pages/background/request_queue_store.h"
|
| +#include "components/offline_pages/core/background/request_queue_store.h"
|
| #include "components/offline_pages/core/task.h"
|
|
|
| namespace offline_pages {
|
| @@ -63,4 +63,4 @@ class UpdateRequestTask : public Task {
|
|
|
| } // namespace offline_pages
|
|
|
| -#endif // COMPONENTS_OFFLINE_PAGES_BACKGROUND_UPDATE_REQUEST_TASK_H_
|
| +#endif // COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_UPDATE_REQUEST_TASK_H_
|
|
|