Chromium Code Reviews| Index: Source/wtf/text/Base64.cpp |
| diff --git a/Source/wtf/text/Base64.cpp b/Source/wtf/text/Base64.cpp |
| index 7a0467a36c8ab33538655b0f54624706ba04c3ac..02b1a2a5d75845d3a038546fbc541dec79b1fe68 100644 |
| --- a/Source/wtf/text/Base64.cpp |
| +++ b/Source/wtf/text/Base64.cpp |
| @@ -25,8 +25,8 @@ |
| #include "Base64.h" |
| #include <limits.h> |
| -#include <wtf/StringExtras.h> |
| -#include <wtf/text/WTFString.h> |
| +#include "wtf/StringExtras.h" |
| +#include "wtf/text/WTFString.h" |
| namespace WTF { |