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

Unified Diff: net/disk_cache/simple/simple_entry_operation.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/disk_cache/simple/simple_entry_operation.h
diff --git a/net/disk_cache/simple/simple_entry_operation.h b/net/disk_cache/simple/simple_entry_operation.h
index 08863124cfc7bc825ccc80451cf8437eb910f808..ae6b4920677c12b8da803464a2b61ce612ebbd3c 100644
--- a/net/disk_cache/simple/simple_entry_operation.h
+++ b/net/disk_cache/simple/simple_entry_operation.h
@@ -84,9 +84,8 @@ class SimpleEntryOperation {
int length,
int64* out_start,
const CompletionCallback& callback);
- static SimpleEntryOperation DoomOperation(
- SimpleEntryImpl* entry,
- const CompletionCallback& callback);
+ static SimpleEntryOperation DoomOperation(SimpleEntryImpl* entry,
+ const CompletionCallback& callback);
bool ConflictsWith(const SimpleEntryOperation& other_op) const;
// Releases all references. After calling this operation, SimpleEntryOperation

Powered by Google App Engine
This is Rietveld 408576698