X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnet%2Fbase%2Fnetwork_change_notifier_linux.h;h=5a0f6dff308afeca8d64b2fe21963a1e703086e0;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=a7080d9effbf035729fa4478d0fc7a76390db5da;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/net/base/network_change_notifier_linux.h b/src/net/base/network_change_notifier_linux.h index a7080d9..5a0f6df 100644 --- a/src/net/base/network_change_notifier_linux.h +++ b/src/net/base/network_change_notifier_linux.h @@ -22,14 +22,14 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierLinux class Thread; NetworkChangeNotifierLinux(); - virtual ~NetworkChangeNotifierLinux(); + ~NetworkChangeNotifierLinux() override; static NetworkChangeCalculatorParams NetworkChangeCalculatorParamsLinux(); // NetworkChangeNotifier: - virtual ConnectionType GetCurrentConnectionType() const OVERRIDE; + ConnectionType GetCurrentConnectionType() const override; - virtual const internal::AddressTrackerLinux* - GetAddressTrackerInternal() const OVERRIDE; + const internal::AddressTrackerLinux* GetAddressTrackerInternal() + const override; // The thread used to listen for notifications. This relays the notification // to the registered observers without posting back to the thread the object