| Index: webkit/tools/test_shell/layout_test_controller.cc
|
| diff --git a/webkit/tools/test_shell/layout_test_controller.cc b/webkit/tools/test_shell/layout_test_controller.cc
|
| index aadbd390cf871915a9bafc8294c4cda5849a80b3..13be87572801a5d807c1a95a09443d1a9cb6f99e 100644
|
| --- a/webkit/tools/test_shell/layout_test_controller.cc
|
| +++ b/webkit/tools/test_shell/layout_test_controller.cc
|
| @@ -57,6 +57,8 @@ using WebKit::WebSecurityPolicy;
|
| using WebKit::WebSize;
|
| using WebKit::WebString;
|
| using WebKit::WebURL;
|
| +using webkit_glue::CppArgumentList;
|
| +using webkit_glue::CppVariant;
|
|
|
| TestShell* LayoutTestController::shell_ = NULL;
|
| // Most of these flags need to be cleared in Reset() so that they get turned
|
|
|