| Index: components/offline_pages/core/background/request_coordinator_event_logger.h
|
| diff --git a/components/offline_pages/background/request_coordinator_event_logger.h b/components/offline_pages/core/background/request_coordinator_event_logger.h
|
| similarity index 64%
|
| rename from components/offline_pages/background/request_coordinator_event_logger.h
|
| rename to components/offline_pages/core/background/request_coordinator_event_logger.h
|
| index ec070794f65992c7147191505e292cdd5de3cf26..92bd00941c6cb01988478bf3c9bcf949985dd2db 100644
|
| --- a/components/offline_pages/background/request_coordinator_event_logger.h
|
| +++ b/components/offline_pages/core/background/request_coordinator_event_logger.h
|
| @@ -2,16 +2,16 @@
|
| // 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_EVENT_LOGGER_H_
|
| -#define COMPONENTS_OFFLINE_PAGES_BACKGROUND_REQUEST_COORDINATOR_EVENT_LOGGER_H_
|
| +#ifndef COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_REQUEST_COORDINATOR_EVENT_LOGGER_H_
|
| +#define COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_REQUEST_COORDINATOR_EVENT_LOGGER_H_
|
|
|
| #include <stdint.h>
|
| #include <string>
|
|
|
| -#include "components/offline_pages/background/offliner.h"
|
| -#include "components/offline_pages/background/request_notifier.h"
|
| -#include "components/offline_pages/background/request_queue_results.h"
|
| -#include "components/offline_pages/offline_event_logger.h"
|
| +#include "components/offline_pages/core/background/offliner.h"
|
| +#include "components/offline_pages/core/background/request_notifier.h"
|
| +#include "components/offline_pages/core/background/request_queue_results.h"
|
| +#include "components/offline_pages/core/offline_event_logger.h"
|
|
|
| namespace offline_pages {
|
|
|
| @@ -35,4 +35,4 @@ class RequestCoordinatorEventLogger : public OfflineEventLogger {
|
|
|
| } // namespace offline_pages
|
|
|
| -#endif // COMPONENTS_OFFLINE_PAGES_BACKGROUND_REQUEST_COORDINATOR_EVENT_LOGGER_H_
|
| +#endif // COMPONENTS_OFFLINE_PAGES_CORE_BACKGROUND_REQUEST_COORDINATOR_EVENT_LOGGER_H_
|
|
|