Index: chrome/browser/renderer_host/pepper/pepper_talk_host.cc |
diff --git a/chrome/browser/renderer_host/pepper/pepper_talk_host.cc b/chrome/browser/renderer_host/pepper/pepper_talk_host.cc |
index ac24052f388091fdcc2aa6ba6becf7d70ad2194e..94aee0703ff0ac8515fdd008fc14efb64fe8d108 100644 |
--- a/chrome/browser/renderer_host/pepper/pepper_talk_host.cc |
+++ b/chrome/browser/renderer_host/pepper/pepper_talk_host.cc |
@@ -68,9 +68,9 @@ ppapi::host::ReplyMessageContext GetPermissionOnUIThread( |
// TODO(brettw). We should not be grabbing the active toplevel window, we |
// should use the toplevel window associated with the render view. |
- aura::Window* parent = ash::Shell::GetContainer( |
- ash::Shell::GetTargetRootWindow(), |
- ash::internal::kShellWindowId_SystemModalContainer); |
+ aura::Window* parent = |
+ ash::Shell::GetContainer(ash::Shell::GetTargetRootWindow(), |
+ ash::kShellWindowId_SystemModalContainer); |
reply.params.set_result(static_cast<int32_t>( |
chrome::ShowMessageBox(parent, title, message, |
chrome::MESSAGE_BOX_TYPE_QUESTION) == |