Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3035)

Unified Diff: chrome/browser/resources/settings/site_settings/site_settings_behavior.js

Issue 2110663007: Settings: Fix some BrowserProxy compile issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/site_settings/site_settings_behavior.js
diff --git a/chrome/browser/resources/settings/site_settings/site_settings_behavior.js b/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
index 0bbe17f248f6abd7a3ecdd076ede2ff65b6352a1..8d793da8e94419d248b5361bab4666a65bb98991 100644
--- a/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
+++ b/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
@@ -18,7 +18,7 @@ var SiteSettingsBehaviorImpl = {
/**
* The browser proxy used to retrieve and change information about site
* settings categories and the sites within.
- * @type {settings.SiteSettingsPrefsBrowserProxyImpl}
+ * @type {settings.SiteSettingsPrefsBrowserProxy}
*/
browserProxy: Object,
},

Powered by Google App Engine
This is Rietveld 408576698