| Index: chrome/renderer/safe_browsing/scorer.cc
|
| ===================================================================
|
| --- chrome/renderer/safe_browsing/scorer.cc (revision 72915)
|
| +++ chrome/renderer/safe_browsing/scorer.cc (working copy)
|
| @@ -51,7 +51,7 @@
|
| // Begins the model load.
|
| // The ScorerLoader will delete itself when the load is finished.
|
| void Run() {
|
| - bool success = base::FileUtilProxy::Read(
|
| + bool success = base::FileUtilProxy::GetInstance()->Read(
|
| file_thread_proxy_,
|
| model_file_,
|
| 0, // offset
|
|
|
| Property changes on: chrome\renderer\safe_browsing\scorer.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|