Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / base / network_change_notifier_linux.h
index a7080d9..5a0f6df 100644 (file)
@@ -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