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

Unified Diff: ios/chrome/browser/reading_list/reading_list_download_service.cc

Issue 2514333003: Componentize Reading List (Closed)
Patch Set: rebase Created 4 years, 1 month 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: ios/chrome/browser/reading_list/reading_list_download_service.cc
diff --git a/ios/chrome/browser/reading_list/reading_list_download_service.cc b/ios/chrome/browser/reading_list/reading_list_download_service.cc
index fcd385128e65480e6f957abe59b51327a6e11042..3cea21ef45595f0788271331c5f276294ea4f857 100644
--- a/ios/chrome/browser/reading_list/reading_list_download_service.cc
+++ b/ios/chrome/browser/reading_list/reading_list_download_service.cc
@@ -9,8 +9,8 @@
#include "base/bind.h"
#include "base/files/file_path.h"
#include "base/memory/ptr_util.h"
-#include "ios/chrome/browser/reading_list/reading_list_entry.h"
-#include "ios/chrome/browser/reading_list/reading_list_model.h"
+#include "components/reading_list/reading_list_entry.h"
+#include "components/reading_list/reading_list_model.h"
#include "ios/web/public/web_thread.h"
namespace {
« no previous file with comments | « ios/chrome/browser/reading_list/reading_list_download_service.h ('k') | ios/chrome/browser/reading_list/reading_list_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698