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

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

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_manager.h ('k') | ui/events/ozone/evdev/touch_evdev_types.h » ('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.cc
diff --git a/ui/base/ime/chromeos/input_method_manager.cc b/ui/base/ime/chromeos/input_method_manager.cc
index 07a71b827569136b51d14d90a447b19434b0a67d..87fd7796dc65588c1c457a6c2e16a75f79ff7e6c 100644
--- a/ui/base/ime/chromeos/input_method_manager.cc
+++ b/ui/base/ime/chromeos/input_method_manager.cc
@@ -18,6 +18,8 @@ InputMethodManager::State::~State() {
InputMethodManager::MenuItem::MenuItem() {}
+InputMethodManager::MenuItem::MenuItem(const MenuItem& other) = default;
+
InputMethodManager::MenuItem::~MenuItem() {}
// static
« no previous file with comments | « ui/base/ime/chromeos/input_method_manager.h ('k') | ui/events/ozone/evdev/touch_evdev_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698