Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1891)

Unified Diff: chrome/browser/chromeos/input_method/input_method_engine.h

Issue 1870793002: Convert //chrome/browser/chromeos from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/input_method/input_method_engine.h
diff --git a/chrome/browser/chromeos/input_method/input_method_engine.h b/chrome/browser/chromeos/input_method/input_method_engine.h
index ed82dc053397969f179ca1ac46aad16b2ea1ae58..d20b53a331c7bd87574b99e9e1bd6aa5d7b36e00 100644
--- a/chrome/browser/chromeos/input_method/input_method_engine.h
+++ b/chrome/browser/chromeos/input_method/input_method_engine.h
@@ -140,7 +140,7 @@ class InputMethodEngine : public ::input_method::InputMethodEngineBase {
bool SendKeyEvent(ui::KeyEvent* event, const std::string& code) override;
// The current candidate window.
- scoped_ptr<ui::CandidateWindow> candidate_window_;
+ std::unique_ptr<ui::CandidateWindow> candidate_window_;
// The current candidate window property.
CandidateWindowProperty candidate_window_property_;

Powered by Google App Engine
This is Rietveld 408576698