| Index: chrome/browser/predictors/resource_prefetch_predictor.cc
|
| ===================================================================
|
| --- chrome/browser/predictors/resource_prefetch_predictor.cc (revision 157579)
|
| +++ chrome/browser/predictors/resource_prefetch_predictor.cc (working copy)
|
| @@ -14,11 +14,11 @@
|
| #include "base/string_number_conversions.h"
|
| #include "base/stringprintf.h"
|
| #include "base/time.h"
|
| +#include "chrome/browser/common/url_database/url_database.h"
|
| #include "chrome/browser/history/history.h"
|
| #include "chrome/browser/history/history_notifications.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| #include "chrome/browser/history/in_memory_database.h"
|
| -#include "chrome/browser/history/url_database.h"
|
| #include "chrome/browser/predictors/predictor_database.h"
|
| #include "chrome/browser/predictors/predictor_database_factory.h"
|
| #include "chrome/browser/prerender/prerender_field_trial.h"
|
|
|