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

Unified Diff: chrome/common/sqlite_utils.h

Issue 3149: Porting changes in chrome/{browser,common}, also enabling more unit tests.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 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: chrome/common/sqlite_utils.h
===================================================================
--- chrome/common/sqlite_utils.h (revision 2402)
+++ chrome/common/sqlite_utils.h (working copy)
@@ -5,6 +5,7 @@
#ifndef CHROME_COMMON_SQLITEUTILS_H_
#define CHROME_COMMON_SQLITEUTILS_H_
+#include <string>
#include <vector>
#include "base/basictypes.h"
@@ -64,8 +65,8 @@
virtual int BeginCommand(const char* command);
virtual int EndCommand(const char* command);
+ sqlite3* db_;
bool began_;
- sqlite3* db_;
DISALLOW_COPY_AND_ASSIGN(SQLTransaction);
};
« chrome/browser/session_startup_pref.cc ('K') | « chrome/common/json_value_serializer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698