Index: chrome/browser/offline_pages/prefetch/prefetch_service_factory.h |
diff --git a/components/offline_pages/content/prefetch_service_factory.h b/chrome/browser/offline_pages/prefetch/prefetch_service_factory.h |
similarity index 83% |
rename from components/offline_pages/content/prefetch_service_factory.h |
rename to chrome/browser/offline_pages/prefetch/prefetch_service_factory.h |
index c7f4fb16696cc9fc71368d0547c385f894e01bcc..dac9fe12bc61755641fd3c70a92614660f3bfe25 100644 |
--- a/components/offline_pages/content/prefetch_service_factory.h |
+++ b/chrome/browser/offline_pages/prefetch/prefetch_service_factory.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_CONTENT_PREFETCH_SERVICE_FACTORY_H_ |
-#define COMPONENTS_OFFLINE_PAGES_CONTENT_PREFETCH_SERVICE_FACTORY_H_ |
+#ifndef CHROME_BROWSER_OFFLINE_PAGES_PREFETCH_PREFETCH_SERVICE_FACTORY_H_ |
+#define CHROME_BROWSER_OFFLINE_PAGES_PREFETCH_PREFETCH_SERVICE_FACTORY_H_ |
#include "base/macros.h" |
#include "components/keyed_service/content/browser_context_keyed_service_factory.h" |
@@ -40,4 +40,4 @@ class PrefetchServiceFactory : public BrowserContextKeyedServiceFactory { |
} // namespace offline_pages |
-#endif // COMPONENTS_OFFLINE_PAGES_CONTENT_PREFETCH_SERVICE_FACTORY_H_ |
+#endif // CHROME_BROWSER_OFFLINE_PAGES_PREFETCH_PREFETCH_SERVICE_FACTORY_H_ |