diff options
Diffstat (limited to 'Source/WebCore/platform/graphics')
| -rw-r--r-- | Source/WebCore/platform/graphics/android/FontPlatformData.h | 4 | ||||
| -rw-r--r-- | Source/WebCore/platform/graphics/android/PerformanceMonitor.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Source/WebCore/platform/graphics/android/FontPlatformData.h b/Source/WebCore/platform/graphics/android/FontPlatformData.h index ba30efe..498db47 100644 --- a/Source/WebCore/platform/graphics/android/FontPlatformData.h +++ b/Source/WebCore/platform/graphics/android/FontPlatformData.h @@ -27,8 +27,8 @@ // This file is part of the internal font implementation. It should not be included by anyone other than // FontMac.cpp, FontWin.cpp and Font.cpp. -#ifndef FontPlatformData_H -#define FontPlatformData_H +#ifndef FontPlatformData_h +#define FontPlatformData_h #include "FontOrientation.h" #include <wtf/text/StringImpl.h> diff --git a/Source/WebCore/platform/graphics/android/PerformanceMonitor.h b/Source/WebCore/platform/graphics/android/PerformanceMonitor.h index 4c3afd1..f4aaa92 100644 --- a/Source/WebCore/platform/graphics/android/PerformanceMonitor.h +++ b/Source/WebCore/platform/graphics/android/PerformanceMonitor.h @@ -23,8 +23,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef PERFORMANCEMONITOR_H_ -#define PERFORMANCEMONITOR_H_ +#ifndef PerformanceMonitor_h +#define PerformanceMonitor_h #include "config.h" @@ -55,4 +55,4 @@ private: } -#endif /* PERFORMANCEMONITOR_H_ */ +#endif // PerformanceMonitor_h |
