[M120 Migration] Set IO|GPU thread type with higher priorites
[platform/framework/web/chromium-efl.git] / apps / browser_context_keyed_service_factories.cc
index 6f6e053..8ac3851 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// 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.
 
@@ -16,6 +16,7 @@ namespace apps {
 void EnsureBrowserContextKeyedServiceFactoriesBuilt() {
   AppLifetimeMonitorFactory::GetInstance();
   AppRestoreServiceFactory::GetInstance();
+  SavedFilesServiceFactory::GetInstance();
 }
 
 void NotifyApplicationTerminating(content::BrowserContext* browser_context) {