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

Unified Diff: mojo/services/window_manager/window_manager_api_unittest.cc

Issue 644963004: Some more virtual/override updates. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « mojo/services/view_manager/view_manager_unittest.cc ('k') | mojo/shell/child_process_host_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/window_manager/window_manager_api_unittest.cc
diff --git a/mojo/services/window_manager/window_manager_api_unittest.cc b/mojo/services/window_manager/window_manager_api_unittest.cc
index d5cad73cfde4e3061e2a3f06398277ffda7e1e1c..b280849b22a5225acd44ee47a0e63e4b65424356 100644
--- a/mojo/services/window_manager/window_manager_api_unittest.cc
+++ b/mojo/services/window_manager/window_manager_api_unittest.cc
@@ -143,7 +143,7 @@ class TestApplicationLoader : public ApplicationLoader,
class WindowManagerApiTest : public testing::Test {
public:
WindowManagerApiTest() {}
- virtual ~WindowManagerApiTest() {}
+ ~WindowManagerApiTest() override {}
protected:
typedef std::pair<Id, Id> TwoIds;
@@ -194,7 +194,7 @@ class WindowManagerApiTest : public testing::Test {
private:
// Overridden from testing::Test:
- virtual void SetUp() override {
+ void SetUp() override {
test_helper_.Init();
test_helper_.SetLoaderForURL(
scoped_ptr<ApplicationLoader>(new TestApplicationLoader(base::Bind(
@@ -206,7 +206,7 @@ class WindowManagerApiTest : public testing::Test {
InitEmbed(view_manager_init_.get(), "mojo:core_window_manager"));
ConnectToWindowManager();
}
- virtual void TearDown() override {}
+ void TearDown() override {}
void ConnectToWindowManager() {
test_helper_.application_manager()->ConnectToService(
« no previous file with comments | « mojo/services/view_manager/view_manager_unittest.cc ('k') | mojo/shell/child_process_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698