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

Side by Side Diff: net/dns/mdns_client_impl.cc

Issue 16835007: Update the include paths of message_loop_proxy.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "net/dns/mdns_client_impl.h" 5 #include "net/dns/mdns_client_impl.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/message_loop_proxy.h" 8 #include "base/message_loop/message_loop_proxy.h"
9 #include "base/stl_util.h" 9 #include "base/stl_util.h"
10 #include "base/time/default_clock.h" 10 #include "base/time/default_clock.h"
11 #include "net/base/dns_util.h" 11 #include "net/base/dns_util.h"
12 #include "net/base/net_errors.h" 12 #include "net/base/net_errors.h"
13 #include "net/base/net_log.h" 13 #include "net/base/net_log.h"
14 #include "net/base/rand_callback.h" 14 #include "net/base/rand_callback.h"
15 #include "net/dns/dns_protocol.h" 15 #include "net/dns/dns_protocol.h"
16 #include "net/udp/datagram_socket.h" 16 #include "net/udp/datagram_socket.h"
17 17
18 namespace net { 18 namespace net {
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 601
602 void MDnsTransactionImpl::OnNsecRecord(const std::string& name, unsigned type) { 602 void MDnsTransactionImpl::OnNsecRecord(const std::string& name, unsigned type) {
603 // TODO(noamsml): NSEC records not yet implemented 603 // TODO(noamsml): NSEC records not yet implemented
604 } 604 }
605 605
606 void MDnsTransactionImpl::OnCachePurged() { 606 void MDnsTransactionImpl::OnCachePurged() {
607 // TODO(noamsml): Cache purge situations not yet implemented 607 // TODO(noamsml): Cache purge situations not yet implemented
608 } 608 }
609 609
610 } // namespace net 610 } // namespace net
OLDNEW
« no previous file with comments | « chrome/browser/media_galleries/fileapi/picasa/picasa_file_util_unittest.cc ('k') | remoting/host/chromoting_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698