| Index: chrome/common/extensions/value_counter_unittest.cc
|
| diff --git a/chrome/common/extensions/value_counter_unittest.cc b/chrome/common/extensions/value_counter_unittest.cc
|
| index 84f51b97fb4227b6b59d74163a480b09c15b0d7e..8134a50e5b80d71ac188c13bef647911de32d975 100644
|
| --- a/chrome/common/extensions/value_counter_unittest.cc
|
| +++ b/chrome/common/extensions/value_counter_unittest.cc
|
| @@ -2,7 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
| +#include <memory>
|
| +
|
| #include "base/values.h"
|
| #include "extensions/common/value_counter.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|