diff options
author | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 03:31:31 +0000 |
---|---|---|
committer | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 03:31:31 +0000 |
commit | 7af5e1a7bd7df35c4b62e1020bd532c508e6d2e7 (patch) | |
tree | ce8c357731db748d58d299f5bbc920eda6e9f826 /chrome/common/web_apps.cc | |
parent | 8265ef0cf3fdd1c50535a996bf3dfdd4004ab867 (diff) | |
download | chromium_src-7af5e1a7bd7df35c4b62e1020bd532c508e6d2e7.zip chromium_src-7af5e1a7bd7df35c4b62e1020bd532c508e6d2e7.tar.gz chromium_src-7af5e1a7bd7df35c4b62e1020bd532c508e6d2e7.tar.bz2 |
Move JSON schema validator code into its own directory in chrome/common
Also add an OWNERS file there with some people who've worked on JSON
schema in the extensions/apps system.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/12886024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188940 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/web_apps.cc')
-rw-r--r-- | chrome/common/web_apps.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/web_apps.cc b/chrome/common/web_apps.cc index e2f726d..e73ea32 100644 --- a/chrome/common/web_apps.cc +++ b/chrome/common/web_apps.cc @@ -13,7 +13,7 @@ #include "base/strings/string_split.h" #include "base/utf_string_conversions.h" #include "base/values.h" -#include "chrome/common/json_schema_validator.h" +#include "chrome/common/json_schema/json_schema_validator.h" #include "googleurl/src/gurl.h" #include "grit/common_resources.h" #include "grit/generated_resources.h" |