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

Unified Diff: components/arc/arc_bridge_service.h

Issue 2581533004: Refactor ArcBridgeTest. (Closed)
Patch Set: Address comments. Created 4 years 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 | « no previous file | components/arc/arc_bridge_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_bridge_service.h
diff --git a/components/arc/arc_bridge_service.h b/components/arc/arc_bridge_service.h
index 64852212e89552acef0aabcc23c7d59815d31f15..2607e641efd9e1cdfaa8cf2c0b966c50422b31ad 100644
--- a/components/arc/arc_bridge_service.h
+++ b/components/arc/arc_bridge_service.h
@@ -10,7 +10,6 @@
#include <vector>
#include "base/files/scoped_file.h"
-#include "base/gtest_prod_util.h"
#include "base/macros.h"
#include "base/observer_list.h"
#include "base/values.h"
@@ -22,9 +21,6 @@ class CommandLine;
} // namespace base
namespace arc {
-
-class ArcBridgeTest;
-
namespace mojom {
// Instead of including components/arc/common/arc_bridge.mojom.h, list all the
@@ -221,14 +217,6 @@ class ArcBridgeService {
bool CalledOnValidThread();
private:
- friend class ArcBridgeTest;
- FRIEND_TEST_ALL_PREFIXES(ArcBridgeTest, Basic);
- FRIEND_TEST_ALL_PREFIXES(ArcBridgeTest, Prerequisites);
- FRIEND_TEST_ALL_PREFIXES(ArcBridgeTest, StopMidStartup);
- FRIEND_TEST_ALL_PREFIXES(ArcBridgeTest, Restart);
- FRIEND_TEST_ALL_PREFIXES(ArcBridgeTest, OnBridgeStopped);
- FRIEND_TEST_ALL_PREFIXES(ArcBridgeTest, Shutdown);
-
base::ObserverList<ArcSessionObserver> observer_list_;
base::ThreadChecker thread_checker_;
« no previous file with comments | « no previous file | components/arc/arc_bridge_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698