blob: 208f2cb7df0b810fe826684387e03e047e2aa24d [file] [log] [blame]
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "extensions/browser/browser_context_keyed_service_factories.h"
#include "extensions/browser/core_browser_context_keyed_service_factories.h"
#include "extensions/browser/api/api_browser_context_keyed_service_factories.h"
namespace extensions {
void EnsureBrowserContextKeyedServiceFactoriesBuilt() {
EnsureCoreBrowserContextKeyedServiceFactoriesBuilt();
EnsureApiBrowserContextKeyedServiceFactoriesBuilt();
}
} // namespace extensions