Index: content/browser/shared_worker/shared_worker_instance.h |
diff --git a/content/browser/shared_worker/shared_worker_instance.h b/content/browser/shared_worker/shared_worker_instance.h |
index b7c5fdb2d705998601fb24ef4ae0fad31e51c4a8..5d650e5cad9e8d4a69e7504d821307e2057a86a1 100644 |
--- a/content/browser/shared_worker/shared_worker_instance.h |
+++ b/content/browser/shared_worker/shared_worker_instance.h |
@@ -17,7 +17,7 @@ namespace content { |
class ResourceContext; |
// SharedWorkerInstance is copyable value-type data type. It could be passed to |
-// the UI thread and be used for comparison in EmbeddedWorkerDevToolsManager. |
+// the UI thread and be used for comparison in SharedWorkerDevToolsManager. |
class CONTENT_EXPORT SharedWorkerInstance { |
public: |
SharedWorkerInstance(const GURL& url, |