| Index: chrome/browser/history/text_database.cc
|
| diff --git a/chrome/browser/history/text_database.cc b/chrome/browser/history/text_database.cc
|
| index cb65645f911e0e8ac768a76641c529057c77ad11..bb70fc75f8e7e0996fcebf26b0e7069af5b51d43 100644
|
| --- a/chrome/browser/history/text_database.cc
|
| +++ b/chrome/browser/history/text_database.cc
|
| @@ -8,15 +8,15 @@
|
|
|
| #include "chrome/browser/history/text_database.h"
|
|
|
| -#include "app/sql/statement.h"
|
| -#include "app/sql/transaction.h"
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
| -#include "base/stringprintf.h"
|
| #include "base/string_number_conversions.h"
|
| +#include "base/stringprintf.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/diagnostics/sqlite_diagnostics.h"
|
| +#include "sql/statement.h"
|
| +#include "sql/transaction.h"
|
|
|
| // There are two tables in each database, one full-text search (FTS) table which
|
| // indexes the contents and title of the pages. The other is a regular SQLITE
|
|
|