Index: chrome/browser/offline_pages/prefetch/suggested_articles_observer.cc |
diff --git a/components/offline_pages/content/suggested_articles_observer.cc b/chrome/browser/offline_pages/prefetch/suggested_articles_observer.cc |
similarity index 97% |
rename from components/offline_pages/content/suggested_articles_observer.cc |
rename to chrome/browser/offline_pages/prefetch/suggested_articles_observer.cc |
index 69d85a075645a36bc255d8c42ef152517f4a0270..1fbc7642da6f0fe243849e5ae7ad29654ff08e21 100644 |
--- a/components/offline_pages/content/suggested_articles_observer.cc |
+++ b/chrome/browser/offline_pages/prefetch/suggested_articles_observer.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/offline_pages/content/suggested_articles_observer.h" |
+#include "chrome/browser/offline_pages/prefetch/suggested_articles_observer.h" |
#include <unordered_set> |
#include "base/memory/ptr_util.h" |
+#include "chrome/browser/offline_pages/prefetch/prefetch_service_factory.h" |
#include "components/ntp_snippets/category.h" |
#include "components/ntp_snippets/category_status.h" |
-#include "components/offline_pages/content/prefetch_service_factory.h" |
#include "components/offline_pages/core/client_namespace_constants.h" |
#include "components/offline_pages/core/offline_page_feature.h" |
#include "components/offline_pages/core/prefetch/prefetch_service_impl.h" |