| Index: chrome/browser/devtools/devtools_file_helper.cc
|
| diff --git a/chrome/browser/devtools/devtools_file_helper.cc b/chrome/browser/devtools/devtools_file_helper.cc
|
| index da780346450e5229e72eabae65118cf10e0abc54..04ab843e1c9650a179f76fb3328072ae909eeac4 100644
|
| --- a/chrome/browser/devtools/devtools_file_helper.cc
|
| +++ b/chrome/browser/devtools/devtools_file_helper.cc
|
| @@ -128,7 +128,7 @@ void AppendToFile(const base::FilePath& path, const std::string& content) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| DCHECK(!path.empty());
|
|
|
| - base::AppendToFile(path, content.c_str(), content.length());
|
| + base::AppendToFile(path, content.c_str(), content.size());
|
| }
|
|
|
| storage::IsolatedContext* isolated_context() {
|
|
|