Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: jni/JniJsValue.h

Issue 6606493159784448: New JNI bindings (Closed)
Patch Set: Style review fixes Created March 28, 2014, 11 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 */

Powered by Google App Engine
This is Rietveld