Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2241)

Unified Diff: athena/test/base/athena_browser_test.h

Issue 863033002: Delete athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « athena/test/base/activity_lifetime_tracker.cc ('k') | athena/test/base/athena_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « athena/test/base/activity_lifetime_tracker.cc ('k') | athena/test/base/athena_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698