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 96% |
rename from components/offline_pages/background/request_coordinator.h |
rename to components/offline_pages/core/background/request_coordinator.h |
index c2d26b77d5fa1249cfcf5d72c3c8fd641b00e66c..63d99362aa6c4b0c77a5df95b03a05fe26bc94ce 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" |
@@ -171,9 +171,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. |
@@ -412,4 +410,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_ |