[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / mojo / shell / run.h
blob2b60b4bd7aa6a9bcadd68b712ced940f50301444
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_RUN_H_
6 #define MOJO_SHELL_RUN_H_
8 #include <vector>
10 #include "url/gurl.h"
12 namespace mojo {
13 namespace shell {
15 class Context;
17 void Run(Context* context, const std::vector<GURL>& app_urls);
19 } // namespace shell
20 } // namespace mojo
22 #endif // MOJO_SHELL_RUN_H_