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

Unified Diff: chrome/browser/chromeos/notifications/balloon_view_host_chromeos.cc

Issue 106433007: 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/chromeos/notifications/balloon_view_host_chromeos.cc
diff --git a/chrome/browser/chromeos/notifications/balloon_view_host_chromeos.cc b/chrome/browser/chromeos/notifications/balloon_view_host_chromeos.cc
index 969142e95d44966abf486eaeec1253fcf60992f7..3f79c4bd1e43f7d99008761f50d78247fd8ceafd 100644
--- a/chrome/browser/chromeos/notifications/balloon_view_host_chromeos.cc
+++ b/chrome/browser/chromeos/notifications/balloon_view_host_chromeos.cc
@@ -41,7 +41,7 @@ bool BalloonViewHost::HandleContextMenu(
void BalloonViewHost::WebUISend(WebContents* tab,
const GURL& source_url,
const std::string& name,
- const ListValue& args) {
+ const base::ListValue& args) {
// Look up the callback for this message.
MessageCallbackMap::const_iterator callback =
message_callbacks_.find(name);
« no previous file with comments | « chrome/browser/chromeos/net/onc_utils.cc ('k') | chrome/browser/chromeos/policy/auto_enrollment_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698