| Index: chrome/browser/chromeos/notifications/balloon_view.cc
|
| diff --git a/chrome/browser/chromeos/notifications/balloon_view.cc b/chrome/browser/chromeos/notifications/balloon_view.cc
|
| index 63ac25f9238451ebb11bace2b99e6bdd0d555e54..7abc8e3e64710d43e84358b4f0bd64e10ad44ec8 100644
|
| --- a/chrome/browser/chromeos/notifications/balloon_view.cc
|
| +++ b/chrome/browser/chromeos/notifications/balloon_view.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -20,9 +20,9 @@
|
| #include "chrome/browser/ui/views/notifications/balloon_view_host.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| -#include "content/browser/renderer_host/render_widget_host_view.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_source.h"
|
| +#include "content/public/browser/render_widget_host_view.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| @@ -41,6 +41,8 @@
|
| #include "ui/views/controls/menu/view_menu_delegate.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
| +using content::RenderWidgetHostView;
|
| +
|
| namespace {
|
| // Menu commands
|
| const int kNoopCommand = 0;
|
|
|