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

Unified Diff: webrtc/modules/utility/include/jvm_android.h

Issue 1417683006: modules: more interface -> include renames (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix last incorrectly wrapped pragma message Created 5 years, 1 month 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
Index: webrtc/modules/utility/include/jvm_android.h
diff --git a/webrtc/modules/utility/interface/jvm_android.h b/webrtc/modules/utility/include/jvm_android.h
similarity index 96%
copy from webrtc/modules/utility/interface/jvm_android.h
copy to webrtc/modules/utility/include/jvm_android.h
index 0744fdbf12bc47c91ca972cf3bfb58999bc88dbb..f527dff6322cc6ae19a7d18f8ffe14d8901916bd 100644
--- a/webrtc/modules/utility/interface/jvm_android.h
+++ b/webrtc/modules/utility/include/jvm_android.h
@@ -8,15 +8,15 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_MODULES_UTILITY_SOURCE_JVM_H_
-#define WEBRTC_MODULES_UTILITY_SOURCE_JVM_H_
+#ifndef WEBRTC_MODULES_UTILITY_INCLUDE_JVM_ANDROID_H_
+#define WEBRTC_MODULES_UTILITY_INCLUDE_JVM_ANDROID_H_
#include <jni.h>
#include <string>
#include "webrtc/base/scoped_ptr.h"
#include "webrtc/base/thread_checker.h"
-#include "webrtc/modules/utility/interface/helpers_android.h"
+#include "webrtc/modules/utility/include/helpers_android.h"
namespace webrtc {
@@ -182,4 +182,4 @@ class JVM {
} // namespace webrtc
-#endif // WEBRTC_MODULES_UTILITY_SOURCE_JVM_H_
+#endif // WEBRTC_MODULES_UTILITY_INCLUDE_JVM_ANDROID_H_
« no previous file with comments | « webrtc/modules/utility/include/helpers_ios.h ('k') | webrtc/modules/utility/include/mock/mock_process_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698