Index: components/offline_pages/core/background/request_coordinator.h |
diff --git a/components/offline_pages/background/request_coordinator.h b/components/offline_pages/core/background/request_coordinator.h |
similarity index 95% |
rename from components/offline_pages/background/request_coordinator.h |
rename to components/offline_pages/core/background/request_coordinator.h |
index 719c65c632588c52baf96a12258bea466e626bdc..b465d5946151ecd594b3c221881af2ac5e698f52 100644 |
--- a/components/offline_pages/background/request_coordinator.h |
+++ b/components/offline_pages/core/background/request_coordinator.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_REQUEST_COORDINATOR_H_ |
-#define COMPONENTS_OFFLINE_PAGES_BACKGROUND_REQUEST_COORDINATOR_H_ |
+#ifndef COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_REQUEST_COORDINATOR_H_ |
+#define COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_REQUEST_COORDINATOR_H_ |
#include <memory> |
#include <set> |
@@ -18,12 +18,12 @@ |
#include "base/time/time.h" |
#include "base/timer/timer.h" |
#include "components/keyed_service/core/keyed_service.h" |
-#include "components/offline_pages/background/device_conditions.h" |
-#include "components/offline_pages/background/offliner.h" |
-#include "components/offline_pages/background/request_coordinator_event_logger.h" |
-#include "components/offline_pages/background/request_notifier.h" |
-#include "components/offline_pages/background/request_queue.h" |
-#include "components/offline_pages/background/scheduler.h" |
+#include "components/offline_pages/core/background/device_conditions.h" |
+#include "components/offline_pages/core/background/offliner.h" |
+#include "components/offline_pages/core/background/request_coordinator_event_logger.h" |
+#include "components/offline_pages/core/background/request_notifier.h" |
+#include "components/offline_pages/core/background/request_queue.h" |
+#include "components/offline_pages/core/background/scheduler.h" |
#include "net/nqe/network_quality_estimator.h" |
#include "url/gurl.h" |
@@ -172,9 +172,7 @@ class RequestCoordinator : public KeyedService, |
return last_offlining_status_; |
} |
- bool is_busy() { |
- return is_busy_; |
- } |
+ bool is_busy() { return is_busy_; } |
// Returns whether processing is starting (before it is decided to actually |
// process a request (is_busy()) at this time or not. |
@@ -404,4 +402,4 @@ class RequestCoordinator : public KeyedService, |
} // namespace offline_pages |
-#endif // COMPONENTS_OFFLINE_PAGES_BACKGROUND_REQUEST_COORDINATOR_H_ |
+#endif // COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_REQUEST_COORDINATOR_H_ |