chromium/storage/browser/database/database_connections.h

// Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef STORAGE_BROWSER_DATABASE_DATABASE_CONNECTIONS_H_
#define STORAGE_BROWSER_DATABASE_DATABASE_CONNECTIONS_H_

#include <stdint.h>

#include <map>
#include <string>
#include <vector>

#include "base/component_export.h"

namespace storage {

class COMPONENT_EXPORT(STORAGE_BROWSER) DatabaseConnections {};

}  // namespace storage

#endif  // STORAGE_BROWSER_DATABASE_DATABASE_CONNECTIONS_H_