Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Issue 1290723003: Stop including network_interfaces.h from net_util.h (Closed)

Created:
5 years, 4 months ago by Olli Raula
Modified:
5 years, 3 months ago
CC:
avayvod+watch_chromium.org, cbentzel+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, darin-cc_chromium.org, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, hclam+watch_chromium.org, hguihot+watch_chromium.org, hubbe+watch_chromium.org, imcheng+watch_chromium.org, jam, jasonroberts+watch_google.com, mcasas+watch_chromium.org, miu+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, mmenke, posciak+watch_chromium.org, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Stop including network_interfaces.h from net_util.h network_interfaces.h is splitted off of net_utils.h ( https://codereview.chromium.org/1154323007 ) but leaved to be included in it. Fixed includes in consumers to call both or just one of them. BUG=488531 Committed: https://crrev.com/80a44bef6973ac271a24285ddb49edf36e7513ca Cr-Commit-Position: refs/heads/master@{#346591}

Patch Set 1 #

Patch Set 2 : Added one missing include #

Total comments: 2

Patch Set 3 : Update name in AUTHORS #

Patch Set 4 : Remove unnessessary includes #

Total comments: 3

Patch Set 5 : TOT and remove AUTHORS change as it is there already #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -16 lines) Patch
M chrome/browser/extensions/api/dial/dial_service.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/dial/dial_service_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/local_discovery/privet_traffic_detector.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media/webrtc_logging_handler_host.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ssl/captive_portal_blocking_page.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cloud_print/gcp20/prototype/printer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/net/network_metrics_provider.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_network_monitor_host.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/common/p2p_messages.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/p2p/ipc_network_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/p2p/ipc_network_manager_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/socket/socket_api.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/system_network/system_network_api.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/cast/net/cast_transport_sender_impl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/cast/net/cast_transport_sender_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/base/net_util.h View 1 chunk +0 lines, -3 lines 0 comments Download
M net/base/network_change_notifier.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/base/network_change_notifier_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/base/network_interfaces_posix.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/dns/mdns_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/network_connection.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (7 generated)
Olli Raula
Could you review: sky: chrome/* vitalybuka cloud_print/* sdefresne: components/* davidben: content/* reillyg: extensions/* miu: media/cast/* ...
5 years, 4 months ago (2015-08-12 15:23:48 UTC) #3
miu
lgtm
5 years, 4 months ago (2015-08-12 16:52:25 UTC) #4
Reilly Grant (use Gerrit)
lgtm Please update the issue description to describe your changes more accurately. In all the ...
5 years, 4 months ago (2015-08-12 17:45:07 UTC) #5
eroman
LGTM: * Please add "BUG=488531" to the description, and follows reillyg suggested changes to the ...
5 years, 4 months ago (2015-08-12 18:37:16 UTC) #6
sky
LGTM
5 years, 4 months ago (2015-08-12 19:16:52 UTC) #7
sdefresne
components/ lgtm
5 years, 4 months ago (2015-08-13 08:07:01 UTC) #8
Olli Raula
Thanks for reviews, still missing two. I fixed the message more clear version, added AUTHORS ...
5 years, 4 months ago (2015-08-13 12:37:35 UTC) #9
davidben
https://codereview.chromium.org/1290723003/diff/60001/AUTHORS File AUTHORS (right): https://codereview.chromium.org/1290723003/diff/60001/AUTHORS#newcode623 AUTHORS:623: Olli Raula (Old name Olli Syrjälä) <olli.raula@intel.com> [confirmed we ...
5 years, 4 months ago (2015-08-13 15:38:55 UTC) #10
Vitaly Buka (NO REVIEWS)
lgtm
5 years, 4 months ago (2015-08-19 18:54:48 UTC) #11
Olli Raula
Thanks. I removed the AUTHORS change because my name is already there by https://codereview.chromium.org/1162603004/ davidben ...
5 years, 4 months ago (2015-08-20 10:32:28 UTC) #12
davidben
content lgtm
5 years, 4 months ago (2015-08-20 15:48:10 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1290723003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1290723003/80001
5 years, 4 months ago (2015-08-21 05:52:56 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/91102)
5 years, 4 months ago (2015-08-21 06:02:24 UTC) #18
Olli Raula
tsepes: could you review: content/common/p2p_messages.h because devidben review is not enough for that file.
5 years, 4 months ago (2015-08-21 06:28:04 UTC) #20
Tom Sepez
On 2015/08/21 06:28:04, olli.raula wrote: > tsepes: could you review: content/common/p2p_messages.h because devidben review > ...
5 years, 3 months ago (2015-08-31 17:11:20 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1290723003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1290723003/80001
5 years, 3 months ago (2015-09-01 05:58:29 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 3 months ago (2015-09-01 07:41:59 UTC) #24
commit-bot: I haz the power
5 years, 3 months ago (2015-09-01 07:42:36 UTC) #25
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/80a44bef6973ac271a24285ddb49edf36e7513ca
Cr-Commit-Position: refs/heads/master@{#346591}

Powered by Google App Engine
This is Rietveld 408576698