| Index: chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc (revision 211259)
|
| +++ chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc (working copy)
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "base/command_line.h"
|
| #include "base/process_util.h"
|
| +#include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/devtools/devtools_window.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_commands.h"
|
| #include "chrome/browser/ui/singleton_tabs.h"
|
| #include "chrome/browser/ui/tabs/tab_strip_model.h"
|
| -#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/test/base/in_process_browser_test.h"
|
|
|