Chromium Code Reviews| Index: app/sql/connection_unittest.cc |
| =================================================================== |
| --- app/sql/connection_unittest.cc (revision 56608) |
| +++ app/sql/connection_unittest.cc (working copy) |
| @@ -8,7 +8,7 @@ |
| #include "base/file_util.h" |
| #include "base/path_service.h" |
| #include "testing/gtest/include/gtest/gtest.h" |
| -#include "third_party/sqlite/preprocessed/sqlite3.h" |
| +#include "third_party/sqlite/sqlite3.h" |
| class SQLConnectionTest : public testing::Test { |
| public: |