| Index: third_party/WebKit/Source/core/inspector/PageDebuggerAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.cpp b/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.cpp
|
| index 5c94c596e27bf8965ba82a7137c7951f6ac1f7f4..b9c0bb88923e8b44e97d819317c3d9163e574484 100644
|
| --- a/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.cpp
|
| @@ -44,7 +44,7 @@
|
| #include "core/loader/DocumentLoader.h"
|
| #include "core/page/Page.h"
|
|
|
| -using blink::protocol::TypeBuilder::Runtime::RemoteObject;
|
| +using blink::protocol::Runtime::RemoteObject;
|
|
|
| namespace blink {
|
|
|
|
|