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

Unified Diff: chrome/browser/importer/firefox_proxy_settings.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/importer/firefox_importer_utils.h ('k') | chrome/browser/importer/mork_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « chrome/browser/importer/firefox_importer_utils.h ('k') | chrome/browser/importer/mork_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698