Roll chromium_revision aa8e58a..664fe1e (361601:361806)

webrtc/modules/audio_device/android/ensure_initialized.cc needed to
be updated due to https://codereview.chromium.org/1407233017

Change log: aa8e58a..664fe1e
Full diff: aa8e58a..664fe1e

No dependencies changed.
No update to Clang.

NOTRY=True
CQ_EXTRA_TRYBOTS=tryserver.webrtc:win_baremetal,mac_baremetal,linux_baremetal
R=henrika@webrtc.org

Review URL: https://codereview.webrtc.org/1482443003 .

Cr-Commit-Position: refs/heads/master@{#10798}
This commit is contained in:
Henrik Kjellander
2015-11-26 11:12:24 +01:00
parent 26ab91b73f
commit c03bdf9ae9
2 changed files with 2 additions and 1 deletions

2
DEPS
View File

@ -6,7 +6,7 @@
vars = {
'extra_gyp_flag': '-Dextra_gyp_flag=0',
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': 'aa8e58a3274d31c25d15f909a2a9190149856b9b',
'chromium_revision': '664fe1ed1c1f42cec4b13c99e17b2ddf314f4e7c',
}
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than

View File

@ -14,6 +14,7 @@
// Note: this dependency is dangerous since it reaches into Chromium's base.
// There's a risk of e.g. macro clashes. This file may only be used in tests.
#include "base/android/context_utils.h"
#include "base/android/jni_android.h"
#include "webrtc/base/checks.h"
#include "webrtc/modules/audio_device/android/audio_record_jni.h"