| Index: content/app/android/content_main.h
|
| diff --git a/content/common/socket_stream.h b/content/app/android/content_main.h
|
| similarity index 54%
|
| copy from content/common/socket_stream.h
|
| copy to content/app/android/content_main.h
|
| index ee8b3a4b4d4c4596d36935937b84b14606d4e8ff..cc48cd7167980a488bc25e54d1fd2fa350e0a1be 100644
|
| --- a/content/common/socket_stream.h
|
| +++ b/content/app/android/content_main.h
|
| @@ -2,14 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_COMMON_SOCKET_STREAM_H_
|
| -#define CONTENT_COMMON_SOCKET_STREAM_H_
|
| +#ifndef CONTENT_APP_ANDROID_CONTENT_MAIN_H_
|
| +#define CONTENT_APP_ANDROID_CONTENT_MAIN_H_
|
| #pragma once
|
|
|
| +#include <jni.h>
|
| +
|
| namespace content {
|
|
|
| -const int kNoSocketId = 0;
|
| +bool RegisterContentMain(JNIEnv* env);
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_SOCKET_STREAM_H_
|
| +#endif // CONTENT_APP_ANDROID_CONTENT_MAIN_H_
|
|
|