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

Unified Diff: device/geolocation/wifi_data_provider_win_unittest.cc

Issue 2188123002: Revert of Reland: Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « device/geolocation/wifi_data_provider_win.cc ('k') | device/geolocation/wifi_polling_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/wifi_data_provider_win_unittest.cc
diff --git a/device/geolocation/wifi_data_provider_win_unittest.cc b/device/geolocation/wifi_data_provider_win_unittest.cc
deleted file mode 100644
index 102401ab38a9142ac840b1302820d038500a0321..0000000000000000000000000000000000000000
--- a/device/geolocation/wifi_data_provider_win_unittest.cc
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Most logic for the platform wifi provider is now factored into
-// WifiDataProviderCommon and covered by it's unit tests.
-
-#include "base/message_loop/message_loop.h"
-#include "device/geolocation/wifi_data_provider_win.h"
-#include "testing/gtest/include/gtest/gtest.h"
-
-namespace device {
-
-TEST(GeolocationWifiDataProviderWinTest, CreateDestroy) {
- // WifiDataProvider requires a task runner to be present.
- base::MessageLoopForUI message_loop_;
- scoped_refptr<WifiDataProviderWin> instance(new WifiDataProviderWin);
- instance = NULL;
- SUCCEED();
- // Can't actually call start provider on the WifiDataProviderWin without
- // it accessing hardware and so risking making the test flaky.
-}
-
-} // namespace device
« no previous file with comments | « device/geolocation/wifi_data_provider_win.cc ('k') | device/geolocation/wifi_polling_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698