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

Unified Diff: extensions/browser/api/usb/usb_guid_map.cc

Issue 2417043002: Move device/core files to device/base directory. (Closed)
Patch Set: Fix ChromeOS build Created 4 years, 2 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 | « extensions/browser/api/usb/usb_event_router.cc ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/usb/usb_guid_map.cc
diff --git a/extensions/browser/api/usb/usb_guid_map.cc b/extensions/browser/api/usb/usb_guid_map.cc
index 8d65d07aa4cce74c63d308bcace837b1977bd5f4..16f380e9d12e40a627a50c6137d631f967bcd382 100644
--- a/extensions/browser/api/usb/usb_guid_map.cc
+++ b/extensions/browser/api/usb/usb_guid_map.cc
@@ -8,7 +8,7 @@
#include "base/lazy_instance.h"
#include "base/strings/utf_string_conversions.h"
-#include "device/core/device_client.h"
+#include "device/base/device_client.h"
#include "device/usb/usb_device.h"
#include "device/usb/usb_service.h"
#include "extensions/common/api/usb.h"
« no previous file with comments | « extensions/browser/api/usb/usb_event_router.cc ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698