Index: ios/chrome/browser/ui/webui/version_handler.cc |
diff --git a/ios/chrome/browser/ui/webui/version_handler.cc b/ios/chrome/browser/ui/webui/version_handler.cc |
index 9dd03a150f68e50d49cfec079887e159e6bce602..fbcc1f1dd75ff01df74c7832658979d1cd46a015 100644 |
--- a/ios/chrome/browser/ui/webui/version_handler.cc |
+++ b/ios/chrome/browser/ui/webui/version_handler.cc |
@@ -4,9 +4,10 @@ |
#include "ios/chrome/browser/ui/webui/version_handler.h" |
+#include <memory> |
noyau (Ping after 24h)
2016/04/07 13:34:05
Not needed.
|
+ |
#include "base/bind.h" |
#include "base/bind_helpers.h" |
-#include "base/memory/scoped_ptr.h" |
#include "base/values.h" |
#include "components/version_ui/version_handler_helper.h" |
#include "components/version_ui/version_ui_constants.h" |