Chromium Code Reviews| Index: cc/settings.h |
| diff --git a/cc/settings.h b/cc/settings.h |
| index 21b240b918734d75ab9e5675dd33a0045cc6c21a..9faa8876f9bf13e5d00615bf3b141bfbde2a6680 100644 |
| --- a/cc/settings.h |
| +++ b/cc/settings.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 CCSettings_h |
| -#define CCSettings_h |
| +#ifndef CC_SETTINGS_H_ |
| +#define CC_SETTINGS_H_ |
| #include "webkit/glue/webkit_glue_export.h" |
| #include "cc/cc_export.h" |
| @@ -33,4 +33,4 @@ public: |
| } // namespace cc |
| -#endif // Settings_h |
| +#endif // CC_SETTINGS_H_ |