| Index: chrome/browser/browser_about_handler.cc
|
| diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc
|
| index cd86b8b46c7903a16990b22c702306b419a98fb1..2d40dd44e8cc5e4c0209d87215e8848c2b9acf9f 100644
|
| --- a/chrome/browser/browser_about_handler.cc
|
| +++ b/chrome/browser/browser_about_handler.cc
|
| @@ -32,7 +32,6 @@
|
| #include "chrome/browser/metrics/histogram_synchronizer.h"
|
| #include "chrome/browser/net/predictor_api.h"
|
| #include "chrome/browser/net/url_fixer_upper.h"
|
| -#include "chrome/browser/platform_util.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/browser/ui/browser_dialogs.h"
|
| @@ -988,7 +987,7 @@ std::string AboutVersion(DictionaryValue* localized_strings, Profile* profile) {
|
| // this thread.
|
| base::ThreadRestrictions::ScopedAllowIO allow_io;
|
| localized_strings->SetString("version_modifier",
|
| - platform_util::GetVersionStringModifier());
|
| + chrome::VersionInfo::GetVersionStringModifier());
|
| localized_strings->SetString("os_name",
|
| l10n_util::GetStringUTF16(IDS_ABOUT_VERSION_OS));
|
| localized_strings->SetString("os_type", version_info.OSType());
|
|
|