Chromium Code Reviews| Index: Source/core/rendering/RenderThemeChromiumWin.h |
| diff --git a/Source/modules/indexeddb/IndexedDB.h b/Source/core/rendering/RenderThemeChromiumWin.h |
| similarity index 79% |
| copy from Source/modules/indexeddb/IndexedDB.h |
| copy to Source/core/rendering/RenderThemeChromiumWin.h |
| index d6abfe3d5c6c900b04ae85e602d54e1591591c65..10788ce3f85b595cdb1a3ef6f28196ba32d04980 100644 |
| --- a/Source/modules/indexeddb/IndexedDB.h |
| +++ b/Source/core/rendering/RenderThemeChromiumWin.h |
| @@ -1,5 +1,5 @@ |
| /* |
|
tkent
2014/11/20 01:53:26
Please use Chromium-style header
http://www.chromi
|
| - * Copyright (C) 2013 Google Inc. All rights reserved. |
| + * Copyright (C) 2014 Samsung Electronics. All rights reserved. |
| * |
| * Redistribution and use in source and binary forms, with or without |
| * modification, are permitted provided that the following conditions |
| @@ -23,20 +23,18 @@ |
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -#ifndef IndexedDB_h |
| -#define IndexedDB_h |
| +#ifndef RenderThemeChromiumWin_h |
| +#define RenderThemeChromiumWin_h |
| -namespace blink { |
| +#include "core/rendering/RenderThemeChromiumDefault.h" |
| -namespace IndexedDB { |
| +namespace blink { |
| -enum CursorType { |
| - CursorKeyAndValue = 0, |
| - CursorKeyOnly |
| +class RenderThemeChromiumWin final : public RenderThemeChromiumDefault { |
| +public: |
| + static PassRefPtr<RenderTheme> create(); |
| }; |
| -} // namespace IndexedDB |
| - |
| } // namespace blink |
| -#endif // IndexedDB_h |
| +#endif // RenderThemeChromiumWin_h |