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

Unified Diff: chromeos/dbus/shill_device_client.h

Issue 12676017: Adding policy support to the new network configuration stack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed remaining comments of Steven. Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/dbus/shill_device_client.h
diff --git a/chromeos/dbus/shill_device_client.h b/chromeos/dbus/shill_device_client.h
index e7490f53310cd578ab2027d72593121f8acf8c1e..45dcee5b9a83a253cba7c4fdec2b981455dab53c 100644
--- a/chromeos/dbus/shill_device_client.h
+++ b/chromeos/dbus/shill_device_client.h
@@ -54,7 +54,7 @@ class CHROMEOS_EXPORT ShillDeviceClient {
const base::Value& value) = 0;
protected:
- ~TestInterface() {}
+ virtual ~TestInterface() {}
};
virtual ~ShillDeviceClient();

Powered by Google App Engine
This is Rietveld 408576698