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

Unified Diff: tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.h

Issue 631653002: Replacing the OVERRIDE with override in tools folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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: tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.h
diff --git a/tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.h b/tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.h
index f6c0c282ac115b1a5780ffd61ff2046a38297fc7..2ca298d8b2b5fdadd88e26dff1ffb53480304ce2 100644
--- a/tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.h
+++ b/tools/clang/blink_gc_plugin/tests/class_requires_finalization_base.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 CLASS_REQUIRES_FINALIZATION_BASE_H_
-#define CLASS_REQUIRES_FINALIZATION_BASE_H_
+#ifndef CLASS_REQUIRES_finalIZATION_BASE_H_
Ben Goodger (Google) 2014/10/07 19:47:03 oops
MRV 2014/10/08 03:12:08 Done.
+#define CLASS_REQUIRES_finalIZATION_BASE_H_
#include "heap/stubs.h"

Powered by Google App Engine
This is Rietveld 408576698