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

Unified Diff: cc/texture_layer_client.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/texture_layer.h ('k') | cc/texture_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/texture_layer_client.h
diff --git a/cc/texture_layer_client.h b/cc/texture_layer_client.h
index 9ebc8d5bef5a0c3d95f050bf04f41953299909c3..ec3447fee664fac68fe0a0760e6f80b56d2c88d5 100644
--- a/cc/texture_layer_client.h
+++ b/cc/texture_layer_client.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 TextureLayerChromiumClient_h
-#define TextureLayerChromiumClient_h
+#ifndef CC_TEXTURE_LAYER_CLIENT_H_
+#define CC_TEXTURE_LAYER_CLIENT_H_
namespace WebKit {
class WebGraphicsContext3D;
@@ -28,4 +28,4 @@ protected:
}
-#endif // TextureLayerChromiumClient_h
+#endif // CC_TEXTURE_LAYER_CLIENT_H_
« no previous file with comments | « cc/texture_layer.h ('k') | cc/texture_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698