Index: net/tools/flip_server/spdy_ssl.cc |
diff --git a/net/tools/flip_server/spdy_ssl.cc b/net/tools/flip_server/spdy_ssl.cc |
index 2a5cb0e4953c412eefd8aa1a2721b4f8c38d28ab..3b1350315a3b813ec1a2d6e9006e2ce5be151735 100644 |
--- a/net/tools/flip_server/spdy_ssl.cc |
+++ b/net/tools/flip_server/spdy_ssl.cc |
@@ -12,10 +12,10 @@ namespace net { |
// Each element consists of <the length of the string><string> . |
#define NEXT_PROTO_STRING \ |
- "\x08spdy/4a2" \ |
- "\x06spdy/3" \ |
- "\x06spdy/2" \ |
- "\x08http/1.1" \ |
+ "\x08spdy/4a2" \ |
+ "\x06spdy/3" \ |
+ "\x06spdy/2" \ |
+ "\x08http/1.1" \ |
"\x08http/1.0" |
#define SSL_CIPHER_LIST "!aNULL:!ADH:!eNull:!LOW:!EXP:RC4+RSA:MEDIUM:HIGH" |