diff options
-rw-r--r-- | base/base_paths_mac.mm | 2 | ||||
-rw-r--r-- | net/proxy/proxy_resolver_mac.cc | 5 | ||||
-rw-r--r-- | net/proxy/proxy_server_mac.cc | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/base/base_paths_mac.mm b/base/base_paths_mac.mm index 90a274c..a9cd471b 100644 --- a/base/base_paths_mac.mm +++ b/base/base_paths_mac.mm @@ -12,7 +12,7 @@ #include "base/file_path.h" #include "base/file_util.h" #include "base/logging.h" -#include "base/mac/mac_util.h" +#include "base/mac/foundation_util.h" #include "base/path_service.h" #include "base/string_util.h" diff --git a/net/proxy/proxy_resolver_mac.cc b/net/proxy/proxy_resolver_mac.cc index 31d9b61..5566e3f 100644 --- a/net/proxy/proxy_resolver_mac.cc +++ b/net/proxy/proxy_resolver_mac.cc @@ -1,13 +1,14 @@ -// Copyright (c) 2008 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 "net/proxy/proxy_resolver_mac.h" #include <CoreFoundation/CoreFoundation.h> +#include <CoreServices/CoreServices.h> #include "base/logging.h" -#include "base/mac/mac_util.h" +#include "base/mac/foundation_util.h" #include "base/mac/scoped_cftyperef.h" #include "base/string_util.h" #include "base/sys_string_conversions.h" diff --git a/net/proxy/proxy_server_mac.cc b/net/proxy/proxy_server_mac.cc index 566d25e..4df37a4 100644 --- a/net/proxy/proxy_server_mac.cc +++ b/net/proxy/proxy_server_mac.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009 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. @@ -9,7 +9,7 @@ #include <string> #include "base/logging.h" -#include "base/mac/mac_util.h" +#include "base/mac/foundation_util.h" #include "base/sys_string_conversions.h" namespace net { |