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

Unified Diff: chromeos/components/tether/mock_host_scan_device_prioritizer.h

Issue 2945643002: [CrOS Tether] Sort Tether network lists. (Closed)
Patch Set: stevenjb@ comments. Created 3 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/components/tether/mock_host_scan_device_prioritizer.h
diff --git a/chromeos/components/tether/mock_host_scan_device_prioritizer.h b/chromeos/components/tether/mock_host_scan_device_prioritizer.h
deleted file mode 100644
index 92c40d1a15e2c073e1e9396b1cd811cf4a6b2e66..0000000000000000000000000000000000000000
--- a/chromeos/components/tether/mock_host_scan_device_prioritizer.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright 2017 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.
-
-#ifndef CHROMEOS_COMPONENTS_TETHER_MOCK_HOST_SCAN_DEVICE_PRIORITIZER_H_
-#define CHROMEOS_COMPONENTS_TETHER_MOCK_HOST_SCAN_DEVICE_PRIORITIZER_H_
-
-#include <vector>
-
-#include "base/macros.h"
-#include "chromeos/components/tether/host_scan_device_prioritizer.h"
-#include "components/cryptauth/remote_device.h"
-#include "testing/gmock/include/gmock/gmock.h"
-
-namespace chromeos {
-
-namespace tether {
-
-// Test double for HostScanDevicePrioritizer.
-class MockHostScanDevicePrioritizer : public HostScanDevicePrioritizer {
- public:
- MockHostScanDevicePrioritizer();
- ~MockHostScanDevicePrioritizer() override;
-
- MOCK_CONST_METHOD1(SortByHostScanOrder,
- void(std::vector<cryptauth::RemoteDevice>*));
-
- private:
- DISALLOW_COPY_AND_ASSIGN(MockHostScanDevicePrioritizer);
-};
-
-} // namespace tether
-
-} // namespace chromeos
-
-#endif // CHROMEOS_COMPONENTS_TETHER_MOCK_HOST_SCAN_DEVICE_PRIORITIZER_H_
« no previous file with comments | « chromeos/components/tether/initializer.cc ('k') | chromeos/components/tether/mock_host_scan_device_prioritizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698