Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1123)

Unified Diff: content/test/webui_resource_browsertest.cc

Issue 2916723002: [spelling] existance to existence (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/test/webui_resource_browsertest.cc
diff --git a/content/test/webui_resource_browsertest.cc b/content/test/webui_resource_browsertest.cc
index 3731475af14e2f3996739c1b06ca1bed5e24a5a2..14ac10047904edffbe30b068df584473928d03e7 100644
--- a/content/test/webui_resource_browsertest.cc
+++ b/content/test/webui_resource_browsertest.cc
@@ -27,7 +27,7 @@ class WebUIResourceBrowserTest : public ContentBrowserTest {
// Runs all test functions in |file|, waiting for them to complete.
void RunTest(const base::FilePath& file) {
{
- 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
Lei Zhang 2017/05/31 22:14:14 I am familiar with ScopedAllowIO.
ASSERT_TRUE(PathExists(file));
}

Powered by Google App Engine
This is Rietveld 408576698