summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/sync_ui_util.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-12 00:43:55 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-12 00:43:55 +0000
commitc39f9bfe1b02631ff9f439cfd378b9a4c859f4b9 (patch)
treeae07180466ea9dedcb418394e03fa7136d95a525 /chrome/browser/sync/sync_ui_util.h
parent1519da46b0681ac1b4a16d3fa1beae9b606676af (diff)
downloadchromium_src-c39f9bfe1b02631ff9f439cfd378b9a4c859f4b9.zip
chromium_src-c39f9bfe1b02631ff9f439cfd378b9a4c859f4b9.tar.gz
chromium_src-c39f9bfe1b02631ff9f439cfd378b9a4c859f4b9.tar.bz2
WebUI: Get rid of references to DOMUI in comments. The last part.
BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6509004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/sync_ui_util.h')
-rw-r--r--chrome/browser/sync/sync_ui_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/sync_ui_util.h b/chrome/browser/sync/sync_ui_util.h
index 065f82f..819916d 100644
--- a/chrome/browser/sync/sync_ui_util.h
+++ b/chrome/browser/sync/sync_ui_util.h
@@ -55,7 +55,7 @@ string16 GetSyncMenuLabel(ProfileSyncService* service);
// Open the appropriate sync dialog for the given profile (which can be
// incognito). |browser| is the browser window that should be used if the UI
-// is in-window (i.e., DOMUI). |code| should be one of the START_FROM_* codes.
+// is in-window (i.e., WebUI). |code| should be one of the START_FROM_* codes.
void OpenSyncMyBookmarksDialog(Profile* profile,
Browser* browser,
ProfileSyncService::SyncEventCodes code);