| Index: chrome/test/ppapi/ppapi_test.cc
|
| diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc
|
| index 2440949530f96c8e262cac63811bef41ddfdb20d..e1f90576190054a886b1441870d190c8d90c25a1 100644
|
| --- a/chrome/test/ppapi/ppapi_test.cc
|
| +++ b/chrome/test/ppapi/ppapi_test.cc
|
| @@ -33,6 +33,7 @@
|
|
|
| using content::DomOperationNotificationDetails;
|
| using content::RenderViewHost;
|
| +using content::TestMessageHandler;
|
|
|
| namespace {
|
|
|
| @@ -280,7 +281,7 @@ void PPAPITestBase::RunTestURL(const GURL& test_url) {
|
| // any other value indicates completion (in this case it will start with
|
| // "PASS" or "FAIL"). This keeps us from timing out on waits for long tests.
|
| PPAPITestMessageHandler handler;
|
| - JavascriptTestObserver observer(
|
| + content::JavascriptTestObserver observer(
|
| browser()->tab_strip_model()->GetActiveWebContents(),
|
| &handler);
|
|
|
|
|