diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-23 21:43:38 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-23 21:43:38 +0000 |
commit | e53a7f29591f8b3f03f97541b3b30422780b39a6 (patch) | |
tree | 5f1bb507eafc55db061d12ed78072d7a69d2f054 /chrome/renderer/printing/print_web_view_helper.cc | |
parent | 56cbcb3a456ffc4a2fe2f69c0d3cbd993fc0e13a (diff) | |
download | chromium_src-e53a7f29591f8b3f03f97541b3b30422780b39a6.zip chromium_src-e53a7f29591f8b3f03f97541b3b30422780b39a6.tar.gz chromium_src-e53a7f29591f8b3f03f97541b3b30422780b39a6.tar.bz2 |
Update some uses of Value in chrome/ to use the base:: namespace.
BUG=88666
TEST=no change
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/119583003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/printing/print_web_view_helper.cc')
-rw-r--r-- | chrome/renderer/printing/print_web_view_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/printing/print_web_view_helper.cc b/chrome/renderer/printing/print_web_view_helper.cc index ff93456..688512e 100644 --- a/chrome/renderer/printing/print_web_view_helper.cc +++ b/chrome/renderer/printing/print_web_view_helper.cc @@ -798,7 +798,7 @@ bool PrintWebViewHelper::OnMessageReceived(const IPC::Message& message) { } void PrintWebViewHelper::OnPrintForPrintPreview( - const DictionaryValue& job_settings) { + const base::DictionaryValue& job_settings) { DCHECK(is_preview_enabled_); // If still not finished with earlier print request simply ignore. if (prep_frame_view_) |