| Index: third_party/WebKit/Source/platform/inspector_protocol/ErrorSupport.h
|
| diff --git a/third_party/WebKit/Source/platform/inspector_protocol/ErrorSupport.h b/third_party/WebKit/Source/platform/inspector_protocol/ErrorSupport.h
|
| index c73b444afc6457b11e156fc6bf6c481163dd5c8e..14ad8a228bfdc860c77c75d122f823b456e3c8a5 100644
|
| --- a/third_party/WebKit/Source/platform/inspector_protocol/ErrorSupport.h
|
| +++ b/third_party/WebKit/Source/platform/inspector_protocol/ErrorSupport.h
|
| @@ -6,6 +6,7 @@
|
| #define ErrorSupport_h
|
|
|
| #include "platform/PlatformExport.h"
|
| +#include "platform/inspector_protocol/Collections.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| @@ -25,8 +26,8 @@ public:
|
| String errors();
|
|
|
| private:
|
| - Vector<String> m_path;
|
| - Vector<String> m_errors;
|
| + protocol::Vector<String> m_path;
|
| + protocol::Vector<String> m_errors;
|
| String* m_errorString;
|
| };
|
|
|
|
|