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

Unified Diff: chrome/browser/extensions/api/system_storage/test_storage_info_provider.cc

Issue 18578008: [SystemInfo API] Move Storage API out of experimental namespace and rename to the "system" namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix PermissionTest unittest. Created 7 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: chrome/browser/extensions/api/system_storage/test_storage_info_provider.cc
diff --git a/chrome/browser/extensions/api/system_info_storage/test_storage_info_provider.cc b/chrome/browser/extensions/api/system_storage/test_storage_info_provider.cc
similarity index 93%
rename from chrome/browser/extensions/api/system_info_storage/test_storage_info_provider.cc
rename to chrome/browser/extensions/api/system_storage/test_storage_info_provider.cc
index f90d2e1e5ccfcac59cc50249486b4450634d7652..17ec94ec6b9aa5f0dbee0fa4b5a59ddc63a9b262 100644
--- a/chrome/browser/extensions/api/system_info_storage/test_storage_info_provider.cc
+++ b/chrome/browser/extensions/api/system_storage/test_storage_info_provider.cc
@@ -2,14 +2,14 @@
// 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/test_storage_info_provider.h"
+#include "chrome/browser/extensions/api/system_storage/test_storage_info_provider.h"
#include "base/strings/utf_string_conversions.h"
namespace extensions {
-using api::experimental_system_info_storage::ParseStorageUnitType;
-using api::experimental_system_info_storage::StorageUnitInfo;
+using api::system_storage::ParseStorageUnitType;
+using api::system_storage::StorageUnitInfo;
using systeminfo::kStorageTypeFixed;
using systeminfo::kStorageTypeRemovable;
using systeminfo::kStorageTypeUnknown;

Powered by Google App Engine
This is Rietveld 408576698