diff options
Diffstat (limited to 'content/test/image_decoder_test.cc')
-rw-r--r-- | content/test/image_decoder_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/image_decoder_test.cc b/content/test/image_decoder_test.cc index ac7c69d..efb1548 100644 --- a/content/test/image_decoder_test.cc +++ b/content/test/image_decoder_test.cc @@ -14,7 +14,7 @@ #include "third_party/WebKit/public/platform/WebData.h" #include "third_party/WebKit/public/platform/WebImage.h" #include "third_party/WebKit/public/platform/WebSize.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebImageDecoder.h" +#include "third_party/WebKit/public/web/WebImageDecoder.h" using base::Time; |