| Index: content/browser/android/content_settings.cc
|
| diff --git a/content/browser/android/content_settings.cc b/content/browser/android/content_settings.cc
|
| index a89a10df5dbab08c706fa2c1300e9fb7e8b68b91..63f32b8f64176aff94e2ea70dee13960eb6db734 100644
|
| --- a/content/browser/android/content_settings.cc
|
| +++ b/content/browser/android/content_settings.cc
|
| @@ -11,9 +11,10 @@
|
| #include "content/browser/renderer_host/render_view_host_impl.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "jni/ContentSettings_jni.h"
|
| -#include "webkit/glue/user_agent.h"
|
| #include "webkit/glue/webkit_glue.h"
|
| #include "webkit/glue/webpreferences.h"
|
| +#include "webkit/user_agent/user_agent.h"
|
| +#include "webkit/user_agent/user_agent_util.h"
|
|
|
| using base::android::CheckException;
|
| using base::android::ConvertJavaStringToUTF16;
|
|
|