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

Unified Diff: services/ui/public/cpp/tests/window_server_shelltest_base.h

Issue 2559703003: Converts WindowTreeClientTest to be in terms of aura (Closed)
Patch Set: feedback Created 4 years 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
Index: services/ui/public/cpp/tests/window_server_shelltest_base.h
diff --git a/services/ui/public/cpp/tests/window_server_shelltest_base.h b/services/ui/public/cpp/tests/window_server_shelltest_base.h
deleted file mode 100644
index 7e6ebab519613179f79bacf8f311b9c1e7f14da7..0000000000000000000000000000000000000000
--- a/services/ui/public/cpp/tests/window_server_shelltest_base.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// 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.
-
-#ifndef SERVICES_UI_PUBLIC_CPP_TESTS_WINDOW_SERVER_SHELLTEST_BASE_H_
-#define SERVICES_UI_PUBLIC_CPP_TESTS_WINDOW_SERVER_SHELLTEST_BASE_H_
-
-#include "base/macros.h"
-#include "services/service_manager/public/cpp/connection.h"
-#include "services/service_manager/public/cpp/service_test.h"
-
-namespace ui {
-
-// Base class for all window manager ServiceTests to perform some common setup.
-class WindowServerServiceTestBase : public service_manager::test::ServiceTest {
- public:
- WindowServerServiceTestBase();
- ~WindowServerServiceTestBase() override;
-
- virtual bool OnConnect(const service_manager::Identity& remote_identity,
- service_manager::InterfaceRegistry* registry) = 0;
-
- private:
- // service_manager::test::ServiceTest:
- std::unique_ptr<service_manager::Service> CreateService() override;
-
- DISALLOW_COPY_AND_ASSIGN(WindowServerServiceTestBase);
-};
-
-} // namespace ui
-
-#endif // SERVICES_UI_PUBLIC_CPP_TESTS_WINDOW_SERVER_SHELLTEST_BASE_H_

Powered by Google App Engine
This is Rietveld 408576698