Index: extensions/browser/api/system_info/system_info_api.cc |
diff --git a/extensions/browser/api/system_info/system_info_api.cc b/extensions/browser/api/system_info/system_info_api.cc |
index 07d2dbda4ccc5ab15eefb1d8888119b93a52e55b..a7c7facef0df38de1f75984ad6fdbf8567c565da 100644 |
--- a/extensions/browser/api/system_info/system_info_api.cc |
+++ b/extensions/browser/api/system_info/system_info_api.cc |
@@ -26,12 +26,12 @@ |
namespace extensions { |
-using core_api::system_storage::StorageUnitInfo; |
+using api::system_storage::StorageUnitInfo; |
using content::BrowserThread; |
using storage_monitor::StorageMonitor; |
-namespace system_display = core_api::system_display; |
-namespace system_storage = core_api::system_storage; |
+namespace system_display = api::system_display; |
+namespace system_storage = api::system_storage; |
namespace { |