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 e68c9a4f39148b23f0915fde490470ff2946b709..2785c409d57442b90f508fbb3de615950f8d7e48 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 SharedWorkerDevToolsManager. |
+// the UI thread and be used for comparison in EmbeddedWorkerDevToolsManager. |
class CONTENT_EXPORT SharedWorkerInstance { |
public: |
SharedWorkerInstance(const GURL& url, |