blob: 5a86d1273012eae4cc854beeeb0586342841d1d9 [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 "base/memory/ptr_util.h"
#include "ui/views/views_delegate.h"
AshTestEnvironmentChrome::AshTestEnvironmentChrome() {}
AshTestEnvironmentChrome::~AshTestEnvironmentChrome() {}
std::unique_ptr<ash::AshTestViewsDelegate>
AshTestEnvironmentChrome::CreateViewsDelegate() {
return base::MakeUnique<ash::AshTestViewsDelegate>();
}