summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebCoreFrameBridge.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-17 18:21:13 -0800
committerMathias Agopian <mathias@google.com>2012-02-17 18:21:13 -0800
commita54eb7fa1e850d7096f97065f35ed00bcb5384d3 (patch)
tree0a2cfeb5655d7736076de77cf931004a6b03c878 /Source/WebKit/android/jni/WebCoreFrameBridge.cpp
parent77e73dcd79e53291251ce5e67ba55ce911bb07f6 (diff)
downloadexternal_webkit-a54eb7fa1e850d7096f97065f35ed00bcb5384d3.zip
external_webkit-a54eb7fa1e850d7096f97065f35ed00bcb5384d3.tar.gz
external_webkit-a54eb7fa1e850d7096f97065f35ed00bcb5384d3.tar.bz2
frameworks/base refactoring.
step 2: move libutils headers to their new home in androidfw. Change-Id: I5e97cfccf6828bc37207b92fbfe301b1ca31df4c
Diffstat (limited to 'Source/WebKit/android/jni/WebCoreFrameBridge.cpp')
-rw-r--r--Source/WebKit/android/jni/WebCoreFrameBridge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/jni/WebCoreFrameBridge.cpp b/Source/WebKit/android/jni/WebCoreFrameBridge.cpp
index c7db722..50c1fb2 100644
--- a/Source/WebKit/android/jni/WebCoreFrameBridge.cpp
+++ b/Source/WebKit/android/jni/WebCoreFrameBridge.cpp
@@ -101,7 +101,7 @@
#include <android_runtime/android_util_AssetManager.h>
#include <openssl/x509.h>
#include <utils/misc.h>
-#include <utils/AssetManager.h>
+#include <androidfw/AssetManager.h>
#include <wtf/CurrentTime.h>
#include <wtf/Platform.h>
#include <wtf/text/AtomicString.h>