| Index: chrome/browser/ui/app_modal_dialogs/app_modal_dialog.cc
|
| diff --git a/chrome/browser/ui/app_modal_dialogs/app_modal_dialog.cc b/chrome/browser/ui/app_modal_dialogs/app_modal_dialog.cc
|
| index 2770615f8909e71a25fd01e18f354e73d9e796a0..e7a57de918adcecb4c776ccdbd29144aae78a315 100644
|
| --- a/chrome/browser/ui/app_modal_dialogs/app_modal_dialog.cc
|
| +++ b/chrome/browser/ui/app_modal_dialogs/app_modal_dialog.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.
|
|
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "chrome/browser/ui/app_modal_dialogs/app_modal_dialog_queue.h"
|
| #include "chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h"
|
| -#include "chrome/common/notification_service.h"
|
| -#include "chrome/common/notification_type.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| +#include "content/common/notification_service.h"
|
| +#include "content/common/notification_type.h"
|
|
|
| AppModalDialog::AppModalDialog(TabContents* tab_contents,
|
| const std::wstring& title)
|
|
|