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); |
}; |