| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index cd3d7f19d07c07b62900d9c35083b2aaab6e83ec..d9f0b13cb81e1609bb1e0ac5e60a492f28d2fee8 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -111,11 +111,11 @@
|
| #include "PagePopupController.h"
|
| #endif
|
|
|
| -#include "FilterOperation.h"
|
| -#include "FilterOperations.h"
|
| -#include "GraphicsLayerChromium.h"
|
| #include "RenderLayerBacking.h"
|
| #include "core/platform/graphics/GraphicsLayer.h"
|
| +#include "core/platform/graphics/chromium/GraphicsLayerChromium.h"
|
| +#include "core/platform/graphics/filters/FilterOperation.h"
|
| +#include "core/platform/graphics/filters/FilterOperations.h"
|
|
|
| #if ENABLE(ENCRYPTED_MEDIA_V2)
|
| #include "CDM.h"
|
|
|