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

Unified Diff: third_party/WebKit/Source/modules/filesystem/SyncCallbackHelper.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/SyncCallbackHelper.h
diff --git a/third_party/WebKit/Source/modules/filesystem/SyncCallbackHelper.h b/third_party/WebKit/Source/modules/filesystem/SyncCallbackHelper.h
index 18cbc1923e4a24ed9144a35499f163cdf387a104..d8182268191368fc17139e6a655c88ecb40de832 100644
--- a/third_party/WebKit/Source/modules/filesystem/SyncCallbackHelper.h
+++ b/third_party/WebKit/Source/modules/filesystem/SyncCallbackHelper.h
@@ -76,7 +76,7 @@ public:
private:
SyncCallbackHelper()
- : m_errorCode(FileError::OK)
+ : m_errorCode(FileError::kOK)
, m_completed(false)
{
}
@@ -90,7 +90,7 @@ private:
virtual void handleEvent()
{
- m_helper->setError(FileError::OK);
+ m_helper->setError(FileError::kOK);
}
virtual void handleEvent(CallbackArg arg)

Powered by Google App Engine
This is Rietveld 408576698