| Index: content/test/image_decoder_test.cc
|
| diff --git a/content/test/image_decoder_test.cc b/content/test/image_decoder_test.cc
|
| index b52c5c8f22a97bf99f0d2c9a874966f072936ca3..517a59ccacfbc90daa0daaec101b6fe7610640ec 100644
|
| --- a/content/test/image_decoder_test.cc
|
| +++ b/content/test/image_decoder_test.cc
|
| @@ -10,9 +10,9 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/path_service.h"
|
| #include "base/string_util.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebData.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebImage.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h"
|
| +#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"
|
|
|
| using base::Time;
|
|
|