diff options
author | newt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-23 20:01:20 +0000 |
---|---|---|
committer | newt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-23 20:01:20 +0000 |
commit | 6a718abd7d6f78f4c587cac091b62ca323922e79 (patch) | |
tree | 7a6ee32b8d93058aace1b9c3a977e49bceed02e2 /components/navigation_interception | |
parent | df6a188b33dcf8d850b8b5f7eeb46f940f8cb4ce (diff) | |
download | chromium_src-6a718abd7d6f78f4c587cac091b62ca323922e79.zip chromium_src-6a718abd7d6f78f4c587cac091b62ca323922e79.tar.gz chromium_src-6a718abd7d6f78f4c587cac091b62ca323922e79.tar.bz2 |
Rename jni_helper.h to jni_weak_ref.h.
BUG=365021
TBR=darin
Review URL: https://codereview.chromium.org/247263009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/navigation_interception')
-rw-r--r-- | components/navigation_interception/intercept_navigation_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/navigation_interception/intercept_navigation_delegate.h b/components/navigation_interception/intercept_navigation_delegate.h index c70beef..fc3eef9 100644 --- a/components/navigation_interception/intercept_navigation_delegate.h +++ b/components/navigation_interception/intercept_navigation_delegate.h @@ -5,7 +5,7 @@ #ifndef COMPONENTS_NAVIGATION_INTERCEPTION_INTERCEPT_NAVIGATION_DELEGATE_H_ #define COMPONENTS_NAVIGATION_INTERCEPTION_INTERCEPT_NAVIGATION_DELEGATE_H_ -#include "base/android/jni_helper.h" +#include "base/android/jni_weak_ref.h" #include "base/memory/scoped_ptr.h" #include "base/supports_user_data.h" #include "content/public/common/page_transition_types.h" |