| Index: mojo/services/html_viewer/webthread_impl.h
 | 
| diff --git a/mojo/services/html_viewer/webthread_impl.h b/mojo/services/html_viewer/webthread_impl.h
 | 
| index 93d7aeb3cce2f952245620a6dd72fe7a490bae21..beae251ce8cafc437e4b79cd543d585c56352780 100644
 | 
| --- a/mojo/services/html_viewer/webthread_impl.h
 | 
| +++ b/mojo/services/html_viewer/webthread_impl.h
 | 
| @@ -11,7 +11,7 @@
 | 
|  #include "base/threading/thread.h"
 | 
|  #include "third_party/WebKit/public/platform/WebThread.h"
 | 
|  
 | 
| -namespace mojo {
 | 
| +namespace html_viewer {
 | 
|  
 | 
|  class WebThreadBase : public blink::WebThread {
 | 
|   public:
 | 
| @@ -73,6 +73,6 @@ class WebThreadImplForMessageLoop : public WebThreadBase {
 | 
|    blink::PlatformThreadId thread_id_;
 | 
|  };
 | 
|  
 | 
| -}  // namespace mojo
 | 
| +}  // namespace html_viewer
 | 
|  
 | 
|  #endif  // MOJO_SERVICES_HTML_VIEWER_WEBTHREAD_IMPL_H_
 | 
| 
 |