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

Unified Diff: mojo/embedder/channel_init.h

Issue 472903002: Mojo: Get rid of some unneeded namespace qualifiers in mojo/embedder/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months 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 | « no previous file | mojo/embedder/channel_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/embedder/channel_init.h
diff --git a/mojo/embedder/channel_init.h b/mojo/embedder/channel_init.h
index 00337c5f0043a9befdfb67ed83d5e7962296f4e8..26a645288f977bb5f94c66152fda626b7ef75015 100644
--- a/mojo/embedder/channel_init.h
+++ b/mojo/embedder/channel_init.h
@@ -45,12 +45,12 @@ class MOJO_SYSTEM_IMPL_EXPORT ChannelInit {
// since we want to destroy the channel even if we're destroyed.)
static void OnCreatedChannel(base::WeakPtr<ChannelInit> self,
scoped_refptr<base::TaskRunner> io_thread,
- embedder::ChannelInfo* channel);
+ ChannelInfo* channel);
scoped_refptr<base::TaskRunner> io_thread_task_runner_;
// If non-null the channel has been established.
- embedder::ChannelInfo* channel_info_;
+ ChannelInfo* channel_info_;
base::WeakPtrFactory<ChannelInit> weak_factory_;
« no previous file with comments | « no previous file | mojo/embedder/channel_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698