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

Unified Diff: net/tools/flip_server/sm_connection.h

Issue 93793004: Format and Refactor Flip Server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years 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 | « net/tools/flip_server/run_all_tests.cc ('k') | net/tools/flip_server/sm_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/flip_server/sm_connection.h
diff --git a/net/tools/flip_server/sm_connection.h b/net/tools/flip_server/sm_connection.h
index 20961cdd31e2c3e26009b4ff1318f88e7e1edcef..93ad42e7e5a278ab83b9d06c76c4ae6c8dae24d8 100644
--- a/net/tools/flip_server/sm_connection.h
+++ b/net/tools/flip_server/sm_connection.h
@@ -46,9 +46,9 @@ class SMConnection : public SMConnectionInterface,
virtual ~SMConnection();
static SMConnection* NewSMConnection(EpollServer* epoll_server,
- SSLState *ssl_state,
+ SSLState* ssl_state,
MemoryCache* memory_cache,
- FlipAcceptor *acceptor,
+ FlipAcceptor* acceptor,
std::string log_prefix);
// TODO(mbelshe): Make these private.
@@ -125,6 +125,7 @@ class SMConnection : public SMConnectionInterface,
MemoryCache* memory_cache,
FlipAcceptor* acceptor,
std::string log_prefix);
+
private:
int fd_;
int events_;
@@ -136,10 +137,10 @@ class SMConnection : public SMConnectionInterface,
SMConnectionPoolInterface* connection_pool_;
- EpollServer *epoll_server_;
- SSLState *ssl_state_;
+ EpollServer* epoll_server_;
+ SSLState* ssl_state_;
MemoryCache* memory_cache_;
- FlipAcceptor *acceptor_;
+ FlipAcceptor* acceptor_;
std::string client_ip_;
RingBuffer read_buffer_;
« no previous file with comments | « net/tools/flip_server/run_all_tests.cc ('k') | net/tools/flip_server/sm_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698