Index: device/test/usb_test_gadget.h |
diff --git a/device/test/usb_test_gadget.h b/device/test/usb_test_gadget.h |
index ef97426c58751b237709c8b06c2e9438f88a6f06..2055ae9e04cf6cb22386425bb6a929ce931acc44 100644 |
--- a/device/test/usb_test_gadget.h |
+++ b/device/test/usb_test_gadget.h |
@@ -35,7 +35,7 @@ class UsbTestGadget { |
virtual bool SetType(Type type) = 0; |
virtual UsbDevice* GetDevice() const = 0; |
- virtual std::string GetSerial() const = 0; |
+ virtual std::string GetSerialNumber() const = 0; |
protected: |
UsbTestGadget() {} |