| Index: third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp
|
| index 7ae8dab6f5702a227ae1c598c3ebc47b1f4e8ded..53d6e51271b0684ded882b5d9b1af1b20caea33d 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp
|
| @@ -57,7 +57,7 @@ public:
|
| }
|
|
|
| private:
|
| - Vector<CString> m_strings;
|
| + protocol::Vector<CString> m_strings;
|
| V8RuntimeAgentImpl* m_runtimeAgent;
|
| };
|
|
|
|
|