| Index: chrome/browser/net/chrome_url_request_context.cc | 
| =================================================================== | 
| --- chrome/browser/net/chrome_url_request_context.cc	(revision 106237) | 
| +++ chrome/browser/net/chrome_url_request_context.cc	(working copy) | 
| @@ -16,8 +16,9 @@ | 
| #include "chrome/common/chrome_notification_types.h" | 
| #include "chrome/common/pref_names.h" | 
| #include "content/browser/browser_thread.h" | 
| -#include "content/common/notification_service.h" | 
| #include "content/public/common/content_client.h" | 
| +#include "content/public/browser/notification_details.h" | 
| +#include "content/public/browser/notification_source.h" | 
| #include "net/base/cookie_store.h" | 
| #include "net/http/http_util.h" | 
|  | 
|  |