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

Side by Side Diff: content/browser/android/tracing_controller_android.h

Issue 247263009: Rename jni_helper.h to jni_weak_ref.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_BROWSER_ANDROID_TRACING_CONTROLLER_ANDROID_H_ 5 #ifndef CONTENT_BROWSER_ANDROID_TRACING_CONTROLLER_ANDROID_H_
6 #define CONTENT_BROWSER_ANDROID_TRACING_CONTROLLER_ANDROID_H_ 6 #define CONTENT_BROWSER_ANDROID_TRACING_CONTROLLER_ANDROID_H_
7 7
8 #include "base/android/jni_helper.h" 8 #include "base/android/jni_weak_ref.h"
9 #include "base/files/file_path.h" 9 #include "base/files/file_path.h"
10 #include "base/memory/weak_ptr.h" 10 #include "base/memory/weak_ptr.h"
11 11
12 namespace content { 12 namespace content {
13 13
14 // This class implements the native methods of TracingControllerAndroid.java 14 // This class implements the native methods of TracingControllerAndroid.java
15 class TracingControllerAndroid { 15 class TracingControllerAndroid {
16 public: 16 public:
17 TracingControllerAndroid(JNIEnv* env, jobject obj); 17 TracingControllerAndroid(JNIEnv* env, jobject obj);
18 void Destroy(JNIEnv* env, jobject obj); 18 void Destroy(JNIEnv* env, jobject obj);
(...skipping 14 matching lines...) Expand all
33 33
34 DISALLOW_COPY_AND_ASSIGN(TracingControllerAndroid); 34 DISALLOW_COPY_AND_ASSIGN(TracingControllerAndroid);
35 }; 35 };
36 36
37 // Register this class's native methods through jni. 37 // Register this class's native methods through jni.
38 bool RegisterTracingControllerAndroid(JNIEnv* env); 38 bool RegisterTracingControllerAndroid(JNIEnv* env);
39 39
40 } // namespace content 40 } // namespace content
41 41
42 #endif // CONTENT_BROWSER_ANDROID_TRACING_CONTROLLER_ANDROID_H_ 42 #endif // CONTENT_BROWSER_ANDROID_TRACING_CONTROLLER_ANDROID_H_
OLDNEW
« no previous file with comments | « content/browser/android/interstitial_page_delegate_android.h ('k') | content/browser/android/web_contents_observer_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698