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

Unified Diff: sky/engine/core/editing/Editor.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/core/editing/EditingStyle.h ('k') | sky/engine/core/editing/FindOptions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/editing/Editor.h
diff --git a/sky/engine/core/editing/Editor.h b/sky/engine/core/editing/Editor.h
index d0cca43e9b390234aa7a7226c01c52b8a3e5b87c..9cb39436cc3278270cb328d1d69efb823c0cb08c 100644
--- a/sky/engine/core/editing/Editor.h
+++ b/sky/engine/core/editing/Editor.h
@@ -23,8 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef Editor_h
-#define Editor_h
+#ifndef SKY_ENGINE_CORE_EDITING_EDITOR_H_
+#define SKY_ENGINE_CORE_EDITING_EDITOR_H_
#include "sky/engine/core/dom/DocumentMarker.h"
#include "sky/engine/core/editing/EditAction.h"
@@ -266,4 +266,4 @@ inline bool Editor::markedTextMatchesAreHighlighted() const
} // namespace blink
-#endif // Editor_h
+#endif // SKY_ENGINE_CORE_EDITING_EDITOR_H_
« no previous file with comments | « sky/engine/core/editing/EditingStyle.h ('k') | sky/engine/core/editing/FindOptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698