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

Unified Diff: sky/engine/wtf/HashTable.h

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/HashSetTest.cpp ('k') | sky/engine/wtf/HashTable.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/wtf/HashTable.h
diff --git a/sky/engine/wtf/HashTable.h b/sky/engine/wtf/HashTable.h
index 5c7b3be1009393b3c9b386a23d852f2d6e349e2d..ad1e81e03513230367f6fcd7c0da98b8dc27ddd2 100644
--- a/sky/engine/wtf/HashTable.h
+++ b/sky/engine/wtf/HashTable.h
@@ -20,17 +20,17 @@
#ifndef WTF_HashTable_h
#define WTF_HashTable_h
-#include "wtf/Alignment.h"
-#include "wtf/Assertions.h"
-#include "wtf/DefaultAllocator.h"
-#include "wtf/HashTraits.h"
-#include "wtf/WTF.h"
+#include "sky/engine/wtf/Alignment.h"
+#include "sky/engine/wtf/Assertions.h"
+#include "sky/engine/wtf/DefaultAllocator.h"
+#include "sky/engine/wtf/HashTraits.h"
+#include "sky/engine/wtf/WTF.h"
#define DUMP_HASHTABLE_STATS 0
#define DUMP_HASHTABLE_STATS_PER_TABLE 0
#if DUMP_HASHTABLE_STATS_PER_TABLE
-#include "wtf/DataLog.h"
+#include "sky/engine/wtf/DataLog.h"
#endif
#if DUMP_HASHTABLE_STATS
@@ -1249,6 +1249,6 @@ namespace WTF {
} // namespace WTF
-#include "wtf/HashIterators.h"
+#include "sky/engine/wtf/HashIterators.h"
#endif // WTF_HashTable_h
« no previous file with comments | « sky/engine/wtf/HashSetTest.cpp ('k') | sky/engine/wtf/HashTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698