Index: net/test/scoped_mock_log.h |
diff --git a/net/test/scoped_mock_log.h b/net/test/scoped_mock_log.h |
index e1edfcccde8cd5150708a792043799b41cc8cc00..2fdef22bdabf6c0661fe8085d16ebccbad262ea0 100644 |
--- a/net/test/scoped_mock_log.h |
+++ b/net/test/scoped_mock_log.h |
@@ -67,11 +67,12 @@ class ScopedMockLog { |
// it's sent to other log destinations (if any). |
// Returns true to signal that it handled the message and the message |
// should not be sent to other log destinations. |
- MOCK_METHOD5(Log, bool(int severity, |
- const char* file, |
- int line, |
- size_t message_start, |
- const std::string& str)); |
+ MOCK_METHOD5(Log, |
+ bool(int severity, |
+ const char* file, |
+ int line, |
+ size_t message_start, |
+ const std::string& str)); |
private: |
// The currently active scoped mock log. |