| Index: content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h b/content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| similarity index 97%
|
| rename from content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| rename to content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| index 773c7b881fd6c7f8bfa212a9299d829c734f701d..568330a902ae970ae6b4df1dd685756ad09e0567 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.h
|
| +++ b/content/browser/indexed_db/indexed_db_dispatcher_host.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_BROWSER_IN_PROCESS_WEBKIT_INDEXED_DB_DISPATCHER_HOST_H_
|
| -#define CONTENT_BROWSER_IN_PROCESS_WEBKIT_INDEXED_DB_DISPATCHER_HOST_H_
|
| +#ifndef CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_DISPATCHER_HOST_H_
|
| +#define CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_DISPATCHER_HOST_H_
|
|
|
| #include <map>
|
| #include <vector>
|
| @@ -206,4 +206,4 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_IN_PROCESS_WEBKIT_INDEXED_DB_DISPATCHER_HOST_H_
|
| +#endif // CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_DISPATCHER_HOST_H_
|
|
|