diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-10 04:49:30 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-10 04:49:30 +0000 |
commit | 6d4b67a4b50d73d5001aec99014ac40bc504871a (patch) | |
tree | 4f85ee41ed1fad3dc68381e0fe4f23dbeecf1364 /cc/test/paths.cc | |
parent | 650b2d5cdcab7d2c473c00d15b9f343f3a3405bb (diff) | |
download | chromium_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 'cc/test/paths.cc')
-rw-r--r-- | cc/test/paths.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/test/paths.cc b/cc/test/paths.cc index a8f2e2f..b921cca 100644 --- a/cc/test/paths.cc +++ b/cc/test/paths.cc @@ -10,8 +10,8 @@ namespace cc { -bool PathProvider(int key, FilePath* result) { - FilePath cur; +bool PathProvider(int key, base::FilePath* result) { + base::FilePath cur; switch (key) { // The following are only valid in the development environment, and // will fail if executed from an installed executable (because the |