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

Unified Diff: sky/services/ns_net/url_loader_impl.h

Issue 1215953006: Use sky_shell instead of mojo_shell for testing. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Foo Created 5 years, 5 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: sky/services/ns_net/url_loader_impl.h
diff --git a/sky/services/ns_net/url_loader_impl.h b/sky/services/ns_net/url_loader_impl.h
index 473166f25302676c845b5faed690d45c5590ef2b..6ce1ae76336a7f414d29f5b3fa24d11da6bd763e 100644
--- a/sky/services/ns_net/url_loader_impl.h
+++ b/sky/services/ns_net/url_loader_impl.h
@@ -11,7 +11,7 @@ namespace mojo {
class URLLoaderImpl : public URLLoader {
public:
explicit URLLoaderImpl(InterfaceRequest<URLLoader> request);
- ~URLLoaderImpl();
+ ~URLLoaderImpl() override;
void Start(URLRequestPtr request, const StartCallback& callback) override;
void FollowRedirect(const FollowRedirectCallback& callback) override;

Powered by Google App Engine
This is Rietveld 408576698