Index: cc/shader.h |
diff --git a/cc/shader.h b/cc/shader.h |
index 9bf11d51535aeb83edada6c0ce11298c235a6ac3..a691712f9c572cfd9800898c27dd2825b2321369 100644 |
--- a/cc/shader.h |
+++ b/cc/shader.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 ShaderChromium_h |
-#define ShaderChromium_h |
+#ifndef CC_SHADER_H_ |
+#define CC_SHADER_H_ |
#include "third_party/skia/include/core/SkColorPriv.h" |
#include <string> |
@@ -346,4 +346,4 @@ private: |
} // namespace cc |
-#endif |
+#endif // CC_SHADER_H_ |