diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-18 21:59:57 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-18 21:59:57 +0000 |
commit | b0b67cfeb903dc6a59e30bd6907808142c05fdcc (patch) | |
tree | 0b0c071b09c39da2485ce45cb11a858c512bd5a6 /chrome/browser/notifications | |
parent | a3c5d9671f42849a59581517cca8b1dbad43d461 (diff) | |
download | chromium_src-b0b67cfeb903dc6a59e30bd6907808142c05fdcc.zip chromium_src-b0b67cfeb903dc6a59e30bd6907808142c05fdcc.tar.gz chromium_src-b0b67cfeb903dc6a59e30bd6907808142c05fdcc.tar.bz2 |
Move RenderViewHostDelegate to content/public and content namespace.
TBR=jam@chromium.org
BUG=98716
Review URL: http://codereview.chromium.org/9252010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118162 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/notifications')
-rw-r--r-- | chrome/browser/notifications/balloon_host.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h index 81f8cf0..77f21d9 100644 --- a/chrome/browser/notifications/balloon_host.h +++ b/chrome/browser/notifications/balloon_host.h @@ -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. @@ -12,8 +12,8 @@ #include "base/compiler_specific.h" #include "base/memory/scoped_ptr.h" #include "chrome/browser/extensions/extension_function_dispatcher.h" -#include "content/browser/renderer_host/render_view_host_delegate.h" #include "content/public/browser/notification_registrar.h" +#include "content/public/browser/render_view_host_delegate.h" #include "content/public/browser/web_contents_delegate.h" #include "content/public/browser/web_contents_observer.h" |