| Index: storage/browser/database/database_util.h
|
| diff --git a/webkit/browser/database/database_util.h b/storage/browser/database/database_util.h
|
| similarity index 83%
|
| copy from webkit/browser/database/database_util.h
|
| copy to storage/browser/database/database_util.h
|
| index bb2a6f4dab048fe61d159d32856067d664d172c7..6c67fac930dd9ecc2cc81b086a768be7696e0730 100644
|
| --- a/webkit/browser/database/database_util.h
|
| +++ b/storage/browser/database/database_util.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_BROWSER_DATABASE_DATABASE_UTIL_H_
|
| -#define WEBKIT_BROWSER_DATABASE_DATABASE_UTIL_H_
|
| +#ifndef STORAGE_BROWSER_DATABASE_DATABASE_UTIL_H_
|
| +#define STORAGE_BROWSER_DATABASE_DATABASE_UTIL_H_
|
|
|
| #include <string>
|
| #include "base/strings/string16.h"
|
| +#include "storage/browser/storage_browser_export.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/browser/storage_browser_export.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -36,4 +36,4 @@ class STORAGE_EXPORT DatabaseUtil {
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_DATABASE_DATABASE_UTIL_H_
|
| +#endif // STORAGE_BROWSER_DATABASE_DATABASE_UTIL_H_
|
|
|