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

Unified Diff: mojo/services/test_service/test_time_service_impl.h

Issue 1755003002: Remove MOJO_DISALLOW_COPY_AND_ASSIGN and MOJO_ALLOW_UNUSED_LOCAL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 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/test_service/test_service_impl.h ('k') | mojo/shell/public/cpp/application_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/test_service/test_time_service_impl.h
diff --git a/mojo/services/test_service/test_time_service_impl.h b/mojo/services/test_service/test_time_service_impl.h
index d590a05e13f9d33eb2cf58fa00763d18c4540620..0dc45423d601d839749fd132213e5437ca1e7417 100644
--- a/mojo/services/test_service/test_time_service_impl.h
+++ b/mojo/services/test_service/test_time_service_impl.h
@@ -35,7 +35,7 @@ class TestTimeServiceImpl : public TestTimeService {
Connector* connector_;
scoped_ptr<TrackedService> tracking_;
StrongBinding<TestTimeService> binding_;
- MOJO_DISALLOW_COPY_AND_ASSIGN(TestTimeServiceImpl);
+ DISALLOW_COPY_AND_ASSIGN(TestTimeServiceImpl);
};
} // namespace test
« no previous file with comments | « mojo/services/test_service/test_service_impl.h ('k') | mojo/shell/public/cpp/application_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698