| Index: chrome/browser/net/chrome_url_request_context.cc
|
| diff --git a/chrome/browser/net/chrome_url_request_context.cc b/chrome/browser/net/chrome_url_request_context.cc
|
| index b833abd64e7a0d17911818ba245cee2536b3b3de..5124580d151fc5488db6c312502ac67dcd6376c2 100644
|
| --- a/chrome/browser/net/chrome_url_request_context.cc
|
| +++ b/chrome/browser/net/chrome_url_request_context.cc
|
| @@ -16,8 +16,8 @@
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "content/browser/browser_thread.h"
|
| -#include "content/common/content_client.h"
|
| #include "content/common/notification_service.h"
|
| +#include "content/public/common/content_client.h"
|
| #include "net/base/cookie_store.h"
|
| #include "net/http/http_util.h"
|
|
|
|
|