Revert of xp: copy dbghelp.dll to output dir and have base.isolate use it there ...
[chromium-blink-merge.git] / apps / browser_context_keyed_service_factories.cc
blob77e0239b5726e5198edac23c22d5c1d643fcd016
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 "apps/browser_context_keyed_service_factories.h"
7 #include "apps/app_load_service_factory.h"
8 #include "apps/app_restore_service_factory.h"
9 #include "extensions/browser/app_window/app_window_geometry_cache.h"
11 namespace apps {
13 void EnsureBrowserContextKeyedServiceFactoriesBuilt() {
14 apps::AppLoadServiceFactory::GetInstance();
15 apps::AppRestoreServiceFactory::GetInstance();
16 extensions::AppWindowGeometryCache::Factory::GetInstance();
19 } // namespace apps