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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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 1da864bc2984ceca1785222331ce13b798973abc..e6bcc8094ab5e9a9bd5abed331d49c997cb20e85 100644
--- a/components/precache/content/precache_manager.h
+++ b/components/precache/content/precache_manager.h
@@ -41,7 +41,7 @@ namespace net {
class HttpResponseInfo;
}
-namespace sync_driver {
+namespace syncer {
class SyncService;
}
@@ -67,7 +67,7 @@ class PrecacheManager : public KeyedService,
typedef base::Callback<void(bool)> PrecacheCompletionCallback;
PrecacheManager(content::BrowserContext* browser_context,
- const sync_driver::SyncService* const sync_service,
+ const syncer::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 sync_driver::SyncService* const sync_service_;
+ const syncer::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