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

Unified Diff: content/shell/utility/shell_content_utility_client.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 | « content/renderer/render_widget.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/utility/shell_content_utility_client.cc
diff --git a/content/shell/utility/shell_content_utility_client.cc b/content/shell/utility/shell_content_utility_client.cc
index faa732ba753eb48aa5a7ecc810c65b1ded280e82..195976d758af53dfb12b002d58916ca9c5f34764 100644
--- a/content/shell/utility/shell_content_utility_client.cc
+++ b/content/shell/utility/shell_content_utility_client.cc
@@ -66,8 +66,7 @@ class TestServiceImpl : public mojom::TestService {
DISALLOW_COPY_AND_ASSIGN(TestServiceImpl);
};
-std::unique_ptr<service_manager::Service> CreateTestService(
- const base::Closure& quit_closure) {
+std::unique_ptr<service_manager::Service> CreateTestService() {
return std::unique_ptr<service_manager::Service>(new TestService);
}
« no previous file with comments | « content/renderer/render_widget.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698