| Index: Source/core/html/ImageDocument.cpp
|
| diff --git a/Source/core/html/ImageDocument.cpp b/Source/core/html/ImageDocument.cpp
|
| index 70a385f932ea2fffe1497def2afdee09e3d59fdc..ac0ef9a28dc22dbdca80f35106c706ba0f8608b3 100644
|
| --- a/Source/core/html/ImageDocument.cpp
|
| +++ b/Source/core/html/ImageDocument.cpp
|
| @@ -37,12 +37,12 @@
|
| #include "HTMLHtmlElement.h"
|
| #include "HTMLImageElement.h"
|
| #include "HTMLNames.h"
|
| -#include "LocalizedStrings.h"
|
| #include "MouseEvent.h"
|
| -#include "NotImplemented.h"
|
| #include "Page.h"
|
| #include "RawDataDocumentParser.h"
|
| #include "Settings.h"
|
| +#include "core/platform/LocalizedStrings.h"
|
| +#include "core/platform/NotImplemented.h"
|
|
|
| using std::min;
|
|
|
|
|