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

Unified Diff: components/precache/content/precache_manager.h

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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: components/precache/content/precache_manager.h
diff --git a/components/precache/content/precache_manager.h b/components/precache/content/precache_manager.h
index e6bcc8094ab5e9a9bd5abed331d49c997cb20e85..1da864bc2984ceca1785222331ce13b798973abc 100644
--- a/components/precache/content/precache_manager.h
+++ b/components/precache/content/precache_manager.h
@@ -41,7 +41,7 @@ namespace net {
class HttpResponseInfo;
}
-namespace syncer {
+namespace sync_driver {
class SyncService;
}
@@ -67,7 +67,7 @@ class PrecacheManager : public KeyedService,
typedef base::Callback<void(bool)> PrecacheCompletionCallback;
PrecacheManager(content::BrowserContext* browser_context,
- const syncer::SyncService* const sync_service,
+ const sync_driver::SyncService* const sync_service,
const history::HistoryService* const history_service,
const base::FilePath& db_path,
std::unique_ptr<PrecacheDatabase> precache_database);
@@ -182,7 +182,7 @@ class PrecacheManager : public KeyedService,
// The sync service corresponding to the browser context. Used to determine
// whether precache can run. May be null.
- const syncer::SyncService* const sync_service_;
+ const sync_driver::SyncService* const sync_service_;
// The history service corresponding to the browser context. Used to determine
// the list of top hosts. May be null.
« no previous file with comments | « components/password_manager/sync/browser/sync_username_test_base.h ('k') | components/precache/content/precache_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698