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

Unified Diff: chrome/browser/chromeos/cros/network_library.h

Issue 7618046: Fix Clang build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unneeded virtual Created 9 years, 4 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 | « no previous file | chrome/browser/chromeos/cros/network_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/network_library.h
diff --git a/chrome/browser/chromeos/cros/network_library.h b/chrome/browser/chromeos/cros/network_library.h
index e82af47b9f1e1ff0809c48318c34519114015a2f..ddc019609382a517973d9b952daa2be7735d7831 100644
--- a/chrome/browser/chromeos/cros/network_library.h
+++ b/chrome/browser/chromeos/cros/network_library.h
@@ -413,9 +413,9 @@ class NetworkDevice {
// |value|. Returns false on failure. Upon success, returns the
// PropertyIndex that was updated in |index|. |index| may be NULL
// if not needed.
- virtual bool UpdateStatus(const std::string& key,
- const Value& value,
- PropertyIndex *index);
+ bool UpdateStatus(const std::string& key,
+ const Value& value,
+ PropertyIndex *index);
NativeNetworkDeviceParser* device_parser() { return device_parser_.get(); }
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/network_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698