Index: chrome/browser/extensions/api/storage/value_store_cache.cc |
=================================================================== |
--- chrome/browser/extensions/api/storage/value_store_cache.cc (revision 176046) |
+++ chrome/browser/extensions/api/storage/value_store_cache.cc (working copy) |
@@ -1,13 +0,0 @@ |
-// 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 |