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

Unified Diff: sky/engine/platform/graphics/BitmapImageTest.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
Index: sky/engine/platform/graphics/BitmapImageTest.cpp
diff --git a/sky/engine/platform/graphics/BitmapImageTest.cpp b/sky/engine/platform/graphics/BitmapImageTest.cpp
index d1f99f3e9c00d0dba1c358c7feee2d5beea8adbc..5c93f6f20a201f0dafdfa244ffe1a96e6bb0bd50 100644
--- a/sky/engine/platform/graphics/BitmapImageTest.cpp
+++ b/sky/engine/platform/graphics/BitmapImageTest.cpp
@@ -28,14 +28,14 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "platform/graphics/BitmapImage.h"
-
-#include "platform/SharedBuffer.h"
-#include "platform/graphics/DeferredImageDecoder.h"
-#include "platform/graphics/ImageObserver.h"
-#include "public/platform/Platform.h"
-#include "public/platform/WebUnitTestSupport.h"
+#include "sky/engine/config.h"
+#include "sky/engine/platform/graphics/BitmapImage.h"
+
+#include "sky/engine/platform/SharedBuffer.h"
+#include "sky/engine/platform/graphics/DeferredImageDecoder.h"
+#include "sky/engine/platform/graphics/ImageObserver.h"
+#include "sky/engine/public/platform/Platform.h"
+#include "sky/engine/public/platform/WebUnitTestSupport.h"
#include <gtest/gtest.h>
« no previous file with comments | « sky/engine/platform/graphics/BitmapImage.cpp ('k') | sky/engine/platform/graphics/Canvas2DImageBufferSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698