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

Unified Diff: chrome/browser/ui/views/confirm_bubble_views_unittest.cc

Issue 489763002: MacViews: Gets a webview working in views_examples_with_content_exe Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to master Created 6 years, 4 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
Index: chrome/browser/ui/views/confirm_bubble_views_unittest.cc
diff --git a/chrome/browser/ui/views/confirm_bubble_views_unittest.cc b/chrome/browser/ui/views/confirm_bubble_views_unittest.cc
index c5ed354db8f2b5e858c2321477e30f0b031cd91f..a4eb1c09a8d44a8a6a45f21a8eece130ad4f08b2 100644
--- a/chrome/browser/ui/views/confirm_bubble_views_unittest.cc
+++ b/chrome/browser/ui/views/confirm_bubble_views_unittest.cc
@@ -28,7 +28,7 @@ TEST_F(ConfirmBubbleViewsTest, CreateAndClose) {
TestConfirmBubbleModel* model =
new TestConfirmBubbleModel(&model_deleted, NULL, NULL, NULL);
ConfirmBubbleViews* bubble = new ConfirmBubbleViews(model);
- gfx::NativeView parent = parent_widget->GetNativeView();
+ gfx::NativeWindow parent = parent_widget->GetNativeWindow();
CreateBrowserModalDialogViews(bubble, parent)->Show();
// Clean up.

Powered by Google App Engine
This is Rietveld 408576698