From f20d733f2788dc6b1c28e02b15790bae2332eafd Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Tue, 8 Mar 2011 21:11:53 +0000 Subject: Update a bunch of files to the new location of notification files. First part of the remaining files. BUG=None TEST=None Review URL: http://codereview.chromium.org/6649001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77330 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/background_contents_service.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome/browser/background_contents_service.h') diff --git a/chrome/browser/background_contents_service.h b/chrome/browser/background_contents_service.h index 3a167c6..fc5d00a 100644 --- a/chrome/browser/background_contents_service.h +++ b/chrome/browser/background_contents_service.h @@ -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. @@ -11,9 +11,9 @@ #include "base/gtest_prod_util.h" #include "chrome/browser/tab_contents/background_contents.h" -#include "chrome/common/notification_observer.h" -#include "chrome/common/notification_registrar.h" #include "chrome/common/window_container_type.h" +#include "content/common/notification_observer.h" +#include "content/common/notification_registrar.h" #include "googleurl/src/gurl.h" #include "webkit/glue/window_open_disposition.h" -- cgit v1.1