| Index: ceee/testing/utils/test_utils.h
|
| ===================================================================
|
| --- ceee/testing/utils/test_utils.h (revision 65044)
|
| +++ ceee/testing/utils/test_utils.h (working copy)
|
| @@ -68,7 +68,8 @@
|
|
|
| private:
|
| logging::LogMessageHandlerFunction old_handler_;
|
| - static bool DropMessageHandler(int severity, const std::string& str);
|
| + static bool DropMessageHandler(int severity, const char* file, int line,
|
| + size_t message_start, const std::string& str);
|
| };
|
|
|
| // Overrides a path in the PathService singleton, replacing the
|
|
|