blob: 5cfd61d3366268d6b02d83266bc6e396a1de8274 [file] [log] [blame]
// Copyright 2014 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 "components/keyed_service/core/keyed_service.h"
KeyedService::KeyedService() {}
KeyedService::~KeyedService() {}
void KeyedService::Shutdown() {}