summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_automation.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-10 04:49:30 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-10 04:49:30 +0000
commit6d4b67a4b50d73d5001aec99014ac40bc504871a (patch)
tree4f85ee41ed1fad3dc68381e0fe4f23dbeecf1364 /chrome_frame/chrome_frame_automation.h
parent650b2d5cdcab7d2c473c00d15b9f343f3a3405bb (diff)
downloadchromium_src-6d4b67a4b50d73d5001aec99014ac40bc504871a.zip
chromium_src-6d4b67a4b50d73d5001aec99014ac40bc504871a.tar.gz
chromium_src-6d4b67a4b50d73d5001aec99014ac40bc504871a.tar.bz2
Rename FilePath -> base::FilePath in various toplevel directories
Review URL: https://codereview.chromium.org/12211108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181639 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_automation.h')
-rw-r--r--chrome_frame/chrome_frame_automation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome_frame/chrome_frame_automation.h b/chrome_frame/chrome_frame_automation.h
index c8d5ad0..f6db526 100644
--- a/chrome_frame/chrome_frame_automation.h
+++ b/chrome_frame/chrome_frame_automation.h
@@ -107,7 +107,7 @@ class ChromeFrameLaunchParams : // NOLINT
public base::RefCountedThreadSafe<ChromeFrameLaunchParams> {
public:
ChromeFrameLaunchParams(const GURL& url, const GURL& referrer,
- const FilePath& profile_path,
+ const base::FilePath& profile_path,
const std::wstring& profile_name,
const std::wstring& language,
bool incognito, bool widget_mode,
@@ -149,7 +149,7 @@ class ChromeFrameLaunchParams : // NOLINT
referrer_ = referrer;
}
- const FilePath& profile_path() const {
+ const base::FilePath& profile_path() const {
return profile_path_;
}
@@ -194,7 +194,7 @@ class ChromeFrameLaunchParams : // NOLINT
int launch_timeout_;
GURL url_;
GURL referrer_;
- FilePath profile_path_;
+ base::FilePath profile_path_;
std::wstring profile_name_;
std::wstring language_;
bool version_check_;