| Index: third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| index a42bac72918792039cf02e9ed0dc6c88344070fb..deb96ad68288beecd16ce6499f97b1e0a80027fd 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| @@ -48,7 +48,7 @@ class Frontend;
|
| class InstrumentingAgents;
|
| class LocalFrame;
|
|
|
| -using protocol::OptionalValue;
|
| +using protocol::Maybe;
|
|
|
| class CORE_EXPORT InspectorAgent : public NoBaseWillBeGarbageCollectedFinalized<InspectorAgent> {
|
| USING_FAST_MALLOC_WILL_BE_REMOVED(InspectorAgent);
|
|
|