Index: tools/json_schema_compiler/util.h |
diff --git a/tools/json_schema_compiler/util.h b/tools/json_schema_compiler/util.h |
index f71c93cb9f8a138f9ad274771bd7ab8f0cbd6648..901d43f9eba898ecb47ab85a6c2bd92765f8b168 100644 |
--- a/tools/json_schema_compiler/util.h |
+++ b/tools/json_schema_compiler/util.h |
@@ -166,7 +166,7 @@ scoped_ptr<Value> CreateValueFromOptionalArray( |
return scoped_ptr<Value>(); |
} |
-} // namespace api_util |
-} // namespace extensions |
+} // namespace util |
+} // namespace json_schema_compiler |
#endif // TOOLS_JSON_SCHEMA_COMPILER_UTIL_H__ |