| Index: chrome/browser/history/history_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/history/history_unittest.cc (revision 68246)
|
| +++ chrome/browser/history/history_unittest.cc (working copy)
|
| @@ -18,7 +18,9 @@
|
| // to run.
|
|
|
| #include <time.h>
|
| +
|
| #include <algorithm>
|
| +#include <string>
|
|
|
| #include "app/sql/connection.h"
|
| #include "app/sql/statement.h"
|
| @@ -34,7 +36,6 @@
|
| #include "base/string_util.h"
|
| #include "base/task.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/download/download_item.h"
|
| #include "chrome/browser/history/download_create_info.h"
|
| #include "chrome/browser/history/history.h"
|
|
|