| Index: third_party/WebKit/Source/core/inspector/WorkerConsoleAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/WorkerConsoleAgent.h b/third_party/WebKit/Source/core/inspector/WorkerConsoleAgent.h
|
| index e2abc047a879c7a9fcb0ff38ee7564824a287308..309f9736a82d01675412f3fdcf58aa27898393aa 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerConsoleAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerConsoleAgent.h
|
| @@ -32,6 +32,7 @@
|
| #define WorkerConsoleAgent_h
|
|
|
| #include "core/inspector/InspectorConsoleAgent.h"
|
| +#include "wtf/PassOwnPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|