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

Unified Diff: components/mus/public/cpp/tests/window_server_shelltest_base.h

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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
Index: components/mus/public/cpp/tests/window_server_shelltest_base.h
diff --git a/components/mus/public/cpp/tests/window_server_shelltest_base.h b/components/mus/public/cpp/tests/window_server_shelltest_base.h
index 173fa81545f658908f70befa445fc2859ff616bb..f03f65c56ebf0da7f9bb5efa1296ee03acd80e9d 100644
--- a/components/mus/public/cpp/tests/window_server_shelltest_base.h
+++ b/components/mus/public/cpp/tests/window_server_shelltest_base.h
@@ -12,16 +12,16 @@
namespace mus {
// Base class for all window manager shelltests to perform some common setup.
-class WindowServerShellTestBase : public mojo::test::ShellTest {
+class WindowServerShellTestBase : public shell::test::ShellTest {
public:
WindowServerShellTestBase();
~WindowServerShellTestBase() override;
- virtual bool AcceptConnection(mojo::Connection* connection) = 0;
+ virtual bool AcceptConnection(shell::Connection* connection) = 0;
private:
- // mojo::test::ShellTest:
- scoped_ptr<mojo::ShellClient> CreateShellClient() override;
+ // shell::test::ShellTest:
+ scoped_ptr<shell::ShellClient> CreateShellClient() override;
DISALLOW_COPY_AND_ASSIGN(WindowServerShellTestBase);
};

Powered by Google App Engine
This is Rietveld 408576698