| Index: content/browser/devtools/tethering_handler.h
|
| diff --git a/content/browser/devtools/tethering_handler.h b/content/browser/devtools/tethering_handler.h
|
| index e34613fa4ac167797ad8026ad9705691f07ac941..67df1da0a053501f61e4ad6a4fc3f01ab5272e4e 100644
|
| --- a/content/browser/devtools/tethering_handler.h
|
| +++ b/content/browser/devtools/tethering_handler.h
|
| @@ -11,6 +11,10 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/browser/devtools/devtools_protocol.h"
|
|
|
| +namespace base {
|
| +class MessageLoopProxy;
|
| +} // namespace base
|
| +
|
| namespace content {
|
|
|
| class DevToolsHttpHandlerDelegate;
|
|
|