Chromium Code Reviews| Index: content/browser/webui/web_ui_mojo_browsertest.cc |
| diff --git a/content/browser/webui/web_ui_mojo_browsertest.cc b/content/browser/webui/web_ui_mojo_browsertest.cc |
| index 84520b8a2eb91f259a19e87f23ca0ce3eebc3523..0453ecbb932c71a0980134e48fd075db987b3ad2 100644 |
| --- a/content/browser/webui/web_ui_mojo_browsertest.cc |
| +++ b/content/browser/webui/web_ui_mojo_browsertest.cc |
| @@ -204,7 +204,7 @@ bool IsGeneratedResourceAvailable(const std::string& resource_path) { |
| // files. If the bindings file doesn't exist assume we're on such a bot and |
| // pass. |
| // TODO(sky): remove this conditional when isolates support copying from gen. |
| - base::ThreadRestrictions::ScopedAllowIO allow_io_for_file_existance_check; |
| + base::ThreadRestrictions::ScopedAllowIO allow_io_for_file_existence_check; |
|
dschuyler
2017/05/31 22:09:35
This is an 'auto' or 'stack' var, so the variable
|
| const base::FilePath test_file_path(GetFilePathForJSResource(resource_path)); |
| if (base::PathExists(test_file_path)) |
| return true; |