Chromium Code Reviews| Index: Source/core/inspector/InspectorController.cpp |
| diff --git a/Source/core/inspector/InspectorController.cpp b/Source/core/inspector/InspectorController.cpp |
| index 9e59ddca7a4060e057a60afe6b4d6a0d8a71de66..21132f8ab08a454157ae0c445e842a606c82c78c 100644 |
| --- a/Source/core/inspector/InspectorController.cpp |
| +++ b/Source/core/inspector/InspectorController.cpp |
| @@ -70,8 +70,6 @@ |
| #include "core/inspector/PageRuntimeAgent.h" |
| #include "core/page/Page.h" |
| #include "core/platform/PlatformMouseEvent.h" |
| -#include <wtf/MemoryInstrumentationVector.h> |
|
yurys
2013/06/24 15:00:44
This one should be preserved to provide access to
|
| -#include <wtf/UnusedParam.h> |
| namespace WebCore { |