| Index: base/memory/linked_ptr_unittest.cc
|
| diff --git a/base/memory/linked_ptr_unittest.cc b/base/memory/linked_ptr_unittest.cc
|
| index f6bc410942b95308a9572367f7a8351d9f1b1447..bc4b9cb0147df8b2639bcfc19ea2ac8ee41c3170 100644
|
| --- a/base/memory/linked_ptr_unittest.cc
|
| +++ b/base/memory/linked_ptr_unittest.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/strings/stringprintf.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| +#include "testing/gtest/googletest/include/gtest/gtest.h"
|
|
|
| namespace {
|
|
|
|
|