| Index: net/android/http_auth_negotiate_android.h
|
| diff --git a/net/android/http_auth_negotiate_android.h b/net/android/http_auth_negotiate_android.h
|
| index af8163c9fb28d457b59d1d6f39f655f953364173..98ad8e578cc32d141ede914613c6e4b68dd3d5c3 100644
|
| --- a/net/android/http_auth_negotiate_android.h
|
| +++ b/net/android/http_auth_negotiate_android.h
|
| @@ -6,13 +6,14 @@
|
| #define NET_ANDROID_HTTP_AUTH_NEGOTIATE_ANDROID_H_
|
|
|
| #include <jni.h>
|
| +
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/android/jni_android.h"
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "net/base/completion_callback.h"
|
| #include "net/http/http_auth.h"
|
|
|
|
|