Index: third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp |
diff --git a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp |
index 5d8d35614eedde9f3218cc5138e90094517b42e6..b0e9a0003f0152f8ad53a62e0a42e2247cc17d02 100644 |
--- a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp |
+++ b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp |
@@ -38,12 +38,12 @@ |
#include "platform/network/mime/MIMETypeRegistry.h" |
#include "platform/text/QuotedPrintable.h" |
#include "platform/weborigin/SchemeRegistry.h" |
-#include "wtf/Assertions.h" |
-#include "wtf/CryptographicallyRandomNumber.h" |
-#include "wtf/CurrentTime.h" |
-#include "wtf/DateMath.h" |
-#include "wtf/text/Base64.h" |
-#include "wtf/text/StringBuilder.h" |
+#include "platform/wtf/Assertions.h" |
+#include "platform/wtf/CryptographicallyRandomNumber.h" |
+#include "platform/wtf/CurrentTime.h" |
+#include "platform/wtf/DateMath.h" |
+#include "platform/wtf/text/Base64.h" |
+#include "platform/wtf/text/StringBuilder.h" |
namespace blink { |