Index: mojo/edk/system/configuration.cc |
diff --git a/third_party/mojo/src/mojo/edk/system/configuration.cc b/mojo/edk/system/configuration.cc |
similarity index 85% |
copy from third_party/mojo/src/mojo/edk/system/configuration.cc |
copy to mojo/edk/system/configuration.cc |
index 040c4768e2c9fb84e01b9e4d3b639e183b5150ff..9aaed315f8edf79f1232e3cd7b79a7acbebee3b1 100644 |
--- a/third_party/mojo/src/mojo/edk/system/configuration.cc |
+++ b/mojo/edk/system/configuration.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "third_party/mojo/src/mojo/edk/system/configuration.h" |
+#include "mojo/edk/system/configuration.h" |
namespace mojo { |
-namespace system { |
+namespace edk { |
namespace internal { |
// These default values should be synced with the documentation in |
// mojo/edk/embedder/configuration.h. |
-embedder::Configuration g_configuration = { |
+Configuration g_configuration = { |
1000000, // max_handle_table_size |
1000000, // max_mapping_table_sze |
1000000, // max_wait_many_num_handles |
@@ -22,5 +22,5 @@ embedder::Configuration g_configuration = { |
1024 * 1024 * 1024}; // max_shared_memory_num_bytes |
} // namespace internal |
-} // namespace system |
+} // namespace edk |
} // namespace mojo |