storage_monitor_fuchsia.cc 406 B

12345678910111213141516
  1. // Copyright 2019 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/storage_monitor/storage_monitor.h"
  5. #include "base/notreached.h"
  6. namespace storage_monitor {
  7. StorageMonitor* StorageMonitor::CreateInternal() {
  8. NOTIMPLEMENTED();
  9. return nullptr;
  10. }
  11. } // namespace storage_monitor