summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/indexeddb/mock_web_idb_database.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/indexeddb/mock_web_idb_database.cc')
-rw-r--r--chromium/third_party/blink/renderer/modules/indexeddb/mock_web_idb_database.cc17
1 files changed, 0 insertions, 17 deletions
diff --git a/chromium/third_party/blink/renderer/modules/indexeddb/mock_web_idb_database.cc b/chromium/third_party/blink/renderer/modules/indexeddb/mock_web_idb_database.cc
deleted file mode 100644
index bf95b302a1b..00000000000
--- a/chromium/third_party/blink/renderer/modules/indexeddb/mock_web_idb_database.cc
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "third_party/blink/renderer/modules/indexeddb/mock_web_idb_database.h"
-
-#include <memory>
-
-#include "base/memory/ptr_util.h"
-
-namespace blink {
-
-MockWebIDBDatabase::MockWebIDBDatabase() = default;
-
-MockWebIDBDatabase::~MockWebIDBDatabase() = default;
-
-} // namespace blink