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

Unified Diff: cc/content_layer_updater.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/content_layer_client.h ('k') | cc/contents_scaling_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/content_layer_updater.h
diff --git a/cc/content_layer_updater.h b/cc/content_layer_updater.h
index ae6365ce531b03f26ca05ed7a6c065d5ba808925..7f54be8c507ad6e7daf60b672b1295c540a48dc4 100644
--- a/cc/content_layer_updater.h
+++ b/cc/content_layer_updater.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 ContentLayerUpdater_h
-#define ContentLayerUpdater_h
+#ifndef CC_CONTENT_LAYER_UPDATER_H_
+#define CC_CONTENT_LAYER_UPDATER_H_
#include "cc/cc_export.h"
#include "cc/layer_updater.h"
@@ -32,4 +32,4 @@ private:
} // namespace cc
-#endif // ContentLayerUpdater_h
+#endif // CC_CONTENT_LAYER_UPDATER_H_
« no previous file with comments | « cc/content_layer_client.h ('k') | cc/contents_scaling_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698