diff options
Diffstat (limited to 'Source/WebKit/android/nav/CachedFrame.h')
-rw-r--r-- | Source/WebKit/android/nav/CachedFrame.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Source/WebKit/android/nav/CachedFrame.h b/Source/WebKit/android/nav/CachedFrame.h index 5802e36..da86521 100644 --- a/Source/WebKit/android/nav/CachedFrame.h +++ b/Source/WebKit/android/nav/CachedFrame.h @@ -23,8 +23,10 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef CachedFrame_H -#define CachedFrame_H +// FIXME: A file of this name already exists in WebCore/history. +// This file should be renamed. +#ifndef AndroidCachedFrame_h +#define AndroidCachedFrame_h #include "CachedColor.h" #include "CachedInput.h" @@ -282,4 +284,4 @@ public: } -#endif +#endif // AndroidCachedFrame_h |