Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1719)

Unified Diff: mojo/services/html_viewer/webthread_impl.h

Issue 808553007: Move HTMLViewer out of mojo namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix merge mistake in test Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/services/html_viewer/webthemeengine_impl.cc ('k') | mojo/services/html_viewer/webthread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « mojo/services/html_viewer/webthemeengine_impl.cc ('k') | mojo/services/html_viewer/webthread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698