Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3208)

Unified Diff: cc/video_layer_impl.h

Issue 11368063: cc: Fix header include guards of our header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/video_layer.h ('k') | cc/yuv_video_draw_quad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/video_layer_impl.h
diff --git a/cc/video_layer_impl.h b/cc/video_layer_impl.h
index ba300e5baaf17637df39ce8de44dc9757f29a4d9..03bf73679b24c51e948fbcb952287d6b995e3798 100644
--- a/cc/video_layer_impl.h
+++ b/cc/video_layer_impl.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 CCVideoLayerImpl_h
-#define CCVideoLayerImpl_h
+#ifndef CC_VIDEO_LAYER_IMPL_H_
+#define CC_VIDEO_LAYER_IMPL_H_
#include "base/callback.h"
#include "base/synchronization/lock.h"
@@ -99,4 +99,4 @@ private:
} // namespace cc
-#endif // CCVideoLayerImpl_h
+#endif // CC_VIDEO_LAYER_IMPL_H_
« no previous file with comments | « cc/video_layer.h ('k') | cc/yuv_video_draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698