| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index a6c94b737c602bfa31294d32d756685598243e70..e34eb79ac676aa7167e45630fbb3631819fd0ca2 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -129,8 +129,8 @@
|
| #endif
|
|
|
| #if defined(OS_ANDROID) && defined(ARCH_CPU_ARMEL)
|
| -#include <openssl/cpu.h>
|
| #include "crypto/openssl_util.h"
|
| +#include "third_party/boringssl/src/include/openssl/cpu.h"
|
| #endif
|
|
|
| using content::BrowserThread;
|
|
|