blob: bf68f7f9244d919c9c6c2112d1f172a24261edf9 [file] [log] [blame]
// Copyright (c) 2012 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 "chrome/browser/extensions/api/storage/value_store_cache.h"
namespace extensions {
ValueStoreCache::~ValueStoreCache() {}
void ValueStoreCache::ShutdownOnUI() {}
} // namespace extensions