diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-18 20:58:51 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-18 20:58:51 +0000 |
commit | d91db11a358380d9581130cd785f824282207d42 (patch) | |
tree | a2c0f521aba51b95d195b8d45c38aa647c13e8b8 /printing/printed_document_win.cc | |
parent | c54c43e735b1e3e5e6900700d1accec4fcbf5926 (diff) | |
download | chromium_src-d91db11a358380d9581130cd785f824282207d42.zip chromium_src-d91db11a358380d9581130cd785f824282207d42.tar.gz chromium_src-d91db11a358380d9581130cd785f824282207d42.tar.bz2 |
Cleanup: Remove unneeded namespaces.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8334007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106129 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/printed_document_win.cc')
-rw-r--r-- | printing/printed_document_win.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/printing/printed_document_win.cc b/printing/printed_document_win.cc index 0a1e8b8..2d1a117 100644 --- a/printing/printed_document_win.cc +++ b/printing/printed_document_win.cc @@ -45,8 +45,7 @@ void PrintedDocument::RenderPrintedPage( DCHECK(context); - const printing::PageSetup& page_setup( - immutable_.settings_.page_setup_device_units()); + const PageSetup& page_setup(immutable_.settings_.page_setup_device_units()); gfx::Rect content_area; page.GetCenteredPageContentRect(page_setup.physical_size(), &content_area); |