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

Unified Diff: sky/engine/wtf/PartitionAllocTest.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/wtf/PartitionAlloc.cpp ('k') | sky/engine/wtf/PassOwnPtr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/wtf/PartitionAllocTest.cpp
diff --git a/sky/engine/wtf/PartitionAllocTest.cpp b/sky/engine/wtf/PartitionAllocTest.cpp
index 7adc14a566f339f2e3d63fd5062b2d0f94f0a692..e2d2c911cbdc6793187be7c2984a914732b0cd48 100644
--- a/sky/engine/wtf/PartitionAllocTest.cpp
+++ b/sky/engine/wtf/PartitionAllocTest.cpp
@@ -28,15 +28,15 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "wtf/PartitionAlloc.h"
+#include "sky/engine/config.h"
+#include "sky/engine/wtf/PartitionAlloc.h"
-#include "wtf/BitwiseOperations.h"
-#include "wtf/OwnPtr.h"
-#include "wtf/PassOwnPtr.h"
#include <gtest/gtest.h>
#include <stdlib.h>
#include <string.h>
+#include "sky/engine/wtf/BitwiseOperations.h"
+#include "sky/engine/wtf/OwnPtr.h"
+#include "sky/engine/wtf/PassOwnPtr.h"
#if OS(POSIX)
#include <sys/mman.h>
« no previous file with comments | « sky/engine/wtf/PartitionAlloc.cpp ('k') | sky/engine/wtf/PassOwnPtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698