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

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

Issue 7528026: sync: Put sqlite_utils.* into sqlite_utils namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/sync/syncable/directory_backing_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 088c6da32fc1baee402b2e7a6971f5dbaba68a85..259c4c471a129be567ee0bef02c403ec12de38ce 100644
--- a/chrome/browser/sync/syncable/directory_backing_store.h
+++ b/chrome/browser/sync/syncable/directory_backing_store.h
@@ -16,10 +16,11 @@
extern "C" {
struct sqlite3;
-struct sqlite3_stmt;
}
+namespace sqlite_utils {
class SQLStatement;
+}
namespace sync_pb {
class EntitySpecifics;
@@ -166,7 +167,7 @@ class DirectoryBackingStore {
bool MigrateToSpecifics(const char* old_columns,
const char* specifics_column,
void(*handler_function) (
- SQLStatement* old_value_query,
+ sqlite_utils::SQLStatement* old_value_query,
int old_value_column,
sync_pb::EntitySpecifics* mutable_new_value));
« no previous file with comments | « no previous file | chrome/browser/sync/syncable/directory_backing_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698