Index: chrome/browser/chromeos/login/message_bubble.cc |
diff --git a/chrome/browser/chromeos/login/message_bubble.cc b/chrome/browser/chromeos/login/message_bubble.cc |
index a7f76e37b8e760f8d84b670e9c853efe37e1bb23..d61471c98c59292d79fb1caa81b678ea84d036c9 100644 |
--- a/chrome/browser/chromeos/login/message_bubble.cc |
+++ b/chrome/browser/chromeos/login/message_bubble.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -145,9 +145,9 @@ void MessageBubble::IsActiveChanged() { |
} |
} |
-void MessageBubble::SetNativeCapture() { |
+void MessageBubble::SetMouseCapture() { |
if (grab_enabled_) |
- WidgetGtk::SetNativeCapture(); |
+ WidgetGtk::SetMouseCapture(); |
} |
void MessageBubble::Close() { |