| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index 17698278d7b8b996070bab5592b0ce3a43708fb6..57355af2b5fb25e83a2c12238619c9daf1de2928 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -13,6 +13,7 @@
|
| #include "base/debug/crash_logging.h"
|
| #include "base/files/file_util.h"
|
| #include "base/json/json_reader.h"
|
| +#include "base/memory/ptr_util.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/native_library.h"
|
| #include "base/path_service.h"
|
|
|