aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBin Chen <pierr.chen@gmail.com>2016-08-22 15:10:40 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-22 15:10:40 +0000
commit27cdfbfe9b1ec4d8fddcf9a33596bb9c44d686c2 (patch)
treeac5b895a0e63934265edd3911582b1d500c7f9b7
parent170dd0fd62faa2b5cc5f9a5c64dab398c17af311 (diff)
parent677cf01e80bf3f2f75d669c84ace78acb59d9bfb (diff)
downloadweaved-27cdfbfe9b1ec4d8fddcf9a33596bb9c44d686c2.tar.gz
weaved: DISALLOW_COPY_AND_ASSIGN should be private
am: 677cf01e80 Change-Id: If32df654608a371e8807818391f7070c142a4d23
-rw-r--r--buffet/mdns_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffet/mdns_client.h b/buffet/mdns_client.h
index 0a7690a..2465198 100644
--- a/buffet/mdns_client.h
+++ b/buffet/mdns_client.h
@@ -42,7 +42,7 @@ class MdnsClient : public weave::provider::DnsServiceDiscovery {
static std::unique_ptr<MdnsClient> CreateInstance();
- protected:
+ private:
DISALLOW_COPY_AND_ASSIGN(MdnsClient);
};