// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "extensions/browser/api/system_storage/storage_api_test_util.h" #include "base/strings/utf_string_conversions.h" namespace extensions::test { const struct TestStorageUnitInfo kRemovableStorageData = …; storage_monitor::StorageInfo BuildStorageInfoFromTestStorageUnitInfo( const TestStorageUnitInfo& unit) { … } } // namespace extensions::test