Index: chrome/browser/extensions/extension_proxy_api.cc |
diff --git a/chrome/browser/extensions/extension_proxy_api.cc b/chrome/browser/extensions/extension_proxy_api.cc |
index b7b2c19dac60a7edb9f4cd5f5467bda5e45fcc2f..2dedbd8ef747bc70634b2a7e6c3a2dc51722c800 100644 |
--- a/chrome/browser/extensions/extension_proxy_api.cc |
+++ b/chrome/browser/extensions/extension_proxy_api.cc |
@@ -97,7 +97,7 @@ Value* ProxyPrefTransformer::ExtensionToBrowserPref(const Value* extension_pref, |
bool* bad_message) { |
// When ExtensionToBrowserPref is called, the format of |extension_pref| |
// has been verified already by the extension API to match the schema |
- // defined in chrome/common/extensions/api/extension_api.json. |
+ // defined in the extension API JSON. |
CHECK(extension_pref->IsType(Value::TYPE_DICTIONARY)); |
const DictionaryValue* config = |
static_cast<const DictionaryValue*>(extension_pref); |