| Index: content/browser/worker_host/worker_process_host.h
|
| ===================================================================
|
| --- content/browser/worker_host/worker_process_host.h (revision 163632)
|
| +++ content/browser/worker_host/worker_process_host.h (working copy)
|
| @@ -20,7 +20,6 @@
|
| #include "googleurl/src/gurl.h"
|
| #include "ipc/ipc_sender.h"
|
|
|
| -class BrowserChildProcessHostImpl;
|
| class ChromeAppCacheService;
|
| class IndexedDBContextImpl;
|
|
|
| @@ -33,6 +32,7 @@
|
| } // namespace webkit_database
|
|
|
| namespace content {
|
| +class BrowserChildProcessHostImpl;
|
| class ResourceContext;
|
| class WorkerServiceImpl;
|
|
|
|
|