Index: components/offline_pages/core/background/remove_requests_task.h |
diff --git a/components/offline_pages/background/remove_requests_task.h b/components/offline_pages/core/background/remove_requests_task.h |
similarity index 79% |
rename from components/offline_pages/background/remove_requests_task.h |
rename to components/offline_pages/core/background/remove_requests_task.h |
index a110134e7ea6c4591c43de8784320797016a7593..6372d3d1822e7ee204b068ca4a79d5a84a90a24a 100644 |
--- a/components/offline_pages/background/remove_requests_task.h |
+++ b/components/offline_pages/core/background/remove_requests_task.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_BACKGROUND_REMOVE_REQUESTS_TASK_H_ |
-#define COMPONENTS_OFFLINE_PAGES_BACKGROUND_REMOVE_REQUESTS_TASK_H_ |
+#ifndef COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_REMOVE_REQUESTS_TASK_H_ |
+#define COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_REMOVE_REQUESTS_TASK_H_ |
#include <stdint.h> |
@@ -11,8 +11,8 @@ |
#include <vector> |
#include "base/memory/weak_ptr.h" |
-#include "components/offline_pages/background/request_queue_store.h" |
-#include "components/offline_pages/background/save_page_request.h" |
+#include "components/offline_pages/core/background/request_queue_store.h" |
+#include "components/offline_pages/core/background/save_page_request.h" |
#include "components/offline_pages/core/task.h" |
namespace offline_pages { |
@@ -50,4 +50,4 @@ class RemoveRequestsTask : public Task { |
} // namespace offline_pages |
-#endif // COMPONENTS_OFFLINE_PAGES_BACKGROUND_REMOVE_REQUESTS_TASK_H_ |
+#endif // COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_REMOVE_REQUESTS_TASK_H_ |