| Index: chrome/browser/safe_browsing/protocol_manager.cc
|
| diff --git a/chrome/browser/safe_browsing/protocol_manager.cc b/chrome/browser/safe_browsing/protocol_manager.cc
|
| index 4fe02cec3c4d2ff984db3827d97f3cc53c261d2d..0a293c84e97b44cdf0850ecc3a579ba50596bb0b 100644
|
| --- a/chrome/browser/safe_browsing/protocol_manager.cc
|
| +++ b/chrome/browser/safe_browsing/protocol_manager.cc
|
| @@ -14,6 +14,7 @@
|
| #include "base/string_util.h"
|
| #include "base/task.h"
|
| #include "base/timer.h"
|
| +#include "chrome/app/chrome_version_info.h"
|
| #include "chrome/browser/chrome_thread.h"
|
| #include "chrome/browser/net/url_request_context_getter.h"
|
| #include "chrome/browser/profile.h"
|
| @@ -87,7 +88,7 @@ SafeBrowsingProtocolManager::SafeBrowsingProtocolManager(
|
| next_update_sec_ = base::RandInt(60, kSbTimerStartIntervalSec);
|
|
|
| scoped_ptr<FileVersionInfo> version_info(
|
| - FileVersionInfo::CreateFileVersionInfoForCurrentModule());
|
| + chrome_app::GetChromeVersionInfo());
|
| if (!version_info.get())
|
| version_ = "0.1";
|
| else
|
|
|