| Index: content/child/indexed_db/indexed_db_dispatcher.h
|
| diff --git a/content/common_child/indexed_db/indexed_db_dispatcher.h b/content/child/indexed_db/indexed_db_dispatcher.h
|
| similarity index 98%
|
| rename from content/common_child/indexed_db/indexed_db_dispatcher.h
|
| rename to content/child/indexed_db/indexed_db_dispatcher.h
|
| index cba01fe1aa521361a99da6eae266350e459ed0c1..485af94c08308984d07b51f246c8d95e7caa24ff 100644
|
| --- a/content/common_child/indexed_db/indexed_db_dispatcher.h
|
| +++ b/content/child/indexed_db/indexed_db_dispatcher.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_CHILD_INDEXED_DB_INDEXED_DB_DISPATCHER_H_
|
| -#define CONTENT_COMMON_CHILD_INDEXED_DB_INDEXED_DB_DISPATCHER_H_
|
| +#ifndef CONTENT_CHILD_INDEXED_DB_INDEXED_DB_DISPATCHER_H_
|
| +#define CONTENT_CHILD_INDEXED_DB_INDEXED_DB_DISPATCHER_H_
|
|
|
| #include <map>
|
| #include <vector>
|
| @@ -238,4 +238,4 @@ class CONTENT_EXPORT IndexedDBDispatcher
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_CHILD_INDEXED_DB_INDEXED_DB_DISPATCHER_H_
|
| +#endif // CONTENT_CHILD_INDEXED_DB_INDEXED_DB_DISPATCHER_H_
|
|
|