blob: 18b5a80138cf60acc8f02c6475c4967cd1418698 [file] [log] [blame]
Siarhei Vishniakou9b407522022-09-20 23:56:57 +00001// Copyright 2022 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "chrome_to_android_compatibility.h"
6
7// Android's external/libchrome directory is out of date.
8// Add missing templates here as a temporary solution
9namespace base {
10
11bool operator==(const TimeTicks& t1, const TimeTicks& t2) {
12 return t1.since_origin() == t2.since_origin();
13}
14
15} // namespace base