| Index: content/browser/devtools/devtools_protocol.h
|
| diff --git a/content/browser/devtools/devtools_protocol.h b/content/browser/devtools/devtools_protocol.h
|
| index 67eb9797435d6af80a02e89a2c770d15a961b0f0..d7ef1e38c8c8c1ad818e360535d40e267733a80e 100644
|
| --- a/content/browser/devtools/devtools_protocol.h
|
| +++ b/content/browser/devtools/devtools_protocol.h
|
| @@ -114,6 +114,7 @@ class DevToolsProtocol {
|
|
|
| private:
|
| friend class DevToolsProtocol;
|
| + friend class DevToolsProtocolClient;
|
| virtual ~Notification();
|
|
|
| // Takes ownership of |params|.
|
|
|