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

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

Issue 2128773003: Rename DISALLOW_ALLOCATION to DISALLOW_NEW (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/raw_ptr_to_gc_managed_class_error.h
diff --git a/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.h b/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.h
index 2fa73a25756e07d36ea92ea1e2564e8b335617f4..f4921c44ff00ccee7ee6b0699fbcf021173f6d2d 100644
--- a/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.h
+++ b/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.h
@@ -12,7 +12,7 @@ namespace blink {
class HeapObject;
class PartObject {
- DISALLOW_ALLOCATION();
+ DISALLOW_NEW();
private:
PartObject();

Powered by Google App Engine
This is Rietveld 408576698