| Index: chrome/browser/browsing_data_cookie_helper.cc
|
| diff --git a/chrome/browser/browsing_data_cookie_helper.cc b/chrome/browser/browsing_data_cookie_helper.cc
|
| index 589d2057a962bcbc2e6655006995565beebe7fb7..3352fb356ec9bf2c6f04b09ced9681ab8a283100 100644
|
| --- a/chrome/browser/browsing_data_cookie_helper.cc
|
| +++ b/chrome/browser/browsing_data_cookie_helper.cc
|
| @@ -8,7 +8,7 @@
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "content/browser/browser_thread.h"
|
| +#include "content/public/browser/browser_thread.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/url_request/url_request_context.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
|
|