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

Unified Diff: third_party/WebKit/public/platform/modules/indexeddb/WebIDBKey.h

Issue 2385233002: reflow comments in public/platform/{bluetooth,indexeddb} (Closed)
Patch Set: Created 4 years, 2 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/public/platform/modules/indexeddb/WebIDBKey.h
diff --git a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBKey.h b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBKey.h
index f9e81d00a4e03ab40795208b7fca7c1ed5465031..0a6ce1ea8bdd19e4eba41ed3a46cb80231f0e2c7 100644
--- a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBKey.h
+++ b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBKey.h
@@ -39,7 +39,8 @@ class IDBKey;
class WebIDBKey {
public:
- // Please use one of the factory methods. This is public only to allow WebVector.
+ // Please use one of the factory methods. This is public only to allow
+ // WebVector.
WebIDBKey() {}
~WebIDBKey() { reset(); }

Powered by Google App Engine
This is Rietveld 408576698