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

Unified Diff: blimp/helium/syncable_common.cc

Issue 2602103002: Delete blimp/helium and remove references to it from dependent targets (Closed)
Patch Set: . 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 | « blimp/helium/syncable_common.h ('k') | blimp/helium/transport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/helium/syncable_common.cc
diff --git a/blimp/helium/syncable_common.cc b/blimp/helium/syncable_common.cc
deleted file mode 100644
index 3555ad1114f8e853adabd32232db3e5b4f9b69d0..0000000000000000000000000000000000000000
--- a/blimp/helium/syncable_common.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 "blimp/helium/syncable_common.h"
-
-namespace blimp {
-namespace helium {
-
-Bias ComputeBias(Peer owner, Peer running_as) {
- return (owner == running_as ? Bias::LOCAL : Bias::REMOTE);
-}
-
-} // namespace helium
-} // namespace blimp
« no previous file with comments | « blimp/helium/syncable_common.h ('k') | blimp/helium/transport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698