| Index: webkit/tools/test_shell/text_input_controller.cc
|
| diff --git a/webkit/tools/test_shell/text_input_controller.cc b/webkit/tools/test_shell/text_input_controller.cc
|
| index 0bc873e0644f0a684263f8a53eed068c0e79dc9e..0faa523d03d4ceadcaf33da2ca131fac33db8e8d 100644
|
| --- a/webkit/tools/test_shell/text_input_controller.cc
|
| +++ b/webkit/tools/test_shell/text_input_controller.cc
|
| @@ -5,10 +5,10 @@
|
| #include "webkit/tools/test_shell/text_input_controller.h"
|
|
|
| #include "base/string_util.h"
|
| -#include "webkit/api/public/WebFrame.h"
|
| -#include "webkit/api/public/WebRange.h"
|
| -#include "webkit/api/public/WebString.h"
|
| -#include "webkit/api/public/WebView.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/WebFrame.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/WebRange.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/WebString.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/WebView.h"
|
| #include "webkit/tools/test_shell/test_shell.h"
|
|
|
| using WebKit::WebFrame;
|
|
|