| Index: chrome/browser/oom_priority_manager.cc
|
| ===================================================================
|
| --- chrome/browser/oom_priority_manager.cc (revision 110303)
|
| +++ chrome/browser/oom_priority_manager.cc (working copy)
|
| @@ -20,13 +20,13 @@
|
| #include "chrome/browser/ui/browser_list.h"
|
| #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
|
| #include "chrome/common/chrome_constants.h"
|
| -#include "content/browser/renderer_host/render_process_host.h"
|
| #include "content/browser/renderer_host/render_widget_host.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| #include "content/browser/zygote_host_linux.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_types.h"
|
| +#include "content/public/browser/render_process_host.h"
|
|
|
| #if !defined(OS_CHROMEOS)
|
| #error This file only meant to be compiled on ChromeOS
|
|
|