summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer/firefox_proxy_settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/importer/firefox_proxy_settings.h')
-rw-r--r--chrome/browser/importer/firefox_proxy_settings.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/importer/firefox_proxy_settings.h b/chrome/browser/importer/firefox_proxy_settings.h
index 6f74494..41657a2 100644
--- a/chrome/browser/importer/firefox_proxy_settings.h
+++ b/chrome/browser/importer/firefox_proxy_settings.h
@@ -10,7 +10,9 @@
#include "base/basictypes.h"
+namespace base {
class FilePath;
+}
namespace net {
class ProxyConfig;
@@ -78,7 +80,7 @@ class FirefoxProxySettings {
// Gets the settings from the passed prefs.js file and returns true if
// successful.
// Protected for tests.
- static bool GetSettingsFromFile(const FilePath& pref_file,
+ static bool GetSettingsFromFile(const base::FilePath& pref_file,
FirefoxProxySettings* settings);
private: