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

Unified Diff: chrome/browser/chromeos/input_method/input_method_syncer.cc

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_syncer.cc
diff --git a/chrome/browser/chromeos/input_method/input_method_syncer.cc b/chrome/browser/chromeos/input_method/input_method_syncer.cc
index 90b2db0a8efa8ceb4db951eb71d58a8deceb1613..970813b003e0b153708497ee25d418f52331722d 100644
--- a/chrome/browser/chromeos/input_method/input_method_syncer.cc
+++ b/chrome/browser/chromeos/input_method/input_method_syncer.cc
@@ -258,7 +258,7 @@ std::string InputMethodSyncer::AddSupportedInputMethodValues(
pref_name == prefs::kLanguageEnabledExtensionImes) {
input_method::InputMethodManager* manager =
input_method::InputMethodManager::Get();
- scoped_ptr<input_method::InputMethodDescriptors> supported_descriptors;
+ std::unique_ptr<input_method::InputMethodDescriptors> supported_descriptors;
if (pref_name == prefs::kLanguagePreloadEngines) {
// Set the known input methods.
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_syncer.h ('k') | chrome/browser/chromeos/input_method/input_method_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698