Index: chromeos/dbus/shill_stub_helper.h |
diff --git a/chromeos/dbus/shill_stub_helper.h b/chromeos/dbus/shill_stub_helper.h |
deleted file mode 100644 |
index dce7991e45c1f1c758c0eabab37362f45abb0a72..0000000000000000000000000000000000000000 |
--- a/chromeos/dbus/shill_stub_helper.h |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-// Copyright 2013 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_DBUS_SHILL_STUB_HELPER_H_ |
-#define CHROMEOS_DBUS_SHILL_STUB_HELPER_H_ |
- |
-#include <string> |
- |
-#include "chromeos/chromeos_export.h" |
- |
-namespace chromeos { |
-namespace shill_stub_helper { |
- |
-// Add default devices, services and profiles. This works only if |
-// DBusThreadManager was initialized with the FakeShill*Clients. |
-void SetupDefaultEnvironment(); |
- |
-} // namespace shill_stub_helper |
-} // namespace chromeos |
- |
-#endif // CHROMEOS_DBUS_SHILL_STUB_HELPER_H_ |