| Index: extensions/common/update_manifest.cc
|
| diff --git a/extensions/common/update_manifest.cc b/extensions/common/update_manifest.cc
|
| index c8ebdf7961b3c25dea73557081b78e8f7d646642..548bbe5b09938821dabe34a3ded31f42ca8a8867 100644
|
| --- a/extensions/common/update_manifest.cc
|
| +++ b/extensions/common/update_manifest.cc
|
| @@ -5,8 +5,8 @@
|
| #include "extensions/common/update_manifest.h"
|
|
|
| #include <algorithm>
|
| +#include <memory>
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/stl_util.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_util.h"
|
|
|