Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(403)

Unified Diff: net/test/scoped_mock_log.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698