summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_signin.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-23 04:11:49 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-23 04:11:49 +0000
commit8093382a5f49c50cdb6262329a30b14f3c241ee6 (patch)
treeedf116d3fed6e009e63d2fe7210bbf1ac7c127b8 /chrome/browser/browser_signin.h
parent5b517c1363fd50549aebc94d5287fb0ebe791b95 (diff)
downloadchromium_src-8093382a5f49c50cdb6262329a30b14f3c241ee6.zip
chromium_src-8093382a5f49c50cdb6262329a30b14f3c241ee6.tar.gz
chromium_src-8093382a5f49c50cdb6262329a30b14f3c241ee6.tar.bz2
WebUI: Fix the remaining references to dom_ui. Final Patch.
BUG=59945, 59946 TEST=trybots Review URL: http://codereview.chromium.org/6555001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75716 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_signin.h')
-rw-r--r--chrome/browser/browser_signin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/browser_signin.h b/chrome/browser/browser_signin.h
index 0da0d07..ab58185 100644
--- a/chrome/browser/browser_signin.h
+++ b/chrome/browser/browser_signin.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -103,8 +103,8 @@ class BrowserSignin : public NotificationObserver {
// Delegate for the current sign in request.
SigninDelegate* delegate_;
- // Current HTML Dialog information. Pointer is owned by the DOM_UI
- // it will be attached to.
+ // Current HTML Dialog information. Pointer is owned by the WebUI it will be
+ // attached to.
BrowserSigninHtml* html_dialog_ui_delegate_;
NotificationRegistrar registrar_;