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

Unified Diff: chrome/browser/extensions/settings/settings_frontend.h

Issue 10662035: [Sync] Put everything in sync/api into csync namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments Created 8 years, 6 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: chrome/browser/extensions/settings/settings_frontend.h
diff --git a/chrome/browser/extensions/settings/settings_frontend.h b/chrome/browser/extensions/settings/settings_frontend.h
index 10cf5892c8e8bb1b218af1531527c0f5e46304d0..ac4ea1586ee133559eb8899d654b43dcda2dc41e 100644
--- a/chrome/browser/extensions/settings/settings_frontend.h
+++ b/chrome/browser/extensions/settings/settings_frontend.h
@@ -43,12 +43,12 @@ class SettingsFrontend {
virtual ~SettingsFrontend();
- typedef base::Callback<void(SyncableService*)> SyncableServiceCallback;
+ typedef base::Callback<void(csync::SyncableService*)> SyncableServiceCallback;
typedef base::Callback<void(ValueStore*)> StorageCallback;
// Must only be called from the FILE thread. |type| should be either
// APP_SETTINGS or EXTENSION_SETTINGS.
- SyncableService* GetBackendForSync(syncable::ModelType type) const;
+ csync::SyncableService* GetBackendForSync(syncable::ModelType type) const;
// Runs |callback| on the FILE thread with the storage area for
// |extension_id|. If there is no extension with that ID, the storage area
« no previous file with comments | « chrome/browser/extensions/settings/settings_backend.cc ('k') | chrome/browser/extensions/settings/settings_frontend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698