Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(814)

Unified Diff: chrome/browser/extensions/app_window_contents.cc

Issue 16915006: Convert most of extensions and some other random stuff to using the base namespace for Values. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/app_window_contents.cc
diff --git a/chrome/browser/extensions/app_window_contents.cc b/chrome/browser/extensions/app_window_contents.cc
index 40b111194591fe69d7d5344b6a41bfd8e02cc2b3..8a92b2503fa15cc7a761738e3b84a414677cd75e 100644
--- a/chrome/browser/extensions/app_window_contents.cc
+++ b/chrome/browser/extensions/app_window_contents.cc
@@ -84,7 +84,7 @@ void AppWindowContents::LoadContents(int32 creator_process_id) {
void AppWindowContents::NativeWindowChanged(
NativeAppWindow* native_app_window) {
- ListValue args;
+ base::ListValue args;
DictionaryValue* dictionary = new DictionaryValue();
args.Append(dictionary);

Powered by Google App Engine
This is Rietveld 408576698