#include <string>
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/ui/find_bar/find_bar_state.h"
#include "chrome/browser/ui/find_bar/find_bar_state_factory.h"
#include "chrome/common/url_constants.h"
#include "chrome/test/base/chrome_render_view_host_test_harness.h"
#include "chrome/test/base/testing_profile.h"
#include "components/find_in_page/find_tab_helper.h"
#include "content/public/browser/web_contents.h"
#include "content/public/test/web_contents_tester.h"
WebContents;
WebContentsTester;
class FindBackendTest : public ChromeRenderViewHostTestHarness { … };
namespace {
std::u16string FindPrepopulateText(WebContents* contents) { … }
}
TEST_F(FindBackendTest, InternalState) { … }