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

Unified Diff: ui/base/ime/chromeos/input_method_manager.h

Issue 1871743003: ui: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « ui/base/ime/chromeos/input_method_descriptor.cc ('k') | ui/base/ime/chromeos/input_method_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/input_method_manager.h
diff --git a/ui/base/ime/chromeos/input_method_manager.h b/ui/base/ime/chromeos/input_method_manager.h
index e43e482af9e3a1532528f66b71551be7631ecd3b..74d95c9711b4d62aec2a17a3247c6bb5d236c314 100644
--- a/ui/base/ime/chromeos/input_method_manager.h
+++ b/ui/base/ime/chromeos/input_method_manager.h
@@ -55,6 +55,7 @@ class UI_BASE_IME_EXPORT InputMethodManager {
struct MenuItem {
MenuItem();
+ MenuItem(const MenuItem& other);
virtual ~MenuItem();
std::string id;
« no previous file with comments | « ui/base/ime/chromeos/input_method_descriptor.cc ('k') | ui/base/ime/chromeos/input_method_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698