| Index: storage/browser/storage_browser_export.h
 | 
| diff --git a/webkit/browser/storage_browser_export.h b/storage/browser/storage_browser_export.h
 | 
| similarity index 85%
 | 
| copy from webkit/browser/storage_browser_export.h
 | 
| copy to storage/browser/storage_browser_export.h
 | 
| index 293ce4024c66d74ac819552a0f761703c53ed7f8..c6d6a37a812ad1391999212dbfe68dafe0f1287d 100644
 | 
| --- a/webkit/browser/storage_browser_export.h
 | 
| +++ b/storage/browser/storage_browser_export.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_BROWSER_STORAGE_BROWSER_EXPORT_H__
 | 
| -#define WEBKIT_BROWSER_STORAGE_BROWSER_EXPORT_H__
 | 
| +#ifndef STORAGE_BROWSER_STORAGE_BROWSER_EXPORT_H__
 | 
| +#define STORAGE_BROWSER_STORAGE_BROWSER_EXPORT_H__
 | 
|  
 | 
|  #if defined(COMPONENT_BUILD)
 | 
|  #if defined(WIN32)
 | 
| @@ -31,4 +31,4 @@
 | 
|  #define STORAGE_EXPORT_PRIVATE
 | 
|  #endif
 | 
|  
 | 
| -#endif  // WEBKIT_BROWSER_STORAGE_BROWSER_EXPORT_H__
 | 
| +#endif  // STORAGE_BROWSER_STORAGE_BROWSER_EXPORT_H__
 | 
| 
 |