diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-10 00:13:58 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-10 00:13:58 +0000 |
commit | 7ade2739cb51ef8c3ab5b77c8b2951c8367ca043 (patch) | |
tree | b9c4f78f3d1789e0b89bda7a2f0fec8551ec3880 /chrome/browser/printing/print_dialog_cloud_internal.h | |
parent | 35b2c88049d48a928885680bba43653d5ecab8cc (diff) | |
download | chromium_src-7ade2739cb51ef8c3ab5b77c8b2951c8367ca043.zip chromium_src-7ade2739cb51ef8c3ab5b77c8b2951c8367ca043.tar.gz chromium_src-7ade2739cb51ef8c3ab5b77c8b2951c8367ca043.tar.bz2 |
WebUI: Rename the class DOMUI to WebUI.
Add a typedef for WebUI to allow us renaming the class now, and then renaming the other entries in small chunks.
Also rename the file from dom_ui.[cc,h] to web_ui.[cc,h].
BUG=59945
TEST=trybots
Review URL: http://codereview.chromium.org/6458016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74386 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/printing/print_dialog_cloud_internal.h')
-rw-r--r-- | chrome/browser/printing/print_dialog_cloud_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/printing/print_dialog_cloud_internal.h b/chrome/browser/printing/print_dialog_cloud_internal.h index b823258..3a1d894 100644 --- a/chrome/browser/printing/print_dialog_cloud_internal.h +++ b/chrome/browser/printing/print_dialog_cloud_internal.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. @@ -12,8 +12,8 @@ #include "base/file_path.h" #include "base/scoped_ptr.h" #include "base/synchronization/lock.h" -#include "chrome/browser/dom_ui/dom_ui.h" #include "chrome/browser/dom_ui/html_dialog_ui.h" +#include "chrome/browser/dom_ui/web_ui.h" #include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" |