| Index: chrome_frame/test/urlmon_moniker_integration_test.cc
|
| diff --git a/chrome_frame/test/urlmon_moniker_integration_test.cc b/chrome_frame/test/urlmon_moniker_integration_test.cc
|
| index 99c0357f8d9184ab8a8ce586efa6fdfd88eda35d..0812b530335a4dae3e2ea528ebd877617c31c199 100644
|
| --- a/chrome_frame/test/urlmon_moniker_integration_test.cc
|
| +++ b/chrome_frame/test/urlmon_moniker_integration_test.cc
|
| @@ -59,6 +59,10 @@ class RunTestServer : public base::Thread {
|
| ready_(::CreateEvent(NULL, TRUE, FALSE, NULL)) {
|
| }
|
|
|
| + ~RunTestServer() {
|
| + Stop();
|
| + }
|
| +
|
| bool Start() {
|
| bool ret = StartWithOptions(Options(MessageLoop::TYPE_UI, 0));
|
| if (ret) {
|
|
|