diff options
Diffstat (limited to 'chrome/common/sqlite_compiled_statement.cc')
-rw-r--r-- | chrome/common/sqlite_compiled_statement.cc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/chrome/common/sqlite_compiled_statement.cc b/chrome/common/sqlite_compiled_statement.cc index 93b0d67..f54182a 100644 --- a/chrome/common/sqlite_compiled_statement.cc +++ b/chrome/common/sqlite_compiled_statement.cc @@ -1,18 +1,13 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/common/sqlite_compiled_statement.h" -#if defined(USE_SYSTEM_SQLITE) -#include <sqlite3.h> -#else -#include "third_party/sqlite/preprocessed/sqlite3.h" -#endif - #include "base/logging.h" #include "base/stl_util-inl.h" #include "chrome/common/sqlite_utils.h" +#include "third_party/sqlite/preprocessed/sqlite3.h" // SqliteStatementCache ------------------------------------------------------- |