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

Unified Diff: third_party/WebKit/Source/platform/wtf/MathExtras.h

Issue 2764243002: Move files in wtf/ to platform/wtf/ (Part 9). (Closed)
Patch Set: Rebase. Created 3 years, 9 months 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: third_party/WebKit/Source/platform/wtf/MathExtras.h
diff --git a/third_party/WebKit/Source/wtf/MathExtras.h b/third_party/WebKit/Source/platform/wtf/MathExtras.h
similarity index 99%
copy from third_party/WebKit/Source/wtf/MathExtras.h
copy to third_party/WebKit/Source/platform/wtf/MathExtras.h
index efcd871bb32a0639202c4fbc81e024b16cf7925c..05f473a65138379c4c865b61a860c2e82add2f0e 100644
--- a/third_party/WebKit/Source/wtf/MathExtras.h
+++ b/third_party/WebKit/Source/platform/wtf/MathExtras.h
@@ -26,9 +26,9 @@
#ifndef WTF_MathExtras_h
#define WTF_MathExtras_h
-#include "wtf/Allocator.h"
-#include "wtf/Assertions.h"
-#include "wtf/CPU.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/CPU.h"
#include <cmath>
#include <cstddef>
#include <limits>
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/HexNumber.h ('k') | third_party/WebKit/Source/platform/wtf/RetainPtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698