| 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..81051825caf89c4f60a9ce571c29785289fae0f0 100644
|
| --- a/chrome/test/base/view_event_test_base.h
|
| +++ b/chrome/test/base/view_event_test_base.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -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);
|
| };
|
|
|
|
|