| 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 831f3e08bd57e08cc05feb0f5121ec5232d80043..9071e21721119bc4bcbcb834a4e7611e8cf6ec63 100644
|
| --- a/chrome/test/base/view_event_test_base.h
|
| +++ b/chrome/test/base/view_event_test_base.h
|
| @@ -88,7 +88,6 @@ class ViewEventTestBase : public views::WidgetDelegate,
|
| // Overridden to do nothing so that this class can be used in runnable tasks.
|
| void AddRef() {}
|
| void Release() {}
|
| - static bool ImplementsThreadSafeReferenceCounting() { return false; }
|
|
|
| protected:
|
| virtual ~ViewEventTestBase();
|
|
|