| 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.h b/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.h
|
| similarity index 76%
|
| copy from tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class.h
|
| copy to tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.h
|
| index eab38c2a14ea0bde7b93eb622853c31a32937659..038a70fa6dedea6f3052f7482e4747530cc6516d 100644
|
| --- a/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class.h
|
| +++ b/tools/clang/blink_gc_plugin/tests/raw_ptr_to_gc_managed_class_error.h
|
| @@ -1,9 +1,9 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef RAW_PTR_TO_GC_MANAGED_CLASS_H_
|
| -#define RAW_PTR_TO_GC_MANAGED_CLASS_H_
|
| +#ifndef RAW_PTR_TO_GC_MANAGED_CLASS_ERROR_H_
|
| +#define RAW_PTR_TO_GC_MANAGED_CLASS_ERROR_H_
|
|
|
| #include "heap/stubs.h"
|
|
|
|
|