Index: content/browser/browser_child_process_host.cc |
diff --git a/content/browser/browser_child_process_host.cc b/content/browser/browser_child_process_host.cc |
index 23ed85d4b6b785d026bb6067bee9ba1a4588a34b..51429431b926ba6b267eae44884467aec3e40014 100644 |
--- a/content/browser/browser_child_process_host.cc |
+++ b/content/browser/browser_child_process_host.cc |
@@ -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. |
@@ -18,12 +18,12 @@ |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_paths_internal.h" |
#include "chrome/common/chrome_switches.h" |
-#include "chrome/common/notification_service.h" |
#include "chrome/common/plugin_messages.h" |
#include "chrome/common/process_watcher.h" |
#include "chrome/common/result_codes.h" |
#include "chrome/installer/util/google_update_settings.h" |
#include "content/browser/browser_thread.h" |
+#include "content/common/notification_service.h" |
#if defined(OS_LINUX) |
#include "base/linux_util.h" |