[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / mojo / shell / init.h
blobc83134aa88cb90c1d11075a13a23e86c3bf68f17
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_INIT_H_
6 #define MOJO_SHELL_INIT_H_
8 namespace mojo {
9 namespace shell {
11 // Initialization routines shared by desktop and Android main functions.
13 void InitializeLogging();
15 } // namespace shell
16 } // namespace mojo
18 #endif // MOJO_SHELL_INIT_H_