Chromium Code Reviews

Unified Diff: components/translate/ios/browser/translate_controller_unittest.mm

Issue 1852433005: Convert //base to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase after r384946 Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/translate/ios/browser/translate_controller_unittest.mm
diff --git a/components/translate/ios/browser/translate_controller_unittest.mm b/components/translate/ios/browser/translate_controller_unittest.mm
index 0e572b998d515b98a52be740e296dac5e517ea08..371faec326f2c67bfca7dfb44766ff95f05bae4b 100644
--- a/components/translate/ios/browser/translate_controller_unittest.mm
+++ b/components/translate/ios/browser/translate_controller_unittest.mm
@@ -4,6 +4,7 @@
#import "components/translate/ios/browser/translate_controller.h"
+#include "base/memory/scoped_ptr.h"
#include "base/values.h"
#import "components/translate/ios/browser/js_translate_manager.h"
#include "ios/web/public/test/test_web_state.h"

Powered by Google App Engine