| Index: content/common/indexed_db/indexed_db_database_error.h
|
| diff --git a/content/browser/indexed_db/indexed_db_database_error.h b/content/common/indexed_db/indexed_db_database_error.h
|
| similarity index 73%
|
| rename from content/browser/indexed_db/indexed_db_database_error.h
|
| rename to content/common/indexed_db/indexed_db_database_error.h
|
| index 6106f75b1d61e6e866229df91ad47f2ac016d89d..425d238720ddb995fe666448f8c2fb4717818a25 100644
|
| --- a/content/browser/indexed_db/indexed_db_database_error.h
|
| +++ b/content/common/indexed_db/indexed_db_database_error.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_DATABASE_ERROR_H_
|
| -#define CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_DATABASE_ERROR_H_
|
| +#ifndef CONTENT_COMMON_INDEXED_DB_INDEXED_DB_DATABASE_ERROR_H_
|
| +#define CONTENT_COMMON_INDEXED_DB_INDEXED_DB_DATABASE_ERROR_H_
|
|
|
| #include <stdint.h>
|
|
|
| #include "base/strings/string16.h"
|
| -#include "base/strings/utf_string_conversions.h"
|
| +#include "content/common/content_export.h"
|
|
|
| namespace content {
|
|
|
| -class IndexedDBDatabaseError {
|
| +class CONTENT_EXPORT IndexedDBDatabaseError {
|
| public:
|
| IndexedDBDatabaseError();
|
| explicit IndexedDBDatabaseError(uint16_t code);
|
| @@ -32,4 +32,4 @@ class IndexedDBDatabaseError {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_DATABASE_ERROR_H_
|
| +#endif // CONTENT_COMMON_INDEXED_DB_INDEXED_DB_DATABASE_ERROR_H_
|
|
|