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

Unified Diff: chrome/browser/prefs/pref_service_builder.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/browser/prefs/pref_service.h ('k') | chrome/browser/prefs/pref_service_simple.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/pref_service_builder.h
diff --git a/chrome/browser/prefs/pref_service_builder.h b/chrome/browser/prefs/pref_service_builder.h
index adcbdf06070b36a3f7c49863a2b6af9eef521f0c..208e334feff02438b5ac5e5bdfeddba1b3ec789c 100644
--- a/chrome/browser/prefs/pref_service_builder.h
+++ b/chrome/browser/prefs/pref_service_builder.h
@@ -11,10 +11,10 @@
#include "base/prefs/persistent_pref_store.h"
#include "base/prefs/pref_store.h"
-class FilePath;
class PrefServiceSimple;
namespace base {
+class FilePath;
class SequencedTaskRunner;
}
@@ -40,7 +40,7 @@ class PrefServiceBuilder {
// Specifies to use an actual file-backed user pref store.
PrefServiceBuilder& WithUserFilePrefs(
- const FilePath& prefs_file,
+ const base::FilePath& prefs_file,
base::SequencedTaskRunner* task_runner);
PrefServiceBuilder& WithAsync(bool async);
« no previous file with comments | « chrome/browser/prefs/pref_service.h ('k') | chrome/browser/prefs/pref_service_simple.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698