| Index: mojo/public/environment/standalone/buffer_tls_setup.h
|
| diff --git a/mojo/system/embedder.cc b/mojo/public/environment/standalone/buffer_tls_setup.h
|
| similarity index 54%
|
| copy from mojo/system/embedder.cc
|
| copy to mojo/public/environment/standalone/buffer_tls_setup.h
|
| index b66fb2b61239e31efcdf850ebf0e2d0c2443eeda..aaabe669bcbe9923361c733df8d042eec1753f88 100644
|
| --- a/mojo/system/embedder.cc
|
| +++ b/mojo/public/environment/standalone/buffer_tls_setup.h
|
| @@ -2,16 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/system/embedder.h"
|
| -
|
| -#include "mojo/system/core_impl.h"
|
| -
|
| namespace mojo {
|
| -namespace embedder {
|
| +namespace internal {
|
|
|
| -void Init() {
|
| - Core::Init(new system::CoreImpl());
|
| -}
|
| +void SetUpCurrentBuffer();
|
| +void TearDownCurrentBuffer();
|
|
|
| -} // namespace embedder
|
| +} // namespace internal
|
| } // namespace mojo
|
|
|