| Index: chrome/browser/profile_resetter/resettable_settings_snapshot.cc
|
| ===================================================================
|
| --- chrome/browser/profile_resetter/resettable_settings_snapshot.cc (revision 255867)
|
| +++ chrome/browser/profile_resetter/resettable_settings_snapshot.cc (working copy)
|
| @@ -16,6 +16,7 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/search_engines/template_url_service.h"
|
| #include "chrome/browser/search_engines/template_url_service_factory.h"
|
| +#include "chrome/common/chrome_content_client.h"
|
| #include "chrome/common/chrome_version_info.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "content/public/browser/browser_thread.h"
|
| @@ -248,7 +249,7 @@
|
| g_browser_process->GetApplicationLocale());
|
| AddPair(list.get(),
|
| l10n_util::GetStringUTF16(IDS_RESET_PROFILE_SETTINGS_USER_AGENT),
|
| - content::GetUserAgent(GURL()));
|
| + GetUserAgent());
|
| chrome::VersionInfo version_info;
|
| std::string version = version_info.Version();
|
| version += chrome::VersionInfo::GetVersionStringModifier();
|
|
|