chromium/chrome/browser/ui/views/passwords/password_generation_popup_view_tester_views.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/ui/views/passwords/password_generation_popup_view_tester_views.h"

#include "chrome/browser/ui/views/passwords/password_generation_popup_view_views.h"
#include "ui/events/event_utils.h"

std::unique_ptr<PasswordGenerationPopupViewTester>
PasswordGenerationPopupViewTester::For(PasswordGenerationPopupView* view) {}

PasswordGenerationPopupViewTesterViews::PasswordGenerationPopupViewTesterViews(
    PasswordGenerationPopupViewViews* popup_view)
    :{}

PasswordGenerationPopupViewTesterViews::
    ~PasswordGenerationPopupViewTesterViews() {}

void PasswordGenerationPopupViewTesterViews::SimulateMouseMovementAt(
    const gfx::Point& point) {}