blob: e0db7ccd9fad109ebae3a8f91615029c4ed2dc0d [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/android/contextualsearch/contextual_search_context.h"
ContextualSearchContext::ContextualSearchContext(
const std::string& selected_text,
const std::string& home_country,
const GURL& page_url,
const std::string& encoding)
: selected_text(selected_text),
home_country(home_country),
page_url(page_url),
encoding(encoding) {}
ContextualSearchContext::~ContextualSearchContext() {
}