chromium/sql/error_delegate_util.h

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

#ifndef SQL_ERROR_DELEGATE_UTIL_H_
#define SQL_ERROR_DELEGATE_UTIL_H_

#include <string>

#include "base/component_export.h"

namespace base {
class FilePath;
}  // namespace base

sql  // namespace sql

#endif  // SQL_ERROR_DELEGATE_UTIL_H_