Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1576)

Unified Diff: chrome/browser/offline_pages/prefetch/suggested_articles_observer.cc

Issue 2864293003: [Offline Pages] Add a GCMAppHandler for offline page prefetch. (Closed)
Patch Set: Refactor to remove GCM dependency. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698