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

Unified Diff: content/renderer/pepper_plugin_delegate_impl.h

Issue 7655002: Convert the pp::proxy namespace to the ppapi::proxy namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
Index: content/renderer/pepper_plugin_delegate_impl.h
diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h
index c7f98868db565ff46e3f6133025eb2c554150d3b..3fc9115c97abf6ef4ecee12e56535256a63152ea 100644
--- a/content/renderer/pepper_plugin_delegate_impl.h
+++ b/content/renderer/pepper_plugin_delegate_impl.h
@@ -65,7 +65,7 @@ class BrokerDispatcherWrapper {
base::SyncSocket::Handle handle);
private:
- scoped_ptr<pp::proxy::BrokerDispatcher> dispatcher_;
+ scoped_ptr<ppapi::proxy::BrokerDispatcher> dispatcher_;
};
// This object is NOT thread-safe.

Powered by Google App Engine
This is Rietveld 408576698