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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/apps.gypi ('k') | apps/custom_launcher_page_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/browser_context_keyed_service_factories.cc
diff --git a/apps/browser_context_keyed_service_factories.cc b/apps/browser_context_keyed_service_factories.cc
index a55f4116199d6eb022f40c43b0e53c165b7ad7db..77e0239b5726e5198edac23c22d5c1d643fcd016 100644
--- a/apps/browser_context_keyed_service_factories.cc
+++ b/apps/browser_context_keyed_service_factories.cc
@@ -6,14 +6,14 @@
#include "apps/app_load_service_factory.h"
#include "apps/app_restore_service_factory.h"
-#include "apps/app_window_geometry_cache.h"
+#include "extensions/browser/app_window/app_window_geometry_cache.h"
namespace apps {
void EnsureBrowserContextKeyedServiceFactoriesBuilt() {
apps::AppLoadServiceFactory::GetInstance();
apps::AppRestoreServiceFactory::GetInstance();
- apps::AppWindowGeometryCache::Factory::GetInstance();
+ extensions::AppWindowGeometryCache::Factory::GetInstance();
}
} // namespace apps
« 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