| Index: mojo/public/cpp/utility/run_loop.h
|
| diff --git a/mojo/public/utility/run_loop.h b/mojo/public/cpp/utility/run_loop.h
|
| similarity index 95%
|
| rename from mojo/public/utility/run_loop.h
|
| rename to mojo/public/cpp/utility/run_loop.h
|
| index 7954ab763441e21abe886a62a99d1fea8edf4b41..288a68e594ba444be1a55cdca281e01b06357a60 100644
|
| --- a/mojo/public/utility/run_loop.h
|
| +++ b/mojo/public/cpp/utility/run_loop.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_PUBLIC_UTILITY_RUN_LOOP_H_
|
| -#define MOJO_PUBLIC_UTILITY_RUN_LOOP_H_
|
| +#ifndef MOJO_PUBLIC_CPP_UTILITY_RUN_LOOP_H_
|
| +#define MOJO_PUBLIC_CPP_UTILITY_RUN_LOOP_H_
|
|
|
| #include <map>
|
|
|
| @@ -105,4 +105,4 @@ class RunLoop {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_PUBLIC_UTILITY_RUN_LOOP_H_
|
| +#endif // MOJO_PUBLIC_CPP_UTILITY_RUN_LOOP_H_
|
|
|