| Index: chrome/browser/history/download_database.cc
|
| diff --git a/chrome/browser/history/download_database.cc b/chrome/browser/history/download_database.cc
|
| index 0f8dca6af414c710ad7aa1e9b14a97950140bec7..4f4bfac9e1d1b27fe02aacba4f03a3662d63b815 100644
|
| --- a/chrome/browser/history/download_database.cc
|
| +++ b/chrome/browser/history/download_database.cc
|
| @@ -7,12 +7,12 @@
|
| #include <limits>
|
| #include <vector>
|
|
|
| -#include "app/sql/statement.h"
|
| #include "base/file_path.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "build/build_config.h"
|
| #include "chrome/browser/download/download_item.h"
|
| #include "chrome/browser/history/download_history_info.h"
|
| +#include "sql/statement.h"
|
|
|
| // Download schema:
|
| //
|
|
|