chromium/extensions/shell/test/shell_test_helper_aura.cc

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

#include "extensions/shell/test/shell_test_helper_aura.h"

#include <memory>

#include "content/public/browser/web_contents.h"
#include "extensions/browser/app_window/app_window.h"
#include "extensions/browser/app_window/test_app_window_contents.h"
#include "extensions/shell/browser/shell_app_delegate.h"
#include "ui/aura/test/aura_test_helper.h"
#include "ui/compositor/compositor.h"
#include "url/gurl.h"

namespace extensions {

ShellTestHelperAura::ShellTestHelperAura() = default;

ShellTestHelperAura::~ShellTestHelperAura() = default;

void ShellTestHelperAura::SetUp() {}

void ShellTestHelperAura::TearDown() {}

void ShellTestHelperAura::InitAppWindow(AppWindow* app_window,
                                        const gfx::Rect& bounds) {}

}  // namespace extensions