diff options
Diffstat (limited to 'chrome/browser/service/service_process_control_mac.mm')
-rw-r--r-- | chrome/browser/service/service_process_control_mac.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/service/service_process_control_mac.mm b/chrome/browser/service/service_process_control_mac.mm index 2d15bac..d11acaa 100644 --- a/chrome/browser/service/service_process_control_mac.mm +++ b/chrome/browser/service/service_process_control_mac.mm @@ -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. @@ -7,7 +7,7 @@ #include "base/command_line.h" #include "base/mac/scoped_cftyperef.h" #include "chrome/common/service_process_util_posix.h" -#include "content/browser/browser_thread.h" +#include "content/public/browser/browser_thread.h" #include "third_party/GTM/Foundation/GTMServiceManagement.h" void ServiceProcessControl::Launcher::DoRun() { |