| Index: chrome/browser/web_resource/gpu_blacklist_updater.cc
|
| ===================================================================
|
| --- chrome/browser/web_resource/gpu_blacklist_updater.cc (revision 110237)
|
| +++ chrome/browser/web_resource/gpu_blacklist_updater.cc (working copy)
|
| @@ -36,7 +36,7 @@
|
| static const int kCacheUpdateDelay = 48 * 60 * 60 * 1000;
|
|
|
| std::string GetChromeVersionString() {
|
| - CR_DEFINE_STATIC_LOCAL(std::string, cr_version, ());
|
| + static std::string cr_version;
|
| if (!cr_version.empty())
|
| return cr_version;
|
| chrome::VersionInfo version_info;
|
|
|