Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4229)

Unified Diff: blimp/client/android/blimp_library_loader.h

Issue 1570943002: [Blimp client] Move client code into blimp::client namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « blimp/client/android/blimp_jni_registrar.cc ('k') | blimp/client/android/blimp_library_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/android/blimp_library_loader.h
diff --git a/blimp/client/android/blimp_library_loader.h b/blimp/client/android/blimp_library_loader.h
index f9c1c85bb120f388824a97f3486a1ff4e2a6f815..fc2c2b61c55777dff42f5fe34e75436e7194c2af 100644
--- a/blimp/client/android/blimp_library_loader.h
+++ b/blimp/client/android/blimp_library_loader.h
@@ -8,9 +8,11 @@
#include <jni.h>
namespace blimp {
+namespace client {
bool RegisterBlimpLibraryLoaderJni(JNIEnv* env);
+} // namespace client
} // namespace blimp
#endif // BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_
« no previous file with comments | « blimp/client/android/blimp_jni_registrar.cc ('k') | blimp/client/android/blimp_library_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698