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

Side by Side Diff: components/dom_distiller/core/dom_distiller_store.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 COMPONENTS_DOM_DISTILLER_CORE_DOM_DISTILLER_STORE_H_ 5 #ifndef COMPONENTS_DOM_DISTILLER_CORE_DOM_DISTILLER_STORE_H_
6 #define COMPONENTS_DOM_DISTILLER_CORE_DOM_DISTILLER_STORE_H_ 6 #define COMPONENTS_DOM_DISTILLER_CORE_DOM_DISTILLER_STORE_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/containers/hash_tables.h" 11 #include "base/containers/hash_tables.h"
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "base/memory/weak_ptr.h" 13 #include "base/memory/weak_ptr.h"
14 #include "base/observer_list.h" 14 #include "base/observer_list.h"
15 #include "components/dom_distiller/core/article_attachments_data.h" 15 #include "components/dom_distiller/core/article_attachments_data.h"
16 #include "components/dom_distiller/core/article_entry.h" 16 #include "components/dom_distiller/core/article_entry.h"
17 #include "components/dom_distiller/core/dom_distiller_model.h" 17 #include "components/dom_distiller/core/dom_distiller_model.h"
18 #include "components/dom_distiller/core/dom_distiller_observer.h" 18 #include "components/dom_distiller/core/dom_distiller_observer.h"
19 #include "components/leveldb_proto/proto_database.h" 19 #include "components/leveldb_proto/proto_database.h"
20 #include "sync/api/sync_change.h" 20 #include "components/sync/api/sync_change.h"
21 #include "sync/api/sync_data.h" 21 #include "components/sync/api/sync_data.h"
22 #include "sync/api/sync_error.h" 22 #include "components/sync/api/sync_error.h"
23 #include "sync/api/sync_error_factory.h" 23 #include "components/sync/api/sync_error_factory.h"
24 #include "sync/api/sync_merge_result.h" 24 #include "components/sync/api/sync_merge_result.h"
25 #include "sync/api/syncable_service.h" 25 #include "components/sync/api/syncable_service.h"
26 #include "url/gurl.h" 26 #include "url/gurl.h"
27 27
28 namespace base { 28 namespace base {
29 class FilePath; 29 class FilePath;
30 } 30 }
31 31
32 namespace syncer { 32 namespace syncer {
33 class AttachmentStore; 33 class AttachmentStore;
34 } 34 }
35 35
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 DomDistillerModel model_; 207 DomDistillerModel model_;
208 208
209 base::WeakPtrFactory<DomDistillerStore> weak_ptr_factory_; 209 base::WeakPtrFactory<DomDistillerStore> weak_ptr_factory_;
210 210
211 DISALLOW_COPY_AND_ASSIGN(DomDistillerStore); 211 DISALLOW_COPY_AND_ASSIGN(DomDistillerStore);
212 }; 212 };
213 213
214 } // namespace dom_distiller 214 } // namespace dom_distiller
215 215
216 #endif // COMPONENTS_DOM_DISTILLER_CORE_DOM_DISTILLER_STORE_H_ 216 #endif // COMPONENTS_DOM_DISTILLER_CORE_DOM_DISTILLER_STORE_H_
OLDNEW
« no previous file with comments | « components/dom_distiller/core/dom_distiller_model.h ('k') | components/dom_distiller/core/dom_distiller_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698