| Index: chrome/browser/history/url_database.cc
|
| diff --git a/chrome/browser/history/url_database.cc b/chrome/browser/history/url_database.cc
|
| index f53829e64f53178c9d106cbfc138cc3efbb484b1..76e978b6ed96244a4bbd926eda7c443f26628f5d 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 {
|
|
|