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

Unified Diff: chrome/common/extensions/api/input_ime/input_components_handler.h

Issue 1731483003: chrome: 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, 10 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/common/extensions/api/input_ime/input_components_handler.h
diff --git a/chrome/common/extensions/api/input_ime/input_components_handler.h b/chrome/common/extensions/api/input_ime/input_components_handler.h
index b6dba6b23653a33f565adfaf30b3eda5877a1f7e..8fa5df6feb090f835df7ff89e2d7a54fd1713d5b 100644
--- a/chrome/common/extensions/api/input_ime/input_components_handler.h
+++ b/chrome/common/extensions/api/input_ime/input_components_handler.h
@@ -27,6 +27,7 @@ enum InputComponentType {
struct InputComponentInfo {
// Define out of line constructor/destructor to please Clang.
InputComponentInfo();
+ InputComponentInfo(const InputComponentInfo& other);
~InputComponentInfo();
std::string name;

Powered by Google App Engine
This is Rietveld 408576698