| 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 46ae91528be230e7ec3c89435822a49d371b662f..9ec7f902918bf1f069e72b6d61ef051f762ab72a 100644
|
| --- a/chrome/browser/devtools/devtools_file_helper.cc
|
| +++ b/chrome/browser/devtools/devtools_file_helper.cc
|
| @@ -144,7 +144,7 @@ std::string RegisterFileSystem(WebContents* web_contents,
|
| const base::FilePath& path,
|
| std::string* registered_name) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| - CHECK(web_contents->GetURL().SchemeIs(chrome::kChromeDevToolsScheme));
|
| + CHECK(web_contents->GetURL().SchemeIs(content::kChromeDevToolsScheme));
|
| std::string file_system_id = isolated_context()->RegisterFileSystemForPath(
|
| fileapi::kFileSystemTypeNativeLocal, path, registered_name);
|
|
|
|
|