Index: device/test/usb_test_gadget.h |
diff --git a/device/test/usb_test_gadget.h b/device/test/usb_test_gadget.h |
index 1c835e2ec4f2f33a837063895e8b1187f1eea81c..1433bf8f2a82e983b17dbc60382f6d3af2e22f74 100644 |
--- a/device/test/usb_test_gadget.h |
+++ b/device/test/usb_test_gadget.h |
@@ -10,12 +10,10 @@ |
#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
-namespace usb_service { |
-class UsbDevice; |
-} // namespace usb_service |
- |
namespace device { |
+class UsbDevice; |
+ |
class UsbTestGadget { |
public: |
enum Type { |
@@ -35,7 +33,7 @@ class UsbTestGadget { |
virtual bool Reconnect() = 0; |
virtual bool SetType(Type type) = 0; |
- virtual usb_service::UsbDevice* GetDevice() const = 0; |
+ virtual UsbDevice* GetDevice() const = 0; |
virtual std::string GetSerial() const = 0; |
protected: |