| Index: athena/test/base/athena_browser_test.h
|
| diff --git a/athena/test/base/athena_browser_test.h b/athena/test/base/athena_browser_test.h
|
| deleted file mode 100644
|
| index 4ed6d21b766b5f6994c1e658b962a23cc29284bc..0000000000000000000000000000000000000000
|
| --- a/athena/test/base/athena_browser_test.h
|
| +++ /dev/null
|
| @@ -1,45 +0,0 @@
|
| -// 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.
|
| -
|
| -#ifndef ATHENA_TEST_BASE_ATHENA_BROWSER_TEST_H_
|
| -#define ATHENA_TEST_BASE_ATHENA_BROWSER_TEST_H_
|
| -
|
| -#include "base/memory/scoped_ptr.h"
|
| -#include "content/public/test/browser_test.h"
|
| -#include "content/public/test/browser_test_base.h"
|
| -
|
| -namespace base {
|
| -class CommandLine;
|
| -}
|
| -
|
| -namespace content {
|
| -class BrowserContext;
|
| -}
|
| -
|
| -namespace athena {
|
| -namespace test {
|
| -
|
| -// Base class for athena browser tests.
|
| -class AthenaBrowserTest : public content::BrowserTestBase {
|
| - public:
|
| - AthenaBrowserTest();
|
| - ~AthenaBrowserTest() override;
|
| -
|
| - protected:
|
| - // Returns the browser context used by the test.
|
| - content::BrowserContext* GetBrowserContext();
|
| -
|
| - private:
|
| - // content::BrowserTestBase implementation.
|
| - void SetUpCommandLine(base::CommandLine* command_line) override;
|
| - void SetUpOnMainThread() override;
|
| - void RunTestOnMainThreadLoop() override;
|
| -
|
| - DISALLOW_COPY_AND_ASSIGN(AthenaBrowserTest);
|
| -};
|
| -
|
| -} // namespace test
|
| -} // namespace athena
|
| -
|
| -#endif // ATHENA_TEST_BASE_ATHENA_BROWSER_TEST_H_
|
|
|