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

Unified Diff: chromeos/dbus/mock_sms_client.h

Issue 13959009: dbus: Remove unused GMock-ed clients. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « chromeos/dbus/mock_permission_broker_client.cc ('k') | chromeos/dbus/mock_sms_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_sms_client.h
diff --git a/chromeos/dbus/mock_sms_client.h b/chromeos/dbus/mock_sms_client.h
deleted file mode 100644
index dcba379229676eead4c22a02c74d600a3e64fca4..0000000000000000000000000000000000000000
--- a/chromeos/dbus/mock_sms_client.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (c) 2012 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_MOCK_SMS_CLIENT_H_
-#define CHROMEOS_DBUS_MOCK_SMS_CLIENT_H_
-
-#include <string>
-
-#include "base/values.h"
-#include "chromeos/dbus/sms_client.h"
-#include "dbus/object_path.h"
-#include "testing/gmock/include/gmock/gmock.h"
-
-namespace chromeos {
-
-class MockSMSClient : public SMSClient {
- public:
- MockSMSClient();
- virtual ~MockSMSClient();
- MOCK_METHOD3(GetAll, void(const std::string& service_name,
- const dbus::ObjectPath& object_path,
- const GetAllCallback& callback));
-};
-
-} // namespace chromeos
-
-#endif // CHROMEOS_DBUS_MOCK_SMS_CLIENT_H_
« no previous file with comments | « chromeos/dbus/mock_permission_broker_client.cc ('k') | chromeos/dbus/mock_sms_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698