// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/test/base/testing_profile_key.h" #include "content/public/browser/browser_context.h" #include "content/public/browser/storage_partition.h" TestingProfileKey::TestingProfileKey(TestingProfile* testing_profile, const base::FilePath& path, ProfileKey* original_key) : … { … } TestingProfileKey::~TestingProfileKey() = default; leveldb_proto::ProtoDatabaseProvider* TestingProfileKey::GetProtoDatabaseProvider() { … }