| Index: content/browser/devtools/ipc_devtools_agent_host.h
|
| diff --git a/content/browser/devtools/ipc_devtools_agent_host.h b/content/browser/devtools/ipc_devtools_agent_host.h
|
| index 496c2d9179a1a7a0416c5383a6b6e4dd506327bb..fce9783eb8a512462757bdbb867ddb2f5f203d67 100644
|
| --- a/content/browser/devtools/ipc_devtools_agent_host.h
|
| +++ b/content/browser/devtools/ipc_devtools_agent_host.h
|
| @@ -16,10 +16,10 @@ namespace content {
|
| class CONTENT_EXPORT IPCDevToolsAgentHost : public DevToolsAgentHostImpl {
|
| public:
|
| // DevToolsAgentHostImpl implementation.
|
| - virtual void Attach() OVERRIDE;
|
| - virtual void Detach() OVERRIDE;
|
| - virtual void DispatchProtocolMessage(const std::string& message) OVERRIDE;
|
| - virtual void InspectElement(int x, int y) OVERRIDE;
|
| + virtual void Attach() override;
|
| + virtual void Detach() override;
|
| + virtual void DispatchProtocolMessage(const std::string& message) override;
|
| + virtual void InspectElement(int x, int y) override;
|
|
|
| protected:
|
| virtual ~IPCDevToolsAgentHost();
|
|
|