| Index: chrome/common/sqlite_compiled_statement.cc
|
| diff --git a/chrome/common/sqlite_compiled_statement.cc b/chrome/common/sqlite_compiled_statement.cc
|
| index 93b0d67d823c12fd706694bfc3773f8f54cdbd9d..f54182af7f3e09cb838e96d4083c5bc9dc57a98b 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 -------------------------------------------------------
|
|
|
|
|