Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Side by Side Diff: apps/browser_context_keyed_service_factories.cc

Issue 486153002: Move AppWindow related classes to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « apps/apps.gypi ('k') | apps/custom_launcher_page_contents.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "apps/browser_context_keyed_service_factories.h" 5 #include "apps/browser_context_keyed_service_factories.h"
6 6
7 #include "apps/app_load_service_factory.h" 7 #include "apps/app_load_service_factory.h"
8 #include "apps/app_restore_service_factory.h" 8 #include "apps/app_restore_service_factory.h"
9 #include "apps/app_window_geometry_cache.h" 9 #include "extensions/browser/app_window/app_window_geometry_cache.h"
10 10
11 namespace apps { 11 namespace apps {
12 12
13 void EnsureBrowserContextKeyedServiceFactoriesBuilt() { 13 void EnsureBrowserContextKeyedServiceFactoriesBuilt() {
14 apps::AppLoadServiceFactory::GetInstance(); 14 apps::AppLoadServiceFactory::GetInstance();
15 apps::AppRestoreServiceFactory::GetInstance(); 15 apps::AppRestoreServiceFactory::GetInstance();
16 apps::AppWindowGeometryCache::Factory::GetInstance(); 16 extensions::AppWindowGeometryCache::Factory::GetInstance();
17 } 17 }
18 18
19 } // namespace apps 19 } // namespace apps
OLDNEW
« no previous file with comments | « apps/apps.gypi ('k') | apps/custom_launcher_page_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698