| Index: third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h
|
| index 07f8982713d95679a58518eb68a400325725c36e..878dea7c4820c15c589bb0562fe956e5f2211e2c 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.h
|
| @@ -56,7 +56,7 @@ private:
|
| bool m_enabled;
|
| bool m_recordingCPUProfile;
|
| class ProfileDescriptor;
|
| - Vector<ProfileDescriptor> m_startedProfiles;
|
| + protocol::Vector<ProfileDescriptor> m_startedProfiles;
|
| String m_frontendInitiatedProfileId;
|
| };
|
|
|
|
|