diff options
author | aa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-30 01:36:02 +0000 |
---|---|---|
committer | aa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-30 01:36:02 +0000 |
commit | 0daa4fc8d2809bb42f93f1a348e43924608ff7fe (patch) | |
tree | 9aae73bbe8dd7589669b539710380cf8facbdb76 /chrome/common/sqlite_utils.h | |
parent | 0d5e0eb4b86a87924db2317a869971cdad53c4f6 (diff) | |
download | chromium_src-0daa4fc8d2809bb42f93f1a348e43924608ff7fe.zip chromium_src-0daa4fc8d2809bb42f93f1a348e43924608ff7fe.tar.gz chromium_src-0daa4fc8d2809bb42f93f1a348e43924608ff7fe.tar.bz2 |
Move SQLite from src/chrome/third_party to src/third_party
since it will be shared with WebCore and Gears in the
future.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1586 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/sqlite_utils.h')
-rw-r--r-- | chrome/common/sqlite_utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/sqlite_utils.h b/chrome/common/sqlite_utils.h index d6510c2..8718cee 100644 --- a/chrome/common/sqlite_utils.h +++ b/chrome/common/sqlite_utils.h @@ -8,7 +8,8 @@ #include <vector> #include "base/basictypes.h" -#include "chrome/third_party/sqlite/sqlite3.h" + +#include "third_party/sqlite/sqlite3.h" // forward declarations of classes defined here class SQLTransaction; |