| Index: mojo/services/html_viewer/webthread_impl.cc
|
| diff --git a/mojo/services/html_viewer/webthread_impl.cc b/mojo/services/html_viewer/webthread_impl.cc
|
| index 8c2425a67de9234bdea584c09e9dcffc3091719c..b14f2f1f39e779470d0acbe8939ade224a814703 100644
|
| --- a/mojo/services/html_viewer/webthread_impl.cc
|
| +++ b/mojo/services/html_viewer/webthread_impl.cc
|
| @@ -13,7 +13,7 @@
|
| #include "base/pending_task.h"
|
| #include "base/threading/platform_thread.h"
|
|
|
| -namespace mojo {
|
| +namespace html_viewer {
|
|
|
| WebThreadBase::WebThreadBase() {}
|
| WebThreadBase::~WebThreadBase() {}
|
| @@ -136,4 +136,4 @@ blink::PlatformThreadId WebThreadImplForMessageLoop::threadId() const {
|
|
|
| WebThreadImplForMessageLoop::~WebThreadImplForMessageLoop() {}
|
|
|
| -} // namespace mojo
|
| +} // namespace html_viewer
|
|
|