| Index: chrome_frame/test/proxy_factory_mock.cc
|
| diff --git a/chrome_frame/test/proxy_factory_mock.cc b/chrome_frame/test/proxy_factory_mock.cc
|
| index e8f8ba7b88b05eaac14103a10c366d3c24e4660e..d552fa7da8e1f4eb30972e81db93ef3b53c7a04f 100644
|
| --- a/chrome_frame/test/proxy_factory_mock.cc
|
| +++ b/chrome_frame/test/proxy_factory_mock.cc
|
| @@ -1,6 +1,7 @@
|
| // Copyright (c) 2006-2010 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| +
|
| #include "base/synchronization/waitable_event.h"
|
| #include "chrome_frame/crash_reporting/crash_metrics.h"
|
| #include "chrome_frame/test/proxy_factory_mock.h"
|
| @@ -11,8 +12,6 @@
|
| using testing::CreateFunctor;
|
| using testing::_;
|
|
|
| -DISABLE_RUNNABLE_METHOD_REFCOUNT(MockProxyFactory);
|
| -
|
| TEST(ProxyFactoryTest, CreateDestroy) {
|
| CrashMetricsReporter::GetInstance()->set_active(true);
|
|
|
|
|