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

Unified Diff: chrome/test/base/view_event_test_base.h

Issue 9071001: base::Bind: Remove ScopedRunnableMethodFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 12 months 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/test/base/view_event_test_base.h
diff --git a/chrome/test/base/view_event_test_base.h b/chrome/test/base/view_event_test_base.h
index e0bc18b20b682fbb51baeea658cf4c5f0836bfef..a0ce90ca531769d67d1edee156c949234dfc9025 100644
--- a/chrome/test/base/view_event_test_base.h
+++ b/chrome/test/base/view_event_test_base.h
@@ -137,9 +137,6 @@ class ViewEventTestBase : public views::WidgetDelegate,
content::TestBrowserThread ui_thread_;
- // Method factory used for time-outs.
- ScopedRunnableMethodFactory<ViewEventTestBase> method_factory_;
-
DISALLOW_COPY_AND_ASSIGN(ViewEventTestBase);
};

Powered by Google App Engine
This is Rietveld 408576698