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

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

Issue 389633002: Move system.* family of APIs to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better comments Created 6 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.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 {

Powered by Google App Engine
This is Rietveld 408576698