Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(674)

Unified Diff: sky/engine/platform/graphics/DeferredImageDecoderTest.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/platform/graphics/DeferredImageDecoder.cpp ('k') | sky/engine/platform/graphics/DisplayList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/DeferredImageDecoderTest.cpp
diff --git a/sky/engine/platform/graphics/DeferredImageDecoderTest.cpp b/sky/engine/platform/graphics/DeferredImageDecoderTest.cpp
index bc53caa25b3c1c1ea43f11401b3ffee3f43c2c54..88ad6e2f1a31277f8dbbc53fc04f2b59c31c74e6 100644
--- a/sky/engine/platform/graphics/DeferredImageDecoderTest.cpp
+++ b/sky/engine/platform/graphics/DeferredImageDecoderTest.cpp
@@ -23,22 +23,22 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "platform/graphics/DeferredImageDecoder.h"
+#include "sky/engine/config.h"
+#include "sky/engine/platform/graphics/DeferredImageDecoder.h"
-#include "SkBitmapDevice.h"
-#include "SkCanvas.h"
-#include "SkPicture.h"
-#include "SkPictureRecorder.h"
+#include <gtest/gtest.h>
#include "base/bind.h"
#include "base/threading/thread.h"
-#include "platform/SharedBuffer.h"
-#include "platform/graphics/ImageDecodingStore.h"
-#include "platform/graphics/skia/NativeImageSkia.h"
-#include "platform/graphics/test/MockImageDecoder.h"
-#include "wtf/PassRefPtr.h"
-#include "wtf/RefPtr.h"
-#include <gtest/gtest.h>
+#include "sky/engine/platform/SharedBuffer.h"
+#include "sky/engine/platform/graphics/ImageDecodingStore.h"
+#include "sky/engine/platform/graphics/skia/NativeImageSkia.h"
+#include "sky/engine/platform/graphics/test/MockImageDecoder.h"
+#include "sky/engine/wtf/PassRefPtr.h"
+#include "sky/engine/wtf/RefPtr.h"
+#include "third_party/skia/include/core/SkBitmapDevice.h"
+#include "third_party/skia/include/core/SkCanvas.h"
+#include "third_party/skia/include/core/SkPicture.h"
+#include "third_party/skia/include/core/SkPictureRecorder.h"
namespace blink {
« no previous file with comments | « sky/engine/platform/graphics/DeferredImageDecoder.cpp ('k') | sky/engine/platform/graphics/DisplayList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698