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

Unified Diff: components/omnibox/browser/autocomplete_input.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/autocomplete_input.h
diff --git a/components/omnibox/browser/autocomplete_input.h b/components/omnibox/browser/autocomplete_input.h
index 38a431c3f3a3c7aae19e39b1c10117462ef0a3c1..1c047065d40e5992fdb660825e5c590e97ae5963 100644
--- a/components/omnibox/browser/autocomplete_input.h
+++ b/components/omnibox/browser/autocomplete_input.h
@@ -80,6 +80,7 @@ class AutocompleteInput {
bool want_asynchronous_matches,
bool from_omnibox_focus,
const AutocompleteSchemeClassifier& scheme_classifier);
+ AutocompleteInput(const AutocompleteInput& other);
~AutocompleteInput();
// If type is |FORCED_QUERY| and |text| starts with '?', it is removed.

Powered by Google App Engine
This is Rietveld 408576698