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

Unified Diff: chrome/installer/util/master_preferences.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/lzma_util.h ('k') | chrome/installer/util/master_preferences_dummy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/master_preferences.h
diff --git a/chrome/installer/util/master_preferences.h b/chrome/installer/util/master_preferences.h
index 46dc7c97b34ad4a642450bd34077aea2f2e526fd..773d6031e25fa2b2a8060e54150e09d022c3d41b 100644
--- a/chrome/installer/util/master_preferences.h
+++ b/chrome/installer/util/master_preferences.h
@@ -15,10 +15,9 @@
#include "base/memory/scoped_ptr.h"
#include "googleurl/src/gurl.h"
-class FilePath;
-
namespace base {
class DictionaryValue;
+class FilePath;
}
namespace installer {
@@ -91,7 +90,7 @@ class MasterPreferences {
// Parses a specific preferences file and does not merge any command line
// switches with the distribution dictionary.
- explicit MasterPreferences(const FilePath& prefs_path);
+ explicit MasterPreferences(const base::FilePath& prefs_path);
// Parses a preferences directly from |prefs| and does not merge any command
// line switches with the distribution dictionary.
« no previous file with comments | « chrome/installer/util/lzma_util.h ('k') | chrome/installer/util/master_preferences_dummy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698