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

Unified Diff: sky/engine/platform/image-decoders/gif/GIFImageReader.h

Issue 736373003: Fix sky include guards to match Chromium style (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Reran script after fixing missing break Created 6 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
Index: sky/engine/platform/image-decoders/gif/GIFImageReader.h
diff --git a/sky/engine/platform/image-decoders/gif/GIFImageReader.h b/sky/engine/platform/image-decoders/gif/GIFImageReader.h
index d3b8919fc74d5789c0d8b77a26d91173a04f1a48..dbc791885a09ddcdb3affed4070661026075ea47 100644
--- a/sky/engine/platform/image-decoders/gif/GIFImageReader.h
+++ b/sky/engine/platform/image-decoders/gif/GIFImageReader.h
@@ -35,8 +35,8 @@
*
* ***** END LICENSE BLOCK ***** */
-#ifndef GIFImageReader_h
-#define GIFImageReader_h
+#ifndef SKY_ENGINE_PLATFORM_IMAGE-DECODERS_GIF_GIFIMAGEREADER_H_
+#define SKY_ENGINE_PLATFORM_IMAGE-DECODERS_GIF_GIFIMAGEREADER_H_
// Define ourselves as the clientPtr. Mozilla just hacked their C++ callback class into this old C decoder,
// so we will too.
@@ -364,4 +364,4 @@ private:
} // namespace blink
-#endif
+#endif // SKY_ENGINE_PLATFORM_IMAGE-DECODERS_GIF_GIFIMAGEREADER_H_
« no previous file with comments | « sky/engine/platform/image-decoders/gif/GIFImageDecoder.h ('k') | sky/engine/platform/image-decoders/ico/ICOImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698