From 7af5e1a7bd7df35c4b62e1020bd532c508e6d2e7 Mon Sep 17 00:00:00 2001 From: "asargent@chromium.org" Date: Tue, 19 Mar 2013 03:31:31 +0000 Subject: 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 --- chrome/common/web_apps.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/web_apps.cc') 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" -- cgit v1.1