commit | 6a718abd7d6f78f4c587cac091b62ca323922e79 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Apr 23 20:01:20 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Apr 23 20:01:20 2014 |
tree | 7a6ee32b8d93058aace1b9c3a977e49bceed02e2 | |
parent | df6a188b33dcf8d850b8b5f7eeb46f940f8cb4ce [diff] [blame] |
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
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"