Index: third_party/WebKit/Source/modules/indexeddb/MockWebIDBDatabase.h |
diff --git a/third_party/WebKit/Source/modules/indexeddb/MockWebIDBDatabase.h b/third_party/WebKit/Source/modules/indexeddb/MockWebIDBDatabase.h |
index 68ffbdcce811605ef2d96cecad34f1450f849558..55c244b1b6ec84b95d238c1a292fc7d5a4fc01f0 100644 |
--- a/third_party/WebKit/Source/modules/indexeddb/MockWebIDBDatabase.h |
+++ b/third_party/WebKit/Source/modules/indexeddb/MockWebIDBDatabase.h |
@@ -59,7 +59,8 @@ class MockWebIDBDatabase : public testing::StrictMock<WebIDBDatabase> { |
long long indexId, |
const WebString& newName)); |
- // Gmock does not support movable type, so cannot use MOCK_METHOD for addObserver. Issue: https://github.com/google/googletest/issues/395. |
+ // Gmock does not support movable type, so cannot use MOCK_METHOD for |
+ // addObserver. Issue: https://github.com/google/googletest/issues/395. |
int32_t addObserver(std::unique_ptr<WebIDBObserver>, |
long long transactionId) { |
return -1; |