Index: content/worker/worker_thread.h |
=================================================================== |
--- content/worker/worker_thread.h (revision 163080) |
+++ content/worker/worker_thread.h (working copy) |
@@ -13,8 +13,10 @@ |
class DBMessageFilter; |
class IndexedDBMessageFilter; |
class WebDatabaseObserverImpl; |
+struct WorkerProcessMsg_CreateWorker_Params; |
+ |
+namespace content { |
class WebSharedWorkerStub; |
-struct WorkerProcessMsg_CreateWorker_Params; |
class WorkerWebKitPlatformSupportImpl; |
class WorkerThread : public ChildThread { |
@@ -51,4 +53,6 @@ |
DISALLOW_COPY_AND_ASSIGN(WorkerThread); |
}; |
+} // namespace content |
+ |
#endif // CONTENT_WORKER_WORKER_THREAD_H_ |