Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index f5272a0a5ed8ae4108afa619d6c280b24be5efe8..101b090aa71a814baec1a96600a3fde1fd87c080 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -18,12 +18,12 @@ |
#include "content/browser/site_instance_impl.h" |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/render_view_host.h" |
+#include "content/public/common/javascript_message_type.h" |
#include "content/public/common/window_container_type.h" |
#include "net/base/load_states.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h" |
-#include "ui/base/javascript_message_type.h" |
#include "webkit/glue/webaccessibility.h" |
#include "webkit/glue/window_open_disposition.h" |
@@ -506,7 +506,7 @@ class CONTENT_EXPORT RenderViewHostImpl |
void OnMsgRunJavaScriptMessage(const string16& message, |
const string16& default_prompt, |
const GURL& frame_url, |
- ui::JavascriptMessageType type, |
+ content::JavaScriptMessageType type, |
IPC::Message* reply_msg); |
void OnMsgRunBeforeUnloadConfirm(const GURL& frame_url, |
const string16& message, |