summaryrefslogtreecommitdiffstats
path: root/net/base/network_interfaces_android.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/network_interfaces_android.cc')
-rw-r--r--net/base/network_interfaces_android.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/base/network_interfaces_android.cc b/net/base/network_interfaces_android.cc
deleted file mode 100644
index 8f18fd7..0000000
--- a/net/base/network_interfaces_android.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright 2016 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.
-
-#include "net/base/network_interfaces.h"
-
-#include "net/android/network_library.h"
-
-namespace net {
-
-std::string GetWifiSSID() {
- return android::GetWifiSSID();
-}
-
-} // namespace net