| Index: chrome/test/data/webui/async_gen.js
|
| diff --git a/chrome/test/data/webui/async_gen.js b/chrome/test/data/webui/async_gen.js
|
| index 13929b82d2a0ca63a22122a41364d44a86cb3613..94b60e531094ed88ad8efc073be6beb1fb580660 100644
|
| --- a/chrome/test/data/webui/async_gen.js
|
| +++ b/chrome/test/data/webui/async_gen.js
|
| @@ -46,18 +46,8 @@ WebUIBrowserAsyncGenTest.prototype = {
|
| running: false,
|
| };
|
|
|
| -// Include the bulk of c++ code.
|
| -GEN('#include "chrome/test/data/webui/async_gen-inl.h"');
|
| -GEN('');
|
| -
|
| -// Constructors and destructors must be provided in .cc to prevent clang errors.
|
| -GEN('WebUIBrowserAsyncGenTest::WebUIBrowserAsyncGenTest() {}');
|
| -GEN('WebUIBrowserAsyncGenTest::~WebUIBrowserAsyncGenTest() {}');
|
| -GEN('WebUIBrowserAsyncGenTest::AsyncWebUIMessageHandler::');
|
| -GEN(' AsyncWebUIMessageHandler() {}');
|
| -GEN('WebUIBrowserAsyncGenTest::AsyncWebUIMessageHandler::');
|
| -GEN(' ~AsyncWebUIMessageHandler() {}');
|
| -GEN('');
|
| +// Include the c++ test fixture.
|
| +GEN('#include "chrome/test/data/webui/async_gen.h"');
|
|
|
| /**
|
| * Will be set to continuation test #1.
|
|
|