blob: bf95b302a1b8a1e453271f727011af41d875f997 [file] [log] [blame]
// 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