Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Unified Diff: content/public/browser/javascript_dialogs.h

Issue 10451047: content: Move javascript_message_type.h into content/ from ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm CONTEXT_EXPORT Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/javascript_message_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/javascript_dialogs.h
diff --git a/content/public/browser/javascript_dialogs.h b/content/public/browser/javascript_dialogs.h
index 0e4379f7c3a79b501e0f74da35e2465b8f50240b..fdfbb066a88443c1addf08418f54ff5fc611040d 100644
--- a/content/public/browser/javascript_dialogs.h
+++ b/content/public/browser/javascript_dialogs.h
@@ -11,8 +11,8 @@
#include "base/callback.h"
#include "base/string16.h"
#include "content/common/content_export.h"
+#include "content/public/common/javascript_message_type.h"
#include "googleurl/src/gurl.h"
-#include "ui/base/javascript_message_type.h"
#include "ui/gfx/native_widget_types.h"
namespace content {
@@ -33,7 +33,7 @@ class JavaScriptDialogCreator {
WebContents* web_contents,
const GURL& origin_url,
const std::string& accept_lang,
- ui::JavascriptMessageType javascript_message_type,
+ JavaScriptMessageType javascript_message_type,
const string16& message_text,
const string16& default_prompt_text,
const DialogClosedCallback& callback,
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/javascript_message_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698