| Index: Source/core/platform/KURLGoogle.cpp
|
| diff --git a/Source/core/platform/KURLGoogle.cpp b/Source/core/platform/KURLGoogle.cpp
|
| index e0e1eaa47cc3d14abd4caf770bc9f6c46e11804f..0361acba818716690ed823f3789c4a2ce49cdf74 100644
|
| --- a/Source/core/platform/KURLGoogle.cpp
|
| +++ b/Source/core/platform/KURLGoogle.cpp
|
| @@ -30,7 +30,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "KURL.h"
|
| +#include "core/platform/KURL.h"
|
|
|
| #ifndef NDEBUG
|
| #include <stdio.h>
|
| @@ -38,8 +38,8 @@
|
|
|
| #include <algorithm>
|
|
|
| -#include "NotImplemented.h"
|
| -#include "PlatformMemoryInstrumentation.h"
|
| +#include "core/platform/NotImplemented.h"
|
| +#include "core/platform/PlatformMemoryInstrumentation.h"
|
| #include "core/platform/text/TextEncoding.h"
|
| #include <wtf/HashMap.h>
|
| #include <wtf/MemoryInstrumentationString.h>
|
|
|