diff options
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" |