| Index: shell/shell_test_helper.cc
|
| diff --git a/shell/shell_test_helper.cc b/shell/shell_test_helper.cc
|
| index e7d431bc7cc0394a138ead810b02515210f78102..398dd7b8fd62c1748517694846bfbb76a226dc9f 100644
|
| --- a/shell/shell_test_helper.cc
|
| +++ b/shell/shell_test_helper.cc
|
| @@ -13,7 +13,6 @@
|
| #include "shell/init.h"
|
| #include "shell/url_resolver.h"
|
|
|
| -namespace mojo {
|
| namespace shell {
|
|
|
| ShellTestHelper::ShellTestHelper() {
|
| @@ -43,4 +42,3 @@ void ShellTestHelper::AddURLMapping(const GURL& url, const GURL& resolved_url) {
|
| }
|
|
|
| } // namespace shell
|
| -} // namespace mojo
|
|
|