aboutsummaryrefslogtreecommitdiff
path: root/tools/clang/rewrite_scoped_refptr/tests/temp-returned-as-raw-expected.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/clang/rewrite_scoped_refptr/tests/temp-returned-as-raw-expected.cc')
-rw-r--r--tools/clang/rewrite_scoped_refptr/tests/temp-returned-as-raw-expected.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/clang/rewrite_scoped_refptr/tests/temp-returned-as-raw-expected.cc b/tools/clang/rewrite_scoped_refptr/tests/temp-returned-as-raw-expected.cc
index 1987bbb3..ee58c085 100644
--- a/tools/clang/rewrite_scoped_refptr/tests/temp-returned-as-raw-expected.cc
+++ b/tools/clang/rewrite_scoped_refptr/tests/temp-returned-as-raw-expected.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/memory/ref_counted.h"
+#include "scoped_refptr.h"
-struct Foo : public base::RefCounted<Foo> {
+struct Foo {
int dummy;
};