Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / chrome / browser / ui / autofill / test_popup_controller_common.cc
blob5f83919c07955ca7f6b4213b0762771baa7973e6
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/ui/autofill/test_popup_controller_common.h"
7 namespace autofill {
9 TestPopupControllerCommon::TestPopupControllerCommon(
10 const gfx::RectF& element_bounds)
11 : PopupControllerCommon(element_bounds, NULL, NULL) {}
12 TestPopupControllerCommon::~TestPopupControllerCommon() {}
14 gfx::Display TestPopupControllerCommon::GetDisplayNearestPoint(
15 const gfx::Point& point) const {
16 return display_;
19 } // namespace autofill