Index: jni/JniJsValue.h |
diff --git a/jni/JniJsValue.h b/jni/JniJsValue.h |
index 4a03578d025b9445cbf431f70260e328da3d1cd4..83db38c285e23b3ea12ebc2649cec00a78ea9038 100644 |
--- a/jni/JniJsValue.h |
+++ b/jni/JniJsValue.h |
@@ -15,17 +15,12 @@ |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
-#ifndef JNIJSVALUE_H_ |
-#define JNIJSVALUE_H_ |
+#ifndef JNIJSVALUE_H |
+#define JNIJSVALUE_H |
#include <jni.h> |
#include <AdblockPlus/JsValue.h> |
-namespace AdblockPlus |
-{ |
-namespace Android |
-{ |
- |
jobject NewJniJsValue(JNIEnv* env, const AdblockPlus::JsValuePtr& jsValue); |
jobject JniJsValueList2ArrayList(JNIEnv* env, AdblockPlus::JsValueList& list); |
@@ -34,7 +29,4 @@ AdblockPlus::JsValue* JniGetJsValue(jlong ptr); |
AdblockPlus::JsValuePtr& JniGetJsValuePtr(jlong ptr); |
-} // namespace Android |
-} // namespace AdblockPlus |
- |
-#endif /* JNIJSVALUE_H_ */ |
+#endif /* JNIJSVALUE_H */ |