summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/WebCoreSupport
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/WebCoreSupport
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/WebCoreSupport')
-rw-r--r--Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp2
-rw-r--r--Source/WebKit/android/WebCoreSupport/WebRequest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp b/Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp
index d26d523..64799a8 100644
--- a/Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp
+++ b/Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.cpp
@@ -79,7 +79,7 @@
#include "autofill/WebAutofill.h"
#include "android_graphics.h"
-#include <utils/AssetManager.h>
+#include <androidfw/AssetManager.h>
#include <wtf/text/CString.h>
#define verifiedOk() // Verified that we don't need to implement this.
diff --git a/Source/WebKit/android/WebCoreSupport/WebRequest.cpp b/Source/WebKit/android/WebCoreSupport/WebRequest.cpp
index c239b80..fea7afa 100644
--- a/Source/WebKit/android/WebCoreSupport/WebRequest.cpp
+++ b/Source/WebKit/android/WebCoreSupport/WebRequest.cpp
@@ -39,7 +39,7 @@
#include <cutils/log.h>
#include <openssl/x509.h>
#include <string>
-#include <utils/AssetManager.h>
+#include <androidfw/AssetManager.h>
extern android::AssetManager* globalAssetManager();