diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-07 04:16:26 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-07 04:16:26 +0000 |
commit | d30a36f843c58c98a72d845838b9508ca4e61878 (patch) | |
tree | 98ceae1fbe1088eead2edccf89d0a79d98b737fb /content/utility | |
parent | a83d4bc9e92d6a76bb2f87dfd2a1bb369c666209 (diff) | |
download | chromium_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/utility')
-rw-r--r-- | content/utility/utility_thread_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/utility/utility_thread_impl.cc b/content/utility/utility_thread_impl.cc index 607fa30..69b743a 100644 --- a/content/utility/utility_thread_impl.cc +++ b/content/utility/utility_thread_impl.cc @@ -96,7 +96,7 @@ void UtilityThreadImpl::OnBatchModeFinished() { #if defined(OS_POSIX) void UtilityThreadImpl::OnLoadPlugins( - const std::vector<FilePath>& plugin_paths) { + const std::vector<base::FilePath>& plugin_paths) { webkit::npapi::PluginList* plugin_list = webkit::npapi::PluginList::Singleton(); |