summaryrefslogtreecommitdiffstats
path: root/apps/saved_files_service.cc
diff options
context:
space:
mode:
authoryoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-30 00:41:24 +0000
committeryoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-30 00:41:24 +0000
commit59b0e604edbb08da5e5f5aff8fa1832c381452ad (patch)
tree11e19df686f8ad68eec53a77e53f5a8fb38662ab /apps/saved_files_service.cc
parentb54602651640ac17a44429303fbd9bd30f922c61 (diff)
downloadchromium_src-59b0e604edbb08da5e5f5aff8fa1832c381452ad.zip
chromium_src-59b0e604edbb08da5e5f5aff8fa1832c381452ad.tar.gz
chromium_src-59b0e604edbb08da5e5f5aff8fa1832c381452ad.tar.bz2
Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.
This moves ExtensionSystem to extensions/browser. It also moves setting the channel for Features to ChromeExtensionsBrowserClient. It also removes the duplicate ExtensionSystem::GetForBrowserContext. BUG=337707 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/147923005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247788 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/saved_files_service.cc')
-rw-r--r--apps/saved_files_service.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/saved_files_service.cc b/apps/saved_files_service.cc
index 346ca4c..f6050d7 100644
--- a/apps/saved_files_service.cc
+++ b/apps/saved_files_service.cc
@@ -15,6 +15,7 @@
#include "chrome/browser/profiles/profile.h"
#include "content/public/browser/notification_service.h"
#include "extensions/browser/extension_prefs.h"
+#include "extensions/browser/extension_system.h"
#include "extensions/common/permissions/api_permission.h"
#include "extensions/common/permissions/permission_set.h"