Index: chrome/browser/android/contextualsearch/contextual_search_context.h |
diff --git a/chrome/browser/android/contextualsearch/contextual_search_context.h b/chrome/browser/android/contextualsearch/contextual_search_context.h |
index 325ec6d7b2d15c200825c063f6518c5f181d167e..7faabb4a115675b28144eb0bfb2ef74f326fce58 100644 |
--- a/chrome/browser/android/contextualsearch/contextual_search_context.h |
+++ b/chrome/browser/android/contextualsearch/contextual_search_context.h |
@@ -18,13 +18,16 @@ struct ContextualSearchContext { |
const bool use_resolved_search_term, |
const GURL& page_url, |
const std::string& encoding); |
+ ContextualSearchContext(const bool use_resolved_search_term, |
+ const GURL& page_url, |
+ const std::string& encoding); |
~ContextualSearchContext(); |
- const std::string selected_text; |
const bool use_resolved_search_term; |
const GURL page_url; |
const std::string encoding; |
+ std::string selected_text; |
base::string16 surrounding_text; |
int start_offset; |
int end_offset; |