From 53b14ea66be2c71fffe042fe0be7dc8b7561c614 Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Sat, 21 Dec 2013 18:06:37 +0000 Subject: 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 --- apps/app_window_contents.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_window_contents.cc') 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(); -- cgit v1.1