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

Unified Diff: chromeos/network/network_connection_handler.cc

Issue 17034006: Add base namespace to more values in sync and elsewhere. (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
« no previous file with comments | « chromeos/network/device_state.cc ('k') | chromeos/network/network_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chromeos/network/device_state.cc ('k') | chromeos/network/network_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698