summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/sync_sessions_metrics_android.h
blob: 1e1682193289dabb31866cd4bb786d834a9a0f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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.

#ifndef CHROME_BROWSER_SYNC_SYNC_SESSIONS_METRICS_ANDROID_H_
#define CHROME_BROWSER_SYNC_SYNC_SESSIONS_METRICS_ANDROID_H_

#include <jni.h>

// Android JNI bridge, java class name is SyncSessionsMetrics.
class SyncSessionsMetricsAndroid {
 public:
  static bool Register(JNIEnv* env);
};

#endif  // CHROME_BROWSER_SYNC_SYNC_SESSIONS_METRICS_ANDROID_H_