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

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

Issue 104493005: Update some uses of Value in chrome/browser to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years 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/window_controller.cc
diff --git a/chrome/browser/extensions/window_controller.cc b/chrome/browser/extensions/window_controller.cc
index 9709c3fb08a3bed07ae07dee66950c8a772b1ff3..cab24958f796c8bb3ec74c140ef1bbe14a310228 100644
--- a/chrome/browser/extensions/window_controller.cc
+++ b/chrome/browser/extensions/window_controller.cc
@@ -30,7 +30,7 @@ Browser* WindowController::GetBrowser() const {
namespace keys = tabs_constants;
base::DictionaryValue* WindowController::CreateWindowValue() const {
- DictionaryValue* result = new DictionaryValue();
+ base::DictionaryValue* result = new base::DictionaryValue();
result->SetInteger(keys::kIdKey, GetWindowId());
result->SetString(keys::kWindowTypeKey, GetWindowTypeText());

Powered by Google App Engine
This is Rietveld 408576698