diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 00:00:14 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 00:00:14 +0000 |
commit | 3034b681ff22071df0cad6cace510b838d65d7cc (patch) | |
tree | 8dbb44b3f49d16293190bc06e9b0acbd8d690bdb /webkit/tools/test_shell/mock_webclipboard_impl.h | |
parent | 1c7d0cf8ff15907be0717844cfd9672553f903bd (diff) | |
download | chromium_src-3034b681ff22071df0cad6cace510b838d65d7cc.zip chromium_src-3034b681ff22071df0cad6cace510b838d65d7cc.tar.gz chromium_src-3034b681ff22071df0cad6cace510b838d65d7cc.tar.bz2 |
Update these includes to use the new header locations
TBR=darin
Review URL: http://codereview.chromium.org/8787003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112824 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/mock_webclipboard_impl.h')
-rw-r--r-- | webkit/tools/test_shell/mock_webclipboard_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/mock_webclipboard_impl.h b/webkit/tools/test_shell/mock_webclipboard_impl.h index d13a7f9..c80175b 100644 --- a/webkit/tools/test_shell/mock_webclipboard_impl.h +++ b/webkit/tools/test_shell/mock_webclipboard_impl.h @@ -10,8 +10,8 @@ #ifndef WEBKIT_TOOLS_TEST_SHELL_MOCK_WEBCLIPBOARD_IMPL_H_ #define WEBKIT_TOOLS_TEST_SHELL_MOCK_WEBCLIPBOARD_IMPL_H_ -#include "third_party/WebKit/Source/WebKit/chromium/public/WebClipboard.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebImage.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebClipboard.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebImage.h" class MockWebClipboardImpl : public WebKit::WebClipboard { public: |