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

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

Issue 1906623003: Convert //components/mus from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 f03f65c56ebf0da7f9bb5efa1296ee03acd80e9d..d6dc8dc530a26a4d1c2911a0e3a4ee7cfb1f6e5b 100644
--- a/components/mus/public/cpp/tests/window_server_shelltest_base.h
+++ b/components/mus/public/cpp/tests/window_server_shelltest_base.h
@@ -21,7 +21,7 @@ class WindowServerShellTestBase : public shell::test::ShellTest {
private:
// shell::test::ShellTest:
- scoped_ptr<shell::ShellClient> CreateShellClient() override;
+ std::unique_ptr<shell::ShellClient> CreateShellClient() override;
DISALLOW_COPY_AND_ASSIGN(WindowServerShellTestBase);
};
« no previous file with comments | « components/mus/public/cpp/output_surface.h ('k') | components/mus/public/cpp/tests/window_server_shelltest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698