blob: 1e71c86c357a2bb24dbc182c79dec8c527226a7e [file] [log] [blame]
// Copyright 2014 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/chromeos/login/ui/mock_login_display.h"
#include "chrome/browser/chromeos/login/help_app_launcher.h"
#include "components/user_manager/user.h"
#include "ui/gfx/rect.h"
namespace chromeos {
MockLoginDisplay::MockLoginDisplay() : LoginDisplay(NULL, gfx::Rect()) {
}
MockLoginDisplay::~MockLoginDisplay() {
}
} // namespace chromeos