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

Unified Diff: chrome/installer/util/installer_util_test_common.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/installation_validator.h ('k') | chrome/installer/util/logging_installer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/installer_util_test_common.h
diff --git a/chrome/installer/util/installer_util_test_common.h b/chrome/installer/util/installer_util_test_common.h
index 8839f6d030eacdb4c57368bd097a949e13a646ba..0a4096879132fab01ca1cdcca0c145de63624189 100644
--- a/chrome/installer/util/installer_util_test_common.h
+++ b/chrome/installer/util/installer_util_test_common.h
@@ -5,7 +5,9 @@
#ifndef CHROME_INSTALLER_UTIL_INSTALLER_UTIL_TEST_COMMON_H_
#define CHROME_INSTALLER_UTIL_INSTALLER_UTIL_TEST_COMMON_H_
+namespace base {
class FilePath;
+}
namespace installer {
@@ -13,7 +15,7 @@ namespace test {
// Copies the hierarcy in |from| to |to|.
// Keeps all file properties identical (creation time, etc.).
-bool CopyFileHierarchy(const FilePath& from, const FilePath& to);
+bool CopyFileHierarchy(const base::FilePath& from, const base::FilePath& to);
} // namespace test
« no previous file with comments | « chrome/installer/util/installation_validator.h ('k') | chrome/installer/util/logging_installer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698