blob: 24e30f589a07f574a6697360e053e3d73a25b306 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/storage_monitor/storage_monitor.h"
namespace storage_monitor {
// TODO(achaulk): Remove this code when APIs are trimmed.
StorageMonitor* StorageMonitor::CreateInternal() {
return nullptr;
}
} // namespace storage_monitor