diff options
author | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 22:52:42 +0000 |
---|---|---|
committer | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 22:52:42 +0000 |
commit | 22b7b2cede575642c81042aab307a5afc6a88568 (patch) | |
tree | 0c2709ce63902f6250664e7ed2d856565c9b4fee /chrome/common/extensions/extension_test_util.cc | |
parent | ae9fafd5dc78e603e6111774cb23fed69ce548b2 (diff) | |
download | chromium_src-22b7b2cede575642c81042aab307a5afc6a88568.zip chromium_src-22b7b2cede575642c81042aab307a5afc6a88568.tar.gz chromium_src-22b7b2cede575642c81042aab307a5afc6a88568.tar.bz2 |
Moved extension and value builder code to extensions component.
This is only used by tests but it has no chrome dependencies, and test
in extensions use it, so it should move down to.
TBR=sky@chromium.org
BUG=162530
Review URL: https://codereview.chromium.org/48643003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233119 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension_test_util.cc')
-rw-r--r-- | chrome/common/extensions/extension_test_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension_test_util.cc b/chrome/common/extensions/extension_test_util.cc index a4e66fb..2af3e0a 100644 --- a/chrome/common/extensions/extension_test_util.cc +++ b/chrome/common/extensions/extension_test_util.cc @@ -10,7 +10,7 @@ #include "base/values.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/extensions/extension.h" -#include "chrome/common/extensions/extension_builder.h" +#include "extensions/common/extension_builder.h" #include "extensions/common/manifest_constants.h" #include "testing/gtest/include/gtest/gtest.h" |