| Index: chrome/browser/history/visit_database.cc
|
| diff --git a/chrome/browser/history/visit_database.cc b/chrome/browser/history/visit_database.cc
|
| index 1427e789292928f2fa22f303a65204cd2c8c66ff..a8b23f3642528bdad93135e153b535976ecab548 100644
|
| --- a/chrome/browser/history/visit_database.cc
|
| +++ b/chrome/browser/history/visit_database.cc
|
| @@ -9,12 +9,12 @@
|
| #include <map>
|
| #include <set>
|
|
|
| -#include "app/sql/statement.h"
|
| #include "base/logging.h"
|
| #include "base/string_number_conversions.h"
|
| #include "chrome/browser/history/url_database.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/common/page_transition_types.h"
|
| +#include "sql/statement.h"
|
|
|
| // Rows, in order, of the visit table.
|
| #define HISTORY_VISIT_ROW_FIELDS \
|
|
|