Commit 229d285d authored by thestig@chromium.org's avatar thestig@chromium.org

Fix a typo that breaks Chrome builds.

BUG=401778
TBR=bbudge@chromium.org

Review URL: https://codereview.chromium.org/450823002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288161 0039d316-1c4b-4281-b951-d872f2087c98
parent 92be8eb6
......@@ -356,7 +356,7 @@ scoped_ptr<ProfilePrefStoreManager> CreateProfilePrefStoreManager(
std::string seed;
#if defined(GOOGLE_CHROME_BUILD)
seed = ResourceBundle::GetSharedInstance().GetRawDataResource(
IDR_PREF_HASH_SEED_BIN).as_string(),
IDR_PREF_HASH_SEED_BIN).as_string();
#endif
return make_scoped_ptr(new ProfilePrefStoreManager(
profile_path,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment