blob: 5ae26813538a106486449c9591b42c2af9794a3c [file] [log] [blame]
// Copyright 2016 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/test/base/ash_test_environment_chrome.h"
#include "ash/test/ash_test_views_delegate.h"
#include "ui/views/views_delegate.h"
AshTestEnvironmentChrome::AshTestEnvironmentChrome() {}
AshTestEnvironmentChrome::~AshTestEnvironmentChrome() {}
std::unique_ptr<ash::AshTestViewsDelegate>
AshTestEnvironmentChrome::CreateViewsDelegate() {
return std::make_unique<ash::AshTestViewsDelegate>();
}