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

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

Issue 23727009: Cleanup: Remove chrome namespace for storage monitor and media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 7 years, 3 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: chrome/browser/extensions/api/system_storage/storage_info_provider.h
diff --git a/chrome/browser/extensions/api/system_storage/storage_info_provider.h b/chrome/browser/extensions/api/system_storage/storage_info_provider.h
index 859ea87ce182cf2c92db8d385b7991f0c7d2b2ec..5bcf4a13cc01af8733f7e6d205e550d9375df3a8 100644
--- a/chrome/browser/extensions/api/system_storage/storage_info_provider.h
+++ b/chrome/browser/extensions/api/system_storage/storage_info_provider.h
@@ -22,10 +22,10 @@ namespace extensions {
namespace systeminfo {
-// Build StorageUnitInfo struct from chrome::StorageInfo instance. The |unit|
+// Build StorageUnitInfo struct from StorageInfo instance. The |unit|
// parameter is the output value.
-void BuildStorageUnitInfo(const chrome::StorageInfo& info,
- api::system_storage::StorageUnitInfo* unit);
+void BuildStorageUnitInfo(const StorageInfo& info,
+ api::system_storage::StorageUnitInfo* unit);
} // namespace systeminfo

Powered by Google App Engine
This is Rietveld 408576698