Index: chrome/browser/modal_html_dialog_delegate.cc |
=================================================================== |
--- chrome/browser/modal_html_dialog_delegate.cc (revision 69306) |
+++ chrome/browser/modal_html_dialog_delegate.cc (working copy) |
@@ -1,13 +1,15 @@ |
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2010 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. |
#include "chrome/browser/modal_html_dialog_delegate.h" |
+#include <string> |
+ |
#include "chrome/browser/browser_list.h" |
#include "chrome/browser/renderer_host/render_view_host.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
-#include "chrome/common/notification_service.h" |
+#include "chrome/common/notification_source.h" |
#include "gfx/size.h" |
ModalHtmlDialogDelegate::ModalHtmlDialogDelegate( |