Index: third_party/WebKit/Source/platform/graphics/PictureSnapshot.h |
diff --git a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h |
index 2ef4c195e7c8aa59c3461f1805c756b311c330b4..ff8dd2d348bf4bac7a9414987343acdb43f31db9 100644 |
--- a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h |
+++ b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h |
@@ -31,9 +31,9 @@ |
#ifndef PictureSnapshot_h |
#define PictureSnapshot_h |
-#include "platform/JSONValues.h" |
#include "platform/PlatformExport.h" |
#include "platform/graphics/GraphicsContext.h" |
+#include "platform/json/JSONValues.h" |
#include "third_party/skia/include/core/SkPicture.h" |
#include "third_party/skia/include/core/SkPictureRecorder.h" |
#include "wtf/RefCounted.h" |