fix cpplint issue in vp9_onyxd.h
authorJim Bankoski <jimbankoski@google.com>
Sun, 29 Sep 2013 18:28:21 +0000 (11:28 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Sun, 29 Sep 2013 18:52:47 +0000 (11:52 -0700)
Change-Id: I6498d2eee0b3f3bbb94787eb0ba72ccfcf8f5f02

vp9/decoder/vp9_onyxd.h

index cd5b750..4f662e9 100644 (file)
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_COMMON_VP9_ONYXD_H_
-#define VP9_COMMON_VP9_ONYXD_H_
+#ifndef VP9_DECODER_VP9_ONYXD_H_
+#define VP9_DECODER_VP9_ONYXD_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -66,4 +66,4 @@ void vp9_remove_decompressor(VP9D_PTR comp);
 }
 #endif
 
-#endif  // VP9_COMMON_VP9_ONYXD_H_
+#endif  // VP9_DECODER_VP9_ONYXD_H_