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

Unified Diff: extensions/browser/api/hid/hid_api.h

Issue 548703003: Mark HID and USB device connections as non-persistent API resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | extensions/browser/api/hid/hid_connection_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/hid/hid_api.h
diff --git a/extensions/browser/api/hid/hid_api.h b/extensions/browser/api/hid/hid_api.h
index 7683a63a55c034c2863df04f0cdd91eaea171ef1..e8bc26e56ff8e22894bf9b4c35c7f8a3a465f57e 100644
--- a/extensions/browser/api/hid/hid_api.h
+++ b/extensions/browser/api/hid/hid_api.h
@@ -16,9 +16,7 @@
#include "extensions/common/api/hid.h"
namespace net {
-
-class IOBufferWithSize;
-
+class IOBuffer;
} // namespace net
namespace extensions {
« no previous file with comments | « no previous file | extensions/browser/api/hid/hid_connection_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698