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

Side by Side Diff: ios/chrome/browser/reading_list/reading_list_download_service.h

Issue 2763233003: Move ReadingList model to components/reading_list/core (Closed)
Patch Set: feedback Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef IOS_CHROME_BROWSER_READING_LIST_READING_LIST_DOWNLOAD_SERVICE_H_ 5 #ifndef IOS_CHROME_BROWSER_READING_LIST_READING_LIST_DOWNLOAD_SERVICE_H_
6 #define IOS_CHROME_BROWSER_READING_LIST_READING_LIST_DOWNLOAD_SERVICE_H_ 6 #define IOS_CHROME_BROWSER_READING_LIST_READING_LIST_DOWNLOAD_SERVICE_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "components/keyed_service/core/keyed_service.h" 9 #include "components/keyed_service/core/keyed_service.h"
10 #include "components/reading_list/ios/reading_list_model_observer.h" 10 #include "components/reading_list/core/reading_list_model_observer.h"
11 #include "ios/chrome/browser/reading_list/url_downloader.h" 11 #include "ios/chrome/browser/reading_list/url_downloader.h"
12 #include "net/base/network_change_notifier.h" 12 #include "net/base/network_change_notifier.h"
13 13
14 class GURL; 14 class GURL;
15 class PrefService; 15 class PrefService;
16 class ReadingListModel; 16 class ReadingListModel;
17 namespace base { 17 namespace base {
18 class FilePath; 18 class FilePath;
19 } 19 }
20 20
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 std::unique_ptr<reading_list::ReadingListDistillerPageFactory> 112 std::unique_ptr<reading_list::ReadingListDistillerPageFactory>
113 distiller_page_factory_; 113 distiller_page_factory_;
114 std::unique_ptr<dom_distiller::DistillerFactory> distiller_factory_; 114 std::unique_ptr<dom_distiller::DistillerFactory> distiller_factory_;
115 115
116 base::WeakPtrFactory<ReadingListDownloadService> weak_ptr_factory_; 116 base::WeakPtrFactory<ReadingListDownloadService> weak_ptr_factory_;
117 117
118 DISALLOW_COPY_AND_ASSIGN(ReadingListDownloadService); 118 DISALLOW_COPY_AND_ASSIGN(ReadingListDownloadService);
119 }; 119 };
120 120
121 #endif // IOS_CHROME_BROWSER_READING_LIST_READING_LIST_DOWNLOAD_SERVICE_H_ 121 #endif // IOS_CHROME_BROWSER_READING_LIST_READING_LIST_DOWNLOAD_SERVICE_H_
OLDNEW
« no previous file with comments | « ios/chrome/browser/reading_list/offline_url_utils.cc ('k') | ios/chrome/browser/reading_list/reading_list_download_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698