| Index: content/common/indexed_db/indexed_db_param_traits.h
|
| diff --git a/content/common/indexed_db_param_traits.h b/content/common/indexed_db/indexed_db_param_traits.h
|
| similarity index 86%
|
| rename from content/common/indexed_db_param_traits.h
|
| rename to content/common/indexed_db/indexed_db_param_traits.h
|
| index d94c1bd92b9b774679ab735527b3a8cb032c8ea9..a2b6f5d48c1289988e0085a23745325c2efb8150 100644
|
| --- a/content/common/indexed_db_param_traits.h
|
| +++ b/content/common/indexed_db/indexed_db_param_traits.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_COMMON_INDEXED_DB_PARAM_TRAITS_H_
|
| -#define CONTENT_COMMON_INDEXED_DB_PARAM_TRAITS_H_
|
| +#ifndef CONTENT_COMMON_INDEXED_DB_INDEXED_DB_PARAM_TRAITS_H_
|
| +#define CONTENT_COMMON_INDEXED_DB_INDEXED_DB_PARAM_TRAITS_H_
|
| #pragma once
|
|
|
| #include "ipc/ipc_message.h"
|
| @@ -40,4 +40,4 @@ struct ParamTraits<IndexedDBKey> {
|
|
|
| } // namespace IPC
|
|
|
| -#endif // CONTENT_COMMON_INDEXED_DB_PARAM_TRAITS_H_
|
| +#endif // CONTENT_COMMON_INDEXED_DB_INDEXED_DB_PARAM_TRAITS_H_
|
|
|