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

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

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « chrome/installer/util/logging_installer.h ('k') | chrome/installer/util/master_preferences.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 09a8643a4166e2a48850ef5f064e0fda81ed19c6..634309cb058485dc89ba93b15f68de39e2814b07 100644
--- a/chrome/installer/util/lzma_util.h
+++ b/chrome/installer/util/lzma_util.h
@@ -12,7 +12,9 @@
#include "base/basictypes.h"
+namespace base {
class FilePath;
+}
// This is a utility class that acts as a wrapper around LZMA SDK library
class LzmaUtil {
@@ -40,7 +42,7 @@ class LzmaUtil {
void CloseArchive();
protected:
- bool CreateDirectory(const FilePath& dir);
+ bool CreateDirectory(const base::FilePath& dir);
private:
HANDLE archive_handle_;
« no previous file with comments | « chrome/installer/util/logging_installer.h ('k') | chrome/installer/util/master_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698