// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "sql/sql_memory_dump_provider.h" #include "base/files/scoped_temp_dir.h" #include "base/trace_event/memory_dump_request_args.h" #include "base/trace_event/process_memory_dump.h" #include "sql/database.h" #include "testing/gtest/include/gtest/gtest.h" namespace sql { namespace { class SQLMemoryDumpProviderTest : public testing::Test { … }; TEST_F(SQLMemoryDumpProviderTest, OnMemoryDump) { … } } // namespace } // namespace sql