summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/ui/webui/chromeos/account_migration_welcome_ui_test.h
blob: 29ef97bf54a2809f9d881947ec3111387d31002e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright 2019 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.

#ifndef CHROME_BROWSER_UI_WEBUI_CHROMEOS_ACCOUNT_MIGRATION_WELCOME_UI_TEST_H_
#define CHROME_BROWSER_UI_WEBUI_CHROMEOS_ACCOUNT_MIGRATION_WELCOME_UI_TEST_H_

#include "chrome/test/base/ui_test_utils.h"
#include "chrome/test/base/web_ui_browser_test.h"
// Test framework for
// chrome/browser/ui/webui/chromeos/account_migration_welcome_test.js
class AccountMigrationWelcomeUITest : public WebUIBrowserTest {
 public:
  AccountMigrationWelcomeUITest();
  ~AccountMigrationWelcomeUITest() override;

 protected:
  void ShowDialog();
};

#endif  // CHROME_BROWSER_UI_WEBUI_CHROMEOS_ACCOUNT_MIGRATION_WELCOME_UI_TEST_H_