| Index: webkit/tools/test_shell/keyboard_unittest.cc
|
| diff --git a/webkit/tools/test_shell/keyboard_unittest.cc b/webkit/tools/test_shell/keyboard_unittest.cc
|
| index 16a937c27849702b5bd2dc72f73f05ebc16e4c19..65ac39b8c098bfea332478c364c28acffc1924f0 100644
|
| --- a/webkit/tools/test_shell/keyboard_unittest.cc
|
| +++ b/webkit/tools/test_shell/keyboard_unittest.cc
|
| @@ -16,9 +16,9 @@ MSVC_POP_WARNING();
|
|
|
| #include "base/string_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "webkit/api/public/WebInputEvent.h"
|
| -#include "webkit/api/src/EditorClientImpl.h"
|
| -#include "webkit/api/src/WebInputEventConversion.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/WebInputEvent.h"
|
| +#include "third_party/WebKit/WebKit/chromium/src/EditorClientImpl.h"
|
| +#include "third_party/WebKit/WebKit/chromium/src/WebInputEventConversion.h"
|
|
|
| using WebCore::PlatformKeyboardEvent;
|
| using WebCore::KeyboardEvent;
|
|
|