// Copyright 2013 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_COMMON_DATABASE_DATABASE_IDENTIFIER_H_ #define STORAGE_COMMON_DATABASE_DATABASE_IDENTIFIER_H_ #include <string> #include "base/component_export.h" class GURL; namespace url { class Origin; } // namespace url storage // namespace storage #endif // STORAGE_COMMON_DATABASE_DATABASE_IDENTIFIER_H_