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

Unified Diff: sky/engine/platform/testing/SkiaForCoreTesting.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
« no previous file with comments | « sky/engine/platform/scroll/Scrollbar.h ('k') | sky/engine/platform/testing/TreeTestHelpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/testing/SkiaForCoreTesting.h
diff --git a/sky/engine/platform/testing/SkiaForCoreTesting.h b/sky/engine/platform/testing/SkiaForCoreTesting.h
index 36b94153f150acbd3cc21cb4c3aa870d82317462..cbfd621fe855fad0113466c8f33aa05f3815880f 100644
--- a/sky/engine/platform/testing/SkiaForCoreTesting.h
+++ b/sky/engine/platform/testing/SkiaForCoreTesting.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SkiaForCoreTesting_h
-#define SkiaForCoreTesting_h
+#ifndef SKY_ENGINE_PLATFORM_TESTING_SKIAFORCORETESTING_H_
+#define SKY_ENGINE_PLATFORM_TESTING_SKIAFORCORETESTING_H_
// For tests under engine/core/ directory needing access Skia API.
#include "third_party/skia/include/core/SkCanvas.h"
-#endif // SkiaForCoreTesting_h
+#endif // SKY_ENGINE_PLATFORM_TESTING_SKIAFORCORETESTING_H_
« no previous file with comments | « sky/engine/platform/scroll/Scrollbar.h ('k') | sky/engine/platform/testing/TreeTestHelpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698