| Index: webkit/tools/test_shell/mock_webclipboard_impl.h
|
| diff --git a/webkit/tools/test_shell/mock_webclipboard_impl.h b/webkit/tools/test_shell/mock_webclipboard_impl.h
|
| index 3f3c5a6e4318d0b5bd31f83e7e1df49837c01446..1ec33b2ed5fbaedfcce67cc2c8fd7e903792ae7b 100644
|
| --- a/webkit/tools/test_shell/mock_webclipboard_impl.h
|
| +++ b/webkit/tools/test_shell/mock_webclipboard_impl.h
|
| @@ -13,9 +13,9 @@
|
| #include <map>
|
|
|
| #include "base/string16.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebClipboard.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebDragData.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebImage.h"
|
| +#include "third_party/WebKit/public/platform/WebClipboard.h"
|
| +#include "third_party/WebKit/public/platform/WebDragData.h"
|
| +#include "third_party/WebKit/public/platform/WebImage.h"
|
|
|
| class MockWebClipboardImpl : public WebKit::WebClipboard {
|
| public:
|
|
|