| Index: chrome/test/testing_profile.cc
|
| diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc
|
| index ca8897d8fd1740a37b44945f7d138345777457b3..c995347ddbefc4a4145548d54527351a8552a1fe 100644
|
| --- a/chrome/test/testing_profile.cc
|
| +++ b/chrome/test/testing_profile.cc
|
| @@ -40,7 +40,6 @@
|
| #include "chrome/browser/ui/webui/ntp_resource_cache.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/net/url_request_context_getter.h"
|
| -#include "chrome/common/notification_service.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/test/test_url_request_context_getter.h"
|
| #include "chrome/test/testing_pref_service.h"
|
| @@ -48,6 +47,7 @@
|
| #include "content/browser/browser_thread.h"
|
| #include "content/browser/geolocation/geolocation_permission_context.h"
|
| #include "content/browser/in_process_webkit/webkit_context.h"
|
| +#include "content/common/notification_service.h"
|
| #include "net/base/cookie_monster.h"
|
| #include "net/url_request/url_request_context.h"
|
| #include "net/url_request/url_request_test_util.h"
|
|
|