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

Unified Diff: device/test/usb_test_gadget.h

Issue 497363004: Merge components/usb_service into device/usb. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 years, 3 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
« no previous file with comments | « device/test/DEPS ('k') | device/test/usb_test_gadget_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « device/test/DEPS ('k') | device/test/usb_test_gadget_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698