Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / extensions / browser / api / storage / value_store_cache.cc
blob04ea418113cb4d2d5e841bd3c3597e74df156ffc
1 // Copyright 2014 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.
5 #include "extensions/browser/api/storage/value_store_cache.h"
7 namespace extensions {
9 ValueStoreCache::~ValueStoreCache() {}
11 void ValueStoreCache::ShutdownOnUI() {}
13 } // namespace extensions