diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-02 19:55:51 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-02 19:55:51 +0000 |
commit | a983528cccc69a82e91c833a3db848e95cfab57b (patch) | |
tree | cd1a059cbe0139b7d51e02ed26c8fcbd7e756649 /net | |
parent | e9860cd2c745ef8975d5252d3dba86b99a07588a (diff) | |
download | chromium_src-a983528cccc69a82e91c833a3db848e95cfab57b.zip chromium_src-a983528cccc69a82e91c833a3db848e95cfab57b.tar.gz chromium_src-a983528cccc69a82e91c833a3db848e95cfab57b.tar.bz2 |
Don't include SCDynamicStoreKey.h and SCSchemaDefinitions.h.
Everything this file uses is declared in SCDynamicStore.h, which is
already included by net/base/network_config_watcher_mac.h.
R=thomasvl@chromium.org
BUG=none
TEST=no compilation errors on Mac.
Review URL: http://codereview.chromium.org/7033047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87663 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/base/network_config_watcher_mac.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/base/network_config_watcher_mac.cc b/net/base/network_config_watcher_mac.cc index bd3528a..ae4387c 100644 --- a/net/base/network_config_watcher_mac.cc +++ b/net/base/network_config_watcher_mac.cc @@ -1,11 +1,9 @@ -// 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 "net/base/network_config_watcher_mac.h" -#include <SystemConfiguration/SCDynamicStoreKey.h> -#include <SystemConfiguration/SCSchemaDefinitions.h> #include <algorithm> #include "base/compiler_specific.h" |