| Index: chrome/browser/importer/firefox_proxy_settings.h
|
| diff --git a/chrome/browser/importer/firefox_proxy_settings.h b/chrome/browser/importer/firefox_proxy_settings.h
|
| index 6f7449459545c1103bb44883e6d04da5333b066d..41657a27dffcb1c0dd7ec1aaa3104f9f7806dfaf 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:
|
|
|