summaryrefslogtreecommitdiffstats
path: root/content/test/test_content_client.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-07 04:16:26 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-07 04:16:26 +0000
commitd30a36f843c58c98a72d845838b9508ca4e61878 (patch)
tree98ceae1fbe1088eead2edccf89d0a79d98b737fb /content/test/test_content_client.cc
parenta83d4bc9e92d6a76bb2f87dfd2a1bb369c666209 (diff)
downloadchromium_src-d30a36f843c58c98a72d845838b9508ca4e61878.zip
chromium_src-d30a36f843c58c98a72d845838b9508ca4e61878.tar.gz
chromium_src-d30a36f843c58c98a72d845838b9508ca4e61878.tar.bz2
Add explicit base to FilePath.
This changes the "easy" content subdirectories (everything but browser, renderer, and common) and the ppapi top level directory. Review URL: https://codereview.chromium.org/12208057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181191 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/test_content_client.cc')
-rw-r--r--content/test/test_content_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/test_content_client.cc b/content/test/test_content_client.cc
index b111de4..4b0f72a 100644
--- a/content/test/test_content_client.cc
+++ b/content/test/test_content_client.cc
@@ -16,7 +16,7 @@ TestContentClient::TestContentClient()
: data_pack_(ui::SCALE_FACTOR_100P) {
// content_resources.pak is not built on iOS as it is not required.
#if !defined(OS_IOS)
- FilePath content_resources_pack_path;
+ base::FilePath content_resources_pack_path;
#if defined(OS_ANDROID)
// on Android all pak files are inside the paks folder.
PathService::Get(base::DIR_ANDROID_APP_DATA, &content_resources_pack_path);