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

Unified Diff: cc/skpicture_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/single_thread_proxy.h ('k') | cc/software_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/skpicture_content_layer_updater.h
diff --git a/cc/skpicture_content_layer_updater.h b/cc/skpicture_content_layer_updater.h
index 6f02c635a98b998edd689ed9fffbfab79ae7b61a..6a05972ff8bd10fa7e418b64f5d389ca232049b5 100644
--- a/cc/skpicture_content_layer_updater.h
+++ b/cc/skpicture_content_layer_updater.h
@@ -3,8 +3,8 @@
// found in the LICENSE file.
-#ifndef SkPictureContentLayerUpdater_h
-#define SkPictureContentLayerUpdater_h
+#ifndef CC_SKPICTURE_CONTENT_LAYER_UPDATER_H_
+#define CC_SKPICTURE_CONTENT_LAYER_UPDATER_H_
#include "cc/content_layer_updater.h"
#include "third_party/skia/include/core/SkPicture.h"
@@ -58,4 +58,4 @@ private:
};
} // namespace cc
-#endif // SkPictureContentLayerUpdater_h
+#endif // CC_SKPICTURE_CONTENT_LAYER_UPDATER_H_
« no previous file with comments | « cc/single_thread_proxy.h ('k') | cc/software_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698