[M120 Migration][VD] Enable direct rendering for TVPlus
[platform/framework/web/chromium-efl.git] / components / storage_monitor / storage_monitor_fuchsia.cc
1 // Copyright 2019 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "components/storage_monitor/storage_monitor.h"
6
7 #include "base/notreached.h"
8
9 namespace storage_monitor {
10
11 StorageMonitor* StorageMonitor::CreateInternal() {
12   NOTIMPLEMENTED();
13   return nullptr;
14 }
15
16 }  // namespace storage_monitor