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

Unified Diff: third_party/WebKit/Source/platform/wtf/dtoa/utils.h

Issue 2810413002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of platform/. (Closed)
Patch Set: Created 3 years, 8 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/dtoa/utils.h
diff --git a/third_party/WebKit/Source/platform/wtf/dtoa/utils.h b/third_party/WebKit/Source/platform/wtf/dtoa/utils.h
index dd7b287972c1405fe63a32aa59efc75a83085e1d..588bf3db9a1685e6143ebd410a0c728d1e19e972 100644
--- a/third_party/WebKit/Source/platform/wtf/dtoa/utils.h
+++ b/third_party/WebKit/Source/platform/wtf/dtoa/utils.h
@@ -28,8 +28,8 @@
#ifndef DOUBLE_CONVERSION_UTILS_H_
#define DOUBLE_CONVERSION_UTILS_H_
-#include "wtf/Assertions.h"
#include <string.h>
+#include "platform/wtf/Assertions.h"
#define UNIMPLEMENTED NOTREACHED
#define UNREACHABLE NOTREACHED

Powered by Google App Engine
This is Rietveld 408576698