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

Unified Diff: net/disk_cache/blockfile/backend_worker_v3.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/blockfile/backend_worker_v3.h
diff --git a/net/disk_cache/blockfile/backend_worker_v3.h b/net/disk_cache/blockfile/backend_worker_v3.h
index d0829b9634522c31f36b7384bb92384179f325ed..5c882191651c8e740c89ffa00a3d547877496191 100644
--- a/net/disk_cache/blockfile/backend_worker_v3.h
+++ b/net/disk_cache/blockfile/backend_worker_v3.h
@@ -38,9 +38,9 @@ class BackendImplV3::Worker : public base::RefCountedThreadSafe<Worker> {
// Performs basic checks on the index file. Returns false on failure.
bool CheckIndex();
- base::FilePath path_; // Path to the folder used as backing storage.
+ base::FilePath path_; // Path to the folder used as backing storage.
BlockFiles block_files_; // Set of files used to store all data.
- bool init_; // controls the initialization of the system.
+ bool init_; // controls the initialization of the system.
DISALLOW_COPY_AND_ASSIGN(Worker);
};

Powered by Google App Engine
This is Rietveld 408576698