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

Unified Diff: ppapi/proxy/proxy_object_var.cc

Issue 9609008: Implemented Browser Plugin (NOT FOR REVIEW) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Merge with ToT. GuestToEmbedderChannel is now Dispatcher. Created 8 years, 7 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 | « ppapi/proxy/proxy_object_var.h ('k') | ppapi/shared_impl/var_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/proxy_object_var.cc
diff --git a/ppapi/proxy/proxy_object_var.cc b/ppapi/proxy/proxy_object_var.cc
index acd53f3d58244636947ebb4846f53f48bc93ff23..faea63521a12c69f63a622eaf272eb1497617348 100644
--- a/ppapi/proxy/proxy_object_var.cc
+++ b/ppapi/proxy/proxy_object_var.cc
@@ -7,11 +7,11 @@
#include "base/logging.h"
#include "ppapi/c/pp_var.h"
-using ppapi::proxy::PluginDispatcher;
+using ppapi::proxy::Dispatcher;
namespace ppapi {
-ProxyObjectVar::ProxyObjectVar(PluginDispatcher* dispatcher,
+ProxyObjectVar::ProxyObjectVar(Dispatcher* dispatcher,
int32 host_var_id)
: dispatcher_(dispatcher),
host_var_id_(host_var_id) {
« no previous file with comments | « ppapi/proxy/proxy_object_var.h ('k') | ppapi/shared_impl/var_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698