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

Unified Diff: third_party/WebKit/Source/wtf/DateMath.cpp

Issue 2774333002: Revert "Move files in wtf/ to platform/wtf/" (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/wtf/DateMath.h ('k') | third_party/WebKit/Source/wtf/DequeTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/DateMath.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/DateMath.cpp b/third_party/WebKit/Source/wtf/DateMath.cpp
similarity index 98%
rename from third_party/WebKit/Source/platform/wtf/DateMath.cpp
rename to third_party/WebKit/Source/wtf/DateMath.cpp
index aba3323b00a7eb033760d2617492f051ca9264a0..9fc692cb0f1e8c2fee36a0461d5b4705fa2bd62f 100644
--- a/third_party/WebKit/Source/platform/wtf/DateMath.cpp
+++ b/third_party/WebKit/Source/wtf/DateMath.cpp
@@ -69,15 +69,15 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "platform/wtf/DateMath.h"
-
-#include "platform/wtf/ASCIICType.h"
-#include "platform/wtf/Assertions.h"
-#include "platform/wtf/CurrentTime.h"
-#include "platform/wtf/MathExtras.h"
-#include "platform/wtf/StdLibExtras.h"
-#include "platform/wtf/StringExtras.h"
-#include "platform/wtf/text/StringBuilder.h"
+#include "wtf/DateMath.h"
+
+#include "wtf/ASCIICType.h"
+#include "wtf/Assertions.h"
+#include "wtf/CurrentTime.h"
+#include "wtf/MathExtras.h"
+#include "wtf/StdLibExtras.h"
+#include "wtf/StringExtras.h"
+#include "wtf/text/StringBuilder.h"
#include <algorithm>
#include <limits.h>
#include <limits>
« no previous file with comments | « third_party/WebKit/Source/wtf/DateMath.h ('k') | third_party/WebKit/Source/wtf/DequeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698