summaryrefslogtreecommitdiffstats
path: root/cc/shader.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/shader.h')
-rw-r--r--cc/shader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/shader.h b/cc/shader.h
index 9bf11d5..a691712 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_