| Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| index fcaec8665bee6eb55049272043f0f5f9c6a5be52..319ea7f920d058ff10767a0da7d5d7d814f4b0dc 100644
|
| --- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| +++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
| @@ -91,7 +91,7 @@ public:
|
| void onNavigationStarted() override { }
|
|
|
| private:
|
| - Deque<OwnPtr<WebTaskRunner::Task>> m_tasks;
|
| + WTF::Deque<OwnPtr<WebTaskRunner::Task>> m_tasks;
|
| OwnPtr<TestingPlatformMockWebTaskRunner> m_mockWebTaskRunner;
|
| };
|
|
|
|
|