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

Unified Diff: chrome/installer/util/duplicate_tree_detector.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/auto_launch_util.h ('k') | chrome/installer/util/google_chrome_distribution.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/duplicate_tree_detector.h
diff --git a/chrome/installer/util/duplicate_tree_detector.h b/chrome/installer/util/duplicate_tree_detector.h
index 1ae26f06169ee62aef2bc7333c429bd68a2a5ffa..052826031db45c416187214bdd9ca83aa19c7605 100644
--- a/chrome/installer/util/duplicate_tree_detector.h
+++ b/chrome/installer/util/duplicate_tree_detector.h
@@ -9,7 +9,9 @@
#ifndef CHROME_INSTALLER_UTIL_DUPLICATE_TREE_DETECTOR_H_
#define CHROME_INSTALLER_UTIL_DUPLICATE_TREE_DETECTOR_H_
+namespace base {
class FilePath;
+}
namespace installer {
@@ -19,8 +21,8 @@ namespace installer {
// Note that THIS IS A WEAK DEFINITION OF IDENTICAL and is intended only to
// catch cases of missing files or obvious modifications.
// It notably DOES NOT CHECKSUM the files.
-bool IsIdenticalFileHierarchy(const FilePath& src_path,
- const FilePath& dest_path);
+bool IsIdenticalFileHierarchy(const base::FilePath& src_path,
+ const base::FilePath& dest_path);
} // namespace installer
« no previous file with comments | « chrome/installer/util/auto_launch_util.h ('k') | chrome/installer/util/google_chrome_distribution.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698