| Index: chrome/app/chrome_main.cc
|
| diff --git a/chrome/app/chrome_main.cc b/chrome/app/chrome_main.cc
|
| index 3eb010130d06adbf1fc881a8f3ee92778f7671fd..ac7b48461964c8223e907a6e9897be4c6d419941 100644
|
| --- a/chrome/app/chrome_main.cc
|
| +++ b/chrome/app/chrome_main.cc
|
| @@ -23,7 +23,6 @@
|
| #include "crypto/nss_util.h"
|
| #include "chrome/browser/defaults.h"
|
| #include "chrome/browser/diagnostics/diagnostics_main.h"
|
| -#include "chrome/browser/platform_util.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_content_client.h"
|
| #include "chrome/common/chrome_content_plugin_client.h"
|
| @@ -387,7 +386,7 @@ bool HandleVersionSwitches(const CommandLine& command_line) {
|
| printf("%s %s %s\n",
|
| version_info.Name().c_str(),
|
| version_info.Version().c_str(),
|
| - platform_util::GetVersionStringModifier().c_str());
|
| + chrome::VersionInfo::GetVersionStringModifier().c_str());
|
| return true;
|
| }
|
|
|
|
|