Index: content/worker/websharedworker_stub.h |
=================================================================== |
--- content/worker/websharedworker_stub.h (revision 163080) |
+++ content/worker/websharedworker_stub.h (working copy) |
@@ -16,6 +16,8 @@ |
class WebSharedWorker; |
} |
+namespace content { |
+ |
class SharedWorkerDevToolsAgent; |
// This class creates a WebSharedWorker, and translates incoming IPCs to the |
@@ -77,4 +79,6 @@ |
DISALLOW_COPY_AND_ASSIGN(WebSharedWorkerStub); |
}; |
+} // namespace content |
+ |
#endif // CONTENT_WORKER_WEBSHAREDWORKER_STUB_H_ |