| Index: chrome/test/in_process_browser_test.cc
|
| diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc
|
| index b2e03e705f04cc624778f386c0fef039059fdcbe..21790c313381a339fa943be46f700efb1397db55 100644
|
| --- a/chrome/test/in_process_browser_test.cc
|
| +++ b/chrome/test/in_process_browser_test.cc
|
| @@ -28,7 +28,6 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/logging_chrome.h"
|
| #include "chrome/common/main_function_params.h"
|
| -#include "chrome/common/notification_type.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/test/test_launcher_utils.h"
|
| #include "chrome/test/testing_browser_process.h"
|
| @@ -36,6 +35,7 @@
|
| #include "content/browser/browser_thread.h"
|
| #include "content/browser/renderer_host/render_process_host.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| +#include "content/common/notification_type.h"
|
| #include "net/base/mock_host_resolver.h"
|
| #include "net/test/test_server.h"
|
| #include "sandbox/src/dep.h"
|
|
|