diff options
author | eroman <eroman@chromium.org> | 2015-04-02 10:23:31 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-02 17:24:10 +0000 |
commit | 58e913aa2a031aab0d082d3380c49e1b5881eba4 (patch) | |
tree | 10073cf6d01bba9ca2020e24c7da9c1b00c564d7 /net/base | |
parent | 641f1a744de0734fc5299abbf72b726967f24d55 (diff) | |
download | chromium_src-58e913aa2a031aab0d082d3380c49e1b5881eba4.zip chromium_src-58e913aa2a031aab0d082d3380c49e1b5881eba4.tar.gz chromium_src-58e913aa2a031aab0d082d3380c49e1b5881eba4.tar.bz2 |
Update remaining code to include NetLog files from net/log directory rather than net/base.
(Some files in net/base got moved to net/log)
BUG=434856
TBR=armansito@chromium.org,jam@chromium.org
Review URL: https://codereview.chromium.org/1050923005
Cr-Commit-Position: refs/heads/master@{#323525}
Diffstat (limited to 'net/base')
-rw-r--r-- | net/base/capturing_net_log.h | 12 | ||||
-rw-r--r-- | net/base/net_log.h | 12 | ||||
-rw-r--r-- | net/base/net_log_logger.h | 12 | ||||
-rw-r--r-- | net/base/net_log_util.h | 12 |
4 files changed, 0 insertions, 48 deletions
diff --git a/net/base/capturing_net_log.h b/net/base/capturing_net_log.h deleted file mode 100644 index 2cfa5f1..0000000 --- a/net/base/capturing_net_log.h +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) 2012 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. - -#ifndef NET_BASE_CAPTURING_NET_LOG_H_ -#define NET_BASE_CAPTURING_NET_LOG_H_ - -// TODO(eroman): Update all the consumers to include the version in "log/" -// directly (http://crbug.com/434856) -#include "net/log/capturing_net_log.h" - -#endif // NET_BASE_CAPTURING_NET_LOG_H_ diff --git a/net/base/net_log.h b/net/base/net_log.h deleted file mode 100644 index cfcb3eb..0000000 --- a/net/base/net_log.h +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) 2012 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. - -#ifndef NET_BASE_NET_LOG_H_ -#define NET_BASE_NET_LOG_H_ - -// TODO(eroman): Update all the consumers to include the version in "log/" -// directly (http://crbug.com/434856) -#include "net/log/net_log.h" - -#endif // NET_BASE_NET_LOG_H_ diff --git a/net/base/net_log_logger.h b/net/base/net_log_logger.h deleted file mode 100644 index 5022a65..0000000 --- a/net/base/net_log_logger.h +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright 2013 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. - -#ifndef NET_BASE_NET_LOG_LOGGER_H_ -#define NET_BASE_NET_LOG_LOGGER_H_ - -// TODO(eroman): Update all the consumers to include the version in "log/" -// directly (http://crbug.com/434856) -#include "net/log/net_log_logger.h" - -#endif // NET_BASE_NET_LOG_LOGGER_H_ diff --git a/net/base/net_log_util.h b/net/base/net_log_util.h deleted file mode 100644 index ede2d76..0000000 --- a/net/base/net_log_util.h +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright 2014 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. - -#ifndef NET_BASE_NET_LOG_UTIL_H_ -#define NET_BASE_NET_LOG_UTIL_H_ - -// TODO(eroman): Update all the consumers to include the version in "log/" -// directly (http://crbug.com/434856) -#include "net/log/net_log_util.h" - -#endif // NET_BASE_NET_LOG_UTIL_H_ |