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

Unified Diff: chrome/browser/sync/syncable/directory_backing_store.h

Issue 6304021: [Sync] Remove now-obsolete FastDump class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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/sync/syncable/directory_backing_store.h
diff --git a/chrome/browser/sync/syncable/directory_backing_store.h b/chrome/browser/sync/syncable/directory_backing_store.h
index 7851e66efdb0f5126e07b5c22fa150833ae32858..7c4efdff05447b4c0d5495d3dca1114c782ca043 100644
--- a/chrome/browser/sync/syncable/directory_backing_store.h
+++ b/chrome/browser/sync/syncable/directory_backing_store.h
@@ -150,12 +150,12 @@ class DirectoryBackingStore {
// a model. We persist a default instance of the specifics protobuf as the
// ID, rather than the enum value.
static ModelType ModelIdToModelTypeEnum(const void* data, int length);
- static string ModelTypeEnumToModelId(ModelType model_type);
+ static std::string ModelTypeEnumToModelId(ModelType model_type);
// Runs an integrity check on the current database. If the
// integrity check fails, false is returned and error is populated
// with an error message.
- bool CheckIntegrity(sqlite3* handle, string* error) const;
+ bool CheckIntegrity(sqlite3* handle, std::string* error) const;
// Migration utilities.
bool AddColumn(const ColumnSpec* column);
« no previous file with comments | « chrome/browser/sync/profile_sync_service_autofill_unittest.cc ('k') | chrome/browser/sync/syncable/syncable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698