| Index: Source/core/html/URLInputType.cpp
|
| diff --git a/Source/core/html/URLInputType.cpp b/Source/core/html/URLInputType.cpp
|
| index fb7e714961b6576efd087748847d86aa402ab9f4..9cb58ff597b3ae536965e09bc2eca2f87c3a08d2 100644
|
| --- a/Source/core/html/URLInputType.cpp
|
| +++ b/Source/core/html/URLInputType.cpp
|
| @@ -33,8 +33,8 @@
|
|
|
| #include "HTMLInputElement.h"
|
| #include "InputTypeNames.h"
|
| -#include "LocalizedStrings.h"
|
| -#include "KURL.h"
|
| +#include "core/platform/KURL.h"
|
| +#include "core/platform/LocalizedStrings.h"
|
| #include <wtf/PassOwnPtr.h>
|
|
|
| namespace WebCore {
|
|
|