| Index: ceee/testing/utils/test_utils.cc
|
| ===================================================================
|
| --- ceee/testing/utils/test_utils.cc (revision 65044)
|
| +++ ceee/testing/utils/test_utils.cc (working copy)
|
| @@ -57,8 +57,9 @@
|
| return E_UNEXPECTED;
|
| }
|
|
|
| -
|
| -bool LogDisabler::DropMessageHandler(int severity, const std::string& str) {
|
| +bool LogDisabler::DropMessageHandler(int severity, const char* file, int line,
|
| + size_t message_start, const std::string& str) {
|
| + // Message is handled, no further processing.
|
| return true;
|
| }
|
|
|
|
|