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

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

Issue 1349783006: Cleanup: Pass std::string as const reference if possible (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert third_party changes Created 5 years, 3 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_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 f0f7a2d2885e418fe0a53cb136d780315054d1a9..7b11c0dbb10a2af5b39f673b6c675812258d3b64 100644
--- a/chrome/browser/chromeos/input_method/input_method_manager_impl.h
+++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
@@ -221,7 +221,7 @@ class InputMethodManagerImpl : public InputMethodManager,
void ReconfigureIMFramework(StateImpl* state);
// Record input method usage histograms.
- void RecordInputMethodUsage(std::string input_method_id);
+ void RecordInputMethodUsage(const std::string& input_method_id);
scoped_ptr<InputMethodDelegate> delegate_;

Powered by Google App Engine
This is Rietveld 408576698