| Index: chrome/browser/extensions/api/system_storage/storage_info_provider.cc
|
| diff --git a/chrome/browser/extensions/api/system_info_storage/storage_info_provider.cc b/chrome/browser/extensions/api/system_storage/storage_info_provider.cc
|
| similarity index 96%
|
| rename from chrome/browser/extensions/api/system_info_storage/storage_info_provider.cc
|
| rename to chrome/browser/extensions/api/system_storage/storage_info_provider.cc
|
| index c868769cd3bff06d500abf590101667b7f177f4a..4ca037eb800908153715d9fd98a5d14f65aa2e40 100644
|
| --- a/chrome/browser/extensions/api/system_info_storage/storage_info_provider.cc
|
| +++ b/chrome/browser/extensions/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_info_storage/storage_info_provider.h"
|
| +#include "chrome/browser/extensions/api/system_storage/storage_info_provider.h"
|
|
|
| #include "base/stl_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| @@ -15,9 +15,9 @@ namespace extensions {
|
|
|
| using content::BrowserThread;
|
| using chrome::StorageMonitor;
|
| -using api::experimental_system_info_storage::StorageUnitInfo;
|
| -using api::experimental_system_info_storage::STORAGE_UNIT_TYPE_FIXED;
|
| -using api::experimental_system_info_storage::STORAGE_UNIT_TYPE_REMOVABLE;
|
| +using api::system_storage::StorageUnitInfo;
|
| +using api::system_storage::STORAGE_UNIT_TYPE_FIXED;
|
| +using api::system_storage::STORAGE_UNIT_TYPE_REMOVABLE;
|
|
|
| namespace systeminfo {
|
|
|
|
|