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

Unified Diff: third_party/WebKit/Source/modules/quota/DeprecatedStorageInfo.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/quota/DeprecatedStorageInfo.h
diff --git a/third_party/WebKit/Source/modules/quota/DeprecatedStorageInfo.h b/third_party/WebKit/Source/modules/quota/DeprecatedStorageInfo.h
index 3f51f005df0b45b1906f078d6eacd4c5277e1bd5..e78af538b29396db5365ff21306d2951ebe8477c 100644
--- a/third_party/WebKit/Source/modules/quota/DeprecatedStorageInfo.h
+++ b/third_party/WebKit/Source/modules/quota/DeprecatedStorageInfo.h
@@ -47,8 +47,8 @@ class DeprecatedStorageInfo final : public GarbageCollected<DeprecatedStorageInf
DEFINE_WRAPPERTYPEINFO();
public:
enum {
- TEMPORARY,
- PERSISTENT,
+ kTemporary,
+ kPersistent,
};
static DeprecatedStorageInfo* create()

Powered by Google App Engine
This is Rietveld 408576698