| Index: chrome/browser/predictors/resource_prefetch_common_unittest.cc
|
| diff --git a/chrome/browser/predictors/resource_prefetch_common_unittest.cc b/chrome/browser/predictors/resource_prefetch_common_unittest.cc
|
| index b84d7e76b4c1451c181d81f11967701988e22c09..74033fb803d2dd157865c9454a54b6b7d4fc75c9 100644
|
| --- a/chrome/browser/predictors/resource_prefetch_common_unittest.cc
|
| +++ b/chrome/browser/predictors/resource_prefetch_common_unittest.cc
|
| @@ -27,14 +27,14 @@ namespace {
|
|
|
| class MockNetworkChangeNotifierWIFI : public NetworkChangeNotifier {
|
| public:
|
| - virtual ConnectionType GetCurrentConnectionType() const OVERRIDE {
|
| + ConnectionType GetCurrentConnectionType() const OVERRIDE {
|
| return NetworkChangeNotifier::CONNECTION_WIFI;
|
| }
|
| };
|
|
|
| class MockNetworkChangeNotifier4G : public NetworkChangeNotifier {
|
| public:
|
| - virtual ConnectionType GetCurrentConnectionType() const OVERRIDE {
|
| + ConnectionType GetCurrentConnectionType() const OVERRIDE {
|
| return NetworkChangeNotifier::CONNECTION_4G;
|
| }
|
| };
|
|
|