| Index: chrome/browser/browsing_data_remover.cc
|
| diff --git a/chrome/browser/browsing_data_remover.cc b/chrome/browser/browsing_data_remover.cc
|
| index 8affaa09e96db87f9f1b28b796a7c52a1c6fe175..7199d6e9e9b6c414d8dd76f4a65fb145c4509ce8 100644
|
| --- a/chrome/browser/browsing_data_remover.cc
|
| +++ b/chrome/browser/browsing_data_remover.cc
|
| @@ -42,10 +42,10 @@
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| -#include "content/browser/browser_thread.h"
|
| #include "content/browser/download/download_manager.h"
|
| #include "content/browser/in_process_webkit/webkit_context.h"
|
| #include "content/browser/user_metrics.h"
|
| +#include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "net/base/cookie_monster.h"
|
| #include "net/base/net_errors.h"
|
|
|