From ae20ac8c99f45c40aa2a4d32cb07e0295802993b Mon Sep 17 00:00:00 2001 From: "komatsu@chromium.org" Date: Tue, 26 Nov 2013 03:18:38 +0000 Subject: Use pointer instead of reference for a function argument. BUG=N/A Review URL: https://codereview.chromium.org/85753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237234 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/chromeos/input_method/input_method_manager_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/chromeos/input_method/input_method_manager_impl.h') diff --git a/chrome/browser/chromeos/input_method/input_method_manager_impl.h b/chrome/browser/chromeos/input_method/input_method_manager_impl.h index a13fa6d..7e779ab 100644 --- a/chrome/browser/chromeos/input_method/input_method_manager_impl.h +++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.h @@ -156,7 +156,7 @@ class InputMethodManagerImpl : public InputMethodManager, // Adds new input method to given list if possible bool EnableInputMethodImpl( const std::string& input_method_id, - std::vector& new_active_input_method_ids) const; + std::vector* new_active_input_method_ids) const; // Starts or stops the system input method framework as needed. // (after list of enabled input methods has been updated) -- cgit v1.1