blob: dc3d6bf97db9c6e415720b54e8fd4f270dc3cf5c [file] [log] [blame]
// Copyright 2015 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 SYNC_MODEL_TYPE_HELPER_H_
#define SYNC_MODEL_TYPE_HELPER_H_
#include <jni.h>
namespace syncer {
bool RegisterModelTypeHelperJni(JNIEnv* env);
}
#endif // SYNC_MODEL_TYPE_HELPER_H_