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

Unified Diff: components/omnibox/browser/omnibox_edit_model.h

Issue 1728033002: components: 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: components/omnibox/browser/omnibox_edit_model.h
diff --git a/components/omnibox/browser/omnibox_edit_model.h b/components/omnibox/browser/omnibox_edit_model.h
index 13f3035f981e1bfd9c79768655a195d6441734f5..4c567c2b70e3cf59308c75253747641e020aaaf6 100644
--- a/components/omnibox/browser/omnibox_edit_model.h
+++ b/components/omnibox/browser/omnibox_edit_model.h
@@ -63,6 +63,7 @@ class OmniboxEditModel {
OmniboxFocusState focus_state,
FocusSource focus_source,
const AutocompleteInput& autocomplete_input);
+ State(const State& other);
~State();
bool user_input_in_progress;

Powered by Google App Engine
This is Rietveld 408576698