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

Unified Diff: extensions/browser/api/system_storage/storage_info_provider.h

Issue 1226353004: Generate all extension schema namespaces as "api" and instead vary the generated bundle names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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
Index: extensions/browser/api/system_storage/storage_info_provider.h
diff --git a/extensions/browser/api/system_storage/storage_info_provider.h b/extensions/browser/api/system_storage/storage_info_provider.h
index 421056bec34592f6dc66be275d6155bd66aae91b..6cb178752b8e9db29f221feb243fa944efcd067d 100644
--- a/extensions/browser/api/system_storage/storage_info_provider.h
+++ b/extensions/browser/api/system_storage/storage_info_provider.h
@@ -24,11 +24,11 @@ namespace systeminfo {
// Build StorageUnitInfo struct from StorageInfo instance. The |unit|
// parameter is the output value.
void BuildStorageUnitInfo(const storage_monitor::StorageInfo& info,
- core_api::system_storage::StorageUnitInfo* unit);
+ api::system_storage::StorageUnitInfo* unit);
} // namespace systeminfo
-typedef std::vector<linked_ptr<core_api::system_storage::StorageUnitInfo> >
+typedef std::vector<linked_ptr<api::system_storage::StorageUnitInfo>>
StorageUnitInfoList;
class StorageInfoProvider : public SystemInfoProvider {

Powered by Google App Engine
This is Rietveld 408576698