Index: Source/core/platform/SharedBuffer.cpp |
diff --git a/Source/core/platform/SharedBuffer.cpp b/Source/core/platform/SharedBuffer.cpp |
index f549912869fc5812d7aca1fc653f405cb9b860cc..edac3460f02bee211b6b013888b9570609a9b915 100644 |
--- a/Source/core/platform/SharedBuffer.cpp |
+++ b/Source/core/platform/SharedBuffer.cpp |
@@ -25,14 +25,14 @@ |
*/ |
#include "config.h" |
-#include "SharedBuffer.h" |
+#include "core/platform/SharedBuffer.h" |
-#include "PlatformMemoryInstrumentation.h" |
-#include "PurgeableBuffer.h" |
+#include "core/platform/PlatformMemoryInstrumentation.h" |
+#include "core/platform/PurgeableBuffer.h" |
#include <wtf/MemoryInstrumentationVector.h> |
#include <wtf/PassOwnPtr.h> |
-#include <wtf/unicode/UTF8.h> |
#include <wtf/unicode/Unicode.h> |
+#include <wtf/unicode/UTF8.h> |
using namespace std; |