Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4649)

Unified Diff: chrome_frame/test/proxy_factory_mock.cc

Issue 8555001: base::Bind: Convert chrome_frame/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bad merge. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698