Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "net/quic/crypto/crypto_protocol.h" | 5 #ifndef NET_ANDROID_GURL_UTILS_H_ |
|
willchan no longer on Chromium
2012/12/13 22:44:29
Hehe, I don't think branching is really what you w
Kristian Monsen
2012/12/13 23:32:32
I was wondering about this as well, I think it is
| |
| 6 #define NET_ANDROID_GURL_UTILS_H_ | |
| 7 | |
| 8 #include <jni.h> | |
|
willchan no longer on Chromium
2012/12/13 22:44:29
Can we just forward declare JNIEnv?
Kristian Monsen
2012/12/13 23:32:32
It doesn't actually need to be (read can't I think
willchan no longer on Chromium
2012/12/13 23:41:09
Magic included? I don't know what that means. Do y
| |
| 6 | 9 |
| 7 namespace net { | 10 namespace net { |
| 8 | 11 |
| 9 CryptoHandshakeMessage::CryptoHandshakeMessage() {} | 12 bool RegisterGURLUtils(JNIEnv* env); |
| 10 CryptoHandshakeMessage::~CryptoHandshakeMessage() {} | |
| 11 | 13 |
| 12 } // namespace net | 14 } // net namespace |
| 15 | |
| 16 #endif // NET_ANDROID_GURL_UTILS_H_ | |
| OLD | NEW |