summaryrefslogtreecommitdiffstats
path: root/apps/app_window_contents.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-21 18:06:37 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-21 18:06:37 +0000
commit53b14ea66be2c71fffe042fe0be7dc8b7561c614 (patch)
treef97eef25f5469ddab005e2dbdf3aa2a8f6121573 /apps/app_window_contents.cc
parent821dfd81a72381cab8fe755f2c16d98c31701e0f (diff)
downloadchromium_src-53b14ea66be2c71fffe042fe0be7dc8b7561c614.zip
chromium_src-53b14ea66be2c71fffe042fe0be7dc8b7561c614.tar.gz
chromium_src-53b14ea66be2c71fffe042fe0be7dc8b7561c614.tar.bz2
Update uses of Value in android_webview, apps, ash, cc to use the base:: namespace.
BUG=88666 TEST=no change TBR=ben@chromium.org Review URL: https://codereview.chromium.org/118293005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242292 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/app_window_contents.cc')
-rw-r--r--apps/app_window_contents.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_window_contents.cc b/apps/app_window_contents.cc
index 22d0da1..e79ac53 100644
--- a/apps/app_window_contents.cc
+++ b/apps/app_window_contents.cc
@@ -84,7 +84,7 @@ void AppWindowContents::LoadContents(int32 creator_process_id) {
void AppWindowContents::NativeWindowChanged(
NativeAppWindow* native_app_window) {
base::ListValue args;
- DictionaryValue* dictionary = new DictionaryValue();
+ base::DictionaryValue* dictionary = new base::DictionaryValue();
args.Append(dictionary);
gfx::Rect bounds = host_->GetClientBounds();