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

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

Issue 2767153004: Move files in wtf/ to platform/wtf/ (Part 12). (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/DateMath.h
diff --git a/third_party/WebKit/Source/wtf/DateMath.h b/third_party/WebKit/Source/platform/wtf/DateMath.h
similarity index 98%
copy from third_party/WebKit/Source/wtf/DateMath.h
copy to third_party/WebKit/Source/platform/wtf/DateMath.h
index 51c8c75ecf82919741428358b1a2a000ea6631f1..4a1b1278e0391a248634c39de636fddae1c7bc87 100644
--- a/third_party/WebKit/Source/wtf/DateMath.h
+++ b/third_party/WebKit/Source/platform/wtf/DateMath.h
@@ -43,8 +43,8 @@
#ifndef DateMath_h
#define DateMath_h
-#include "wtf/WTFExport.h"
-#include "wtf/text/WTFString.h"
+#include "platform/wtf/WTFExport.h"
+#include "platform/wtf/text/WTFString.h"
#include <stdint.h>
#include <string.h>

Powered by Google App Engine
This is Rietveld 408576698