[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / mojo / shell / android / mojo_main.h
blob161ca71d684b5f2665c7ca4fe677f50f895462a2
1 // Copyright 2013 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.
5 #ifndef MOJO_SHELL_ANDROID_MOJO_MAIN_H_
6 #define MOJO_SHELL_ANDROID_MOJO_MAIN_H_
8 #include <jni.h>
10 namespace mojo {
12 bool RegisterMojoMain(JNIEnv* env);
14 } // namespace mojo
16 #endif // MOJO_SHELL_ANDROID_MOJO_MAIN_H_