| Index: chrome/browser/history/url_database.cc
|
| diff --git a/chrome/browser/history/url_database.cc b/chrome/browser/history/url_database.cc
|
| index 0a36aef0c3171ab04db4cf40c6f8d53752ae2c08..4b31c1026c37f4e1e5f0bc38a47077b5480384dc 100644
|
| --- a/chrome/browser/history/url_database.cc
|
| +++ b/chrome/browser/history/url_database.cc
|
| @@ -9,11 +9,11 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "app/sql/statement.h"
|
| #include "base/i18n/case_conversion.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "googleurl/src/gurl.h"
|
| +#include "sql/statement.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| namespace history {
|
|
|