diff options
author | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-30 00:41:24 +0000 |
---|---|---|
committer | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-30 00:41:24 +0000 |
commit | 59b0e604edbb08da5e5f5aff8fa1832c381452ad (patch) | |
tree | 11e19df686f8ad68eec53a77e53f5a8fb38662ab /apps/saved_files_service_unittest.cc | |
parent | b54602651640ac17a44429303fbd9bd30f922c61 (diff) | |
download | chromium_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_unittest.cc')
-rw-r--r-- | apps/saved_files_service_unittest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/saved_files_service_unittest.cc b/apps/saved_files_service_unittest.cc index ebe94c1..f6add9c 100644 --- a/apps/saved_files_service_unittest.cc +++ b/apps/saved_files_service_unittest.cc @@ -12,6 +12,7 @@ #include "chrome/browser/extensions/test_extension_environment.h" #include "chrome/test/base/testing_profile.h" #include "extensions/browser/extension_prefs.h" +#include "extensions/browser/extension_system.h" #include "extensions/common/extension.h" #include "testing/gtest/include/gtest/gtest.h" |