Index: third_party/WebKit/Source/platform/wtf/text/Base64.h |
diff --git a/third_party/WebKit/Source/wtf/text/Base64.h b/third_party/WebKit/Source/platform/wtf/text/Base64.h |
similarity index 97% |
copy from third_party/WebKit/Source/wtf/text/Base64.h |
copy to third_party/WebKit/Source/platform/wtf/text/Base64.h |
index 7a4496e6f331114bc76750567c7c2a597908600f..c12af5e013ab64ccd5f80e8f6947ec933cf21e2f 100644 |
--- a/third_party/WebKit/Source/wtf/text/Base64.h |
+++ b/third_party/WebKit/Source/platform/wtf/text/Base64.h |
@@ -27,10 +27,10 @@ |
#ifndef Base64_h |
#define Base64_h |
-#include "wtf/Vector.h" |
-#include "wtf/WTFExport.h" |
-#include "wtf/text/CString.h" |
-#include "wtf/text/WTFString.h" |
+#include "platform/wtf/Vector.h" |
+#include "platform/wtf/WTFExport.h" |
+#include "platform/wtf/text/CString.h" |
+#include "platform/wtf/text/WTFString.h" |
namespace WTF { |