| Index: extensions/browser/api/system_storage/storage_info_provider.cc
|
| diff --git a/chrome/browser/extensions/api/system_storage/storage_info_provider.cc b/extensions/browser/api/system_storage/storage_info_provider.cc
|
| similarity index 94%
|
| rename from chrome/browser/extensions/api/system_storage/storage_info_provider.cc
|
| rename to extensions/browser/api/system_storage/storage_info_provider.cc
|
| index 366a4c25e565ad7fa04abbc3aca30f2c16dd7a18..af1a79483e00a58d7d211eb40253fb5ad6117a47 100644
|
| --- a/chrome/browser/extensions/api/system_storage/storage_info_provider.cc
|
| +++ b/extensions/browser/api/system_storage/storage_info_provider.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/extensions/api/system_storage/storage_info_provider.h"
|
| +#include "extensions/browser/api/system_storage/storage_info_provider.h"
|
|
|
| #include "base/stl_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| @@ -18,9 +18,9 @@ using storage_monitor::StorageMonitor;
|
| namespace extensions {
|
|
|
| using content::BrowserThread;
|
| -using api::system_storage::StorageUnitInfo;
|
| -using api::system_storage::STORAGE_UNIT_TYPE_FIXED;
|
| -using api::system_storage::STORAGE_UNIT_TYPE_REMOVABLE;
|
| +using core_api::system_storage::StorageUnitInfo;
|
| +using core_api::system_storage::STORAGE_UNIT_TYPE_FIXED;
|
| +using core_api::system_storage::STORAGE_UNIT_TYPE_REMOVABLE;
|
|
|
| namespace systeminfo {
|
|
|
|
|