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

Unified Diff: chromeos/network/network_connection_handler.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: chromeos/network/network_connection_handler.cc
diff --git a/chromeos/network/network_connection_handler.cc b/chromeos/network/network_connection_handler.cc
index ec75b013e51a2b1b0381513ad124e0fdc4fb40f4..094625c8e240dc9cbd6261f1879fa114253446c6 100644
--- a/chromeos/network/network_connection_handler.cc
+++ b/chromeos/network/network_connection_handler.cc
@@ -64,7 +64,7 @@ bool NetworkRequiresActivation(const NetworkState* network) {
bool VPNIsConfigured(const std::string& service_path,
const base::DictionaryValue& service_properties) {
- const DictionaryValue* properties;
+ const base::DictionaryValue* properties;
if (!service_properties.GetDictionary(flimflam::kProviderProperty,
&properties)) {
NET_LOG_ERROR("VPN Provider Dictionary not present", service_path);

Powered by Google App Engine
This is Rietveld 408576698