summaryrefslogtreecommitdiffstats
path: root/components/component_updater/component_updater_paths.h
diff options
context:
space:
mode:
authortommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-09 05:42:37 +0000
committertommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-09 05:43:39 +0000
commitc376cae9ec4d7a9fea0e026b98f318131409a255 (patch)
tree2b9bc9b14011233d03923c38a6aca9fb752dd39a /components/component_updater/component_updater_paths.h
parent60dfcb7f066a319d39eca43e793cef6becd765d0 (diff)
downloadchromium_src-c376cae9ec4d7a9fea0e026b98f318131409a255.zip
chromium_src-c376cae9ec4d7a9fea0e026b98f318131409a255.tar.gz
chromium_src-c376cae9ec4d7a9fea0e026b98f318131409a255.tar.bz2
Componentize component_updater: Fix bug where components disrespect --user-data-dir flag.
BUG=399993 TBR=blundell Review URL: https://codereview.chromium.org/447303002 Cr-Commit-Position: refs/heads/master@{#288514} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288514 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/component_updater/component_updater_paths.h')
-rw-r--r--components/component_updater/component_updater_paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/component_updater/component_updater_paths.h b/components/component_updater/component_updater_paths.h
index c69aec0..b2d1062 100644
--- a/components/component_updater/component_updater_paths.h
+++ b/components/component_updater/component_updater_paths.h
@@ -23,7 +23,7 @@ enum {
// Call once to register the provider for the path keys defined above.
// |components_root_key| is the path provider key defining where the
// components should be installed.
-void RegisterPathProvider(const base::FilePath& components_root_key);
+void RegisterPathProvider(int components_root_key);
} // namespace component_updater