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

Unified Diff: third_party/WebKit/Source/modules/filesystem/DirectoryReader.h

Issue 2068053002: Rename Blink constants generated from IDL files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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: third_party/WebKit/Source/modules/filesystem/DirectoryReader.h
diff --git a/third_party/WebKit/Source/modules/filesystem/DirectoryReader.h b/third_party/WebKit/Source/modules/filesystem/DirectoryReader.h
index 7eb8107dcdfc30917726dcce627dbac997dfe9f6..205fe10ecee16f8c21d8991a8470f1366b3fad99 100644
--- a/third_party/WebKit/Source/modules/filesystem/DirectoryReader.h
+++ b/third_party/WebKit/Source/modules/filesystem/DirectoryReader.h
@@ -70,7 +70,7 @@ private:
bool m_isReading;
EntryHeapVector m_entries;
- FileError::ErrorCode m_error = FileError::ErrorCode::OK;
+ FileError::ErrorCode m_error = FileError::ErrorCode::kOK;
Member<EntriesCallback> m_entriesCallback;
Member<ErrorCallback> m_errorCallback;
};

Powered by Google App Engine
This is Rietveld 408576698