diff options
Diffstat (limited to 'content/browser/devtools/protocol/network_handler.h')
-rw-r--r-- | content/browser/devtools/protocol/network_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/devtools/protocol/network_handler.h b/content/browser/devtools/protocol/network_handler.h index c045a86..9e811d3 100644 --- a/content/browser/devtools/protocol/network_handler.h +++ b/content/browser/devtools/protocol/network_handler.h @@ -5,7 +5,7 @@ #ifndef CONTENT_BROWSER_DEVTOOLS_PROTOCOL_NETWORK_HANDLER_H_ #define CONTENT_BROWSER_DEVTOOLS_PROTOCOL_NETWORK_HANDLER_H_ -#include "content/browser/devtools/protocol/devtools_protocol_handler_impl.h" +#include "content/browser/devtools/protocol/devtools_protocol_handler.h" namespace content { |