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

Unified Diff: file_writer.h

Issue 3471006: AU: Speed up updates by using buffered writes. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: update comment Created 10 years, 3 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
« no previous file with comments | « download_action.cc ('k') | file_writer_mock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: file_writer.h
diff --git a/file_writer.h b/file_writer.h
index 1a0cc23d4fd8c18b5de95b767f5833ec311c85ff..a534b967b15ba81d0ca35477f836812d01d187bc 100644
--- a/file_writer.h
+++ b/file_writer.h
@@ -54,7 +54,7 @@ class DirectFileWriter : public FileWriter {
private:
int fd_;
-
+
DISALLOW_COPY_AND_ASSIGN(DirectFileWriter);
};
@@ -69,7 +69,7 @@ class ScopedFileWriterCloser {
}
private:
FileWriter* writer_;
-
+
DISALLOW_COPY_AND_ASSIGN(ScopedFileWriterCloser);
};
« no previous file with comments | « download_action.cc ('k') | file_writer_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698