// Copyright 2018 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/initialization.h" #include "base/no_destructor.h" #include "base/synchronization/lock.h" #include "base/trace_event/trace_event.h" #include "sql/vfs_wrapper.h" #include "third_party/sqlite/sqlite3.h" namespace sql { void EnsureSqliteInitialized(bool create_wrapper) { … } } // namespace sql