| Index: base/test/mock_log.h
|
| diff --git a/base/test/mock_log.h b/base/test/mock_log.h
|
| index cda2fcd6259cbf080ba1bdc0c4195c00a12d69be..9defb9f2f369afb240e76e15825d19f52512ffb2 100644
|
| --- a/base/test/mock_log.h
|
| +++ b/base/test/mock_log.h
|
| @@ -88,9 +88,6 @@ class MockLog {
|
| // True if this object is currently capturing logs.
|
| bool is_capturing_logs_;
|
|
|
| - // The previous handler to restore when the MockLog is destroyed.
|
| - logging::LogMessageHandlerFunction previous_handler_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(MockLog);
|
| };
|
|
|
|
|