From 7f070d42d5a0de771cdff09fb6c6a43a7d916fb9 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Wed, 9 Mar 2011 20:25:32 +0000 Subject: Update a bunch of files to the new location of notification files. Fourth part of the remaining files. The last one will be deleting the stub files. BUG=None TEST=None Review URL: http://codereview.chromium.org/6657003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77511 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/user_style_sheet_watcher.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome/browser/user_style_sheet_watcher.h') diff --git a/chrome/browser/user_style_sheet_watcher.h b/chrome/browser/user_style_sheet_watcher.h index 8fc594d..1e5ce1a 100644 --- a/chrome/browser/user_style_sheet_watcher.h +++ b/chrome/browser/user_style_sheet_watcher.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. @@ -10,9 +10,9 @@ #include "base/ref_counted.h" #include "base/scoped_ptr.h" #include "chrome/browser/file_path_watcher/file_path_watcher.h" -#include "chrome/common/notification_observer.h" -#include "chrome/common/notification_registrar.h" #include "content/browser/browser_thread.h" +#include "content/common/notification_observer.h" +#include "content/common/notification_registrar.h" #include "googleurl/src/gurl.h" class UserStyleSheetLoader; -- cgit v1.1