| Index: Source/core/dom/Clipboard.cpp
|
| diff --git a/Source/core/dom/Clipboard.cpp b/Source/core/dom/Clipboard.cpp
|
| index aa43357ffd2248313fd8d7bdd9a7d3feedac80d5..83ae0ae36004defc786ddfc6d9cbff5fa69d8a50 100644
|
| --- a/Source/core/dom/Clipboard.cpp
|
| +++ b/Source/core/dom/Clipboard.cpp
|
| @@ -26,10 +26,10 @@
|
| #include "config.h"
|
| #include "Clipboard.h"
|
|
|
| -#include "CachedImage.h"
|
| #include "FileList.h"
|
| #include "Frame.h"
|
| #include "core/loader/FrameLoader.h"
|
| +#include "core/loader/cache/CachedImage.h"
|
| #include "core/platform/graphics/Image.h"
|
|
|
| namespace WebCore {
|
|
|