| Index: chrome/browser/gpu_process_host.h
|
| ===================================================================
|
| --- chrome/browser/gpu_process_host.h (revision 51385)
|
| +++ chrome/browser/gpu_process_host.h (working copy)
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/scoped_ptr.h"
|
| -#include "chrome/browser/child_process_host.h"
|
| +#include "chrome/browser/browser_child_process_host.h"
|
| #include "chrome/browser/renderer_host/resource_message_filter.h"
|
| #include "gfx/native_widget_types.h"
|
|
|
| @@ -21,7 +21,7 @@
|
| class Message;
|
| }
|
|
|
| -class GpuProcessHost : public ChildProcessHost {
|
| +class GpuProcessHost : public BrowserChildProcessHost {
|
| public:
|
| // Getter for the singleton. This will return NULL on failure.
|
| static GpuProcessHost* Get();
|
|
|