author | Brian Hackett <bhackett1024@gmail.com> |
Sat, 07 Dec 2013 18:18:16 -0800 | |
changeset 175074 | 70ec3658b113ffa3ee5d6a78aaa0a112cc1e378e |
parent 143267 | 1683f7d9f105bb0a5e922294b3951b4df9c3017b |
permissions | -rw-r--r-- |
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ namespace mozilla { namespace hal_impl { void StartDiskSpaceWatcher() { } void StopDiskSpaceWatcher() { } } // namespace hal_impl } // namespace mozilla