| Index: Source/core/inspector/InspectorFrontendHost.cpp
|
| diff --git a/Source/core/inspector/InspectorFrontendHost.cpp b/Source/core/inspector/InspectorFrontendHost.cpp
|
| index e134c1640731ff3a7ac9b9578ce8ee6af166f3b2..20f2160f56f9e1d34670a05e4de0cbe08a2c647c 100644
|
| --- a/Source/core/inspector/InspectorFrontendHost.cpp
|
| +++ b/Source/core/inspector/InspectorFrontendHost.cpp
|
| @@ -41,11 +41,11 @@
|
| #include "core/page/ContextMenuController.h"
|
| #include "core/page/ContextMenuProvider.h"
|
| #include "core/page/Page.h"
|
| -#include "core/platform/ContextMenu.h"
|
| -#include "core/platform/ContextMenuItem.h"
|
| #include "core/platform/Pasteboard.h"
|
| #include "core/rendering/RenderTheme.h"
|
| #include "modules/filesystem/DOMFileSystem.h"
|
| +#include "platform/ContextMenu.h"
|
| +#include "platform/ContextMenuItem.h"
|
| #include "platform/JSONValues.h"
|
| #include "platform/SharedBuffer.h"
|
| #include "platform/UserGestureIndicator.h"
|
|
|