diff options
Diffstat (limited to 'chrome/browser/browser_process_sub_thread.cc')
-rw-r--r-- | chrome/browser/browser_process_sub_thread.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/browser_process_sub_thread.cc b/chrome/browser/browser_process_sub_thread.cc index 39729d0..54f4391 100644 --- a/chrome/browser/browser_process_sub_thread.cc +++ b/chrome/browser/browser_process_sub_thread.cc @@ -1,10 +1,10 @@ -// 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. -#include "chrome/browser/browser_process_sub_thread.h" #include "build/build_config.h" -#include "chrome/common/notification_service.h" +#include "chrome/browser/browser_process_sub_thread.h" +#include "content/common/notification_service.h" #if defined(OS_WIN) #include <Objbase.h> |