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

Unified Diff: chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h

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/bluetooth/bluetooth_pairing_dialog.h
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
index 928c2b30f5cb7c0ea3a1dc0ed4a6ba4b84651ec3..53cf426e94237569e21f941c2ec6aed582ce02d9 100644
--- a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
+++ b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
@@ -46,7 +46,7 @@ class BluetoothPairingDialog : public ui::WebDialogDelegate {
private:
gfx::NativeWindow parent_window_;
- DictionaryValue device_data_;
+ base::DictionaryValue device_data_;
DISALLOW_COPY_AND_ASSIGN(BluetoothPairingDialog);
};
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chromeos/contacts/gdata_contacts_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698