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

Unified Diff: chrome/installer/util/lzma_util.h

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month 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 | « chrome/installer/util/logging_installer.h ('k') | chrome/installer/util/version.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/lzma_util.h
diff --git a/chrome/installer/util/lzma_util.h b/chrome/installer/util/lzma_util.h
index e680444b28ee122f0149d1c0d3b05b8b80bcd5c6..01bd29ef6108b49532dc4b2352198efb1719d23d 100644
--- a/chrome/installer/util/lzma_util.h
+++ b/chrome/installer/util/lzma_util.h
@@ -14,7 +14,7 @@
class LzmaUtil {
public:
// Utility method that does the job of calling OpenArchive(), UnPack()
- // and CloseArchive() in order. Returns error code (NO_ERROR if successful).
+ // and CloseArchive() in order. Returns error code (NO_ERROR if successful).
static int32 UnPackArchive(const std::wstring& archive,
const std::wstring& output_dir,
std::wstring* output_file);
« no previous file with comments | « chrome/installer/util/logging_installer.h ('k') | chrome/installer/util/version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698