| Index: chrome/browser/history/history_unittest_base.cc
|
| diff --git a/chrome/browser/history/history_unittest_base.cc b/chrome/browser/history/history_unittest_base.cc
|
| index ccce4f183daca6fb2bc7a03cfd551ad19350a485..2a5a7618699925d425d7171a86d7928f184423ee 100644
|
| --- a/chrome/browser/history/history_unittest_base.cc
|
| +++ b/chrome/browser/history/history_unittest_base.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include <vector>
|
|
|
| -#include "app/sql/connection.h"
|
| #include "base/format_macros.h"
|
| -#include "base/stringprintf.h"
|
| #include "base/string_util.h"
|
| +#include "base/stringprintf.h"
|
| #include "chrome/browser/history/history_unittest_base.h"
|
| +#include "sql/connection.h"
|
|
|
| namespace history {
|
|
|
|
|