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

Unified Diff: blimp/net/test_common.h

Issue 1696563002: Blimp: add support for SSL connections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wez feedback #48 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
Index: blimp/net/test_common.h
diff --git a/blimp/net/test_common.h b/blimp/net/test_common.h
index 302060ad80374b3e3f9f1408027e7da45a3ae554..380465efddcd14973a62b0496217a0f10969ba35 100644
--- a/blimp/net/test_common.h
+++ b/blimp/net/test_common.h
@@ -137,7 +137,7 @@ class MockTransport : public BlimpTransport {
MOCK_METHOD0(TakeConnectionPtr, BlimpConnection*());
scoped_ptr<BlimpConnection> TakeConnection() override;
- const std::string GetName() const override;
+ const char* GetName() const override;
};
class MockConnectionHandler : public ConnectionHandler {

Powered by Google App Engine
This is Rietveld 408576698