| Index: storage/common/database/database_connections.h
|
| diff --git a/webkit/common/database/database_connections.h b/storage/common/database/database_connections.h
|
| similarity index 93%
|
| copy from webkit/common/database/database_connections.h
|
| copy to storage/common/database/database_connections.h
|
| index 88421cba35a5ae307510fcc31ca3026a7c252013..ab4812e01e856a045e8d8cc0871f3b434a6a179d 100644
|
| --- a/webkit/common/database/database_connections.h
|
| +++ b/storage/common/database/database_connections.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 WEBKIT_COMMON_DATABASE_DATABASE_CONNECTIONS_H_
|
| -#define WEBKIT_COMMON_DATABASE_DATABASE_CONNECTIONS_H_
|
| +#ifndef STORAGE_COMMON_DATABASE_DATABASE_CONNECTIONS_H_
|
| +#define STORAGE_COMMON_DATABASE_DATABASE_CONNECTIONS_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -12,7 +12,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/strings/string16.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "webkit/common/storage_common_export.h"
|
| +#include "storage/common/storage_common_export.h"
|
|
|
| namespace base {
|
| class MessageLoopProxy;
|
| @@ -96,4 +96,4 @@ class STORAGE_COMMON_EXPORT DatabaseConnectionsWrapper
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_COMMON_DATABASE_DATABASE_CONNECTIONS_H_
|
| +#endif // STORAGE_COMMON_DATABASE_DATABASE_CONNECTIONS_H_
|
|
|