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

Unified Diff: ppapi/proxy/ppb_graphics_2d_proxy.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: ppapi/proxy/ppb_graphics_2d_proxy.h
diff --git a/ppapi/proxy/ppb_graphics_2d_proxy.h b/ppapi/proxy/ppb_graphics_2d_proxy.h
index 7834accc0b865a33e1194ea05f85a26fe8ffde63..cd4c55f2485f3a3e5999f1087e7a162bccbb5e4c 100644
--- a/ppapi/proxy/ppb_graphics_2d_proxy.h
+++ b/ppapi/proxy/ppb_graphics_2d_proxy.h
@@ -21,7 +21,7 @@ struct PPB_Graphics2D;
struct PP_Point;
struct PP_Rect;
-namespace pp {
+namespace ppapi {
namespace proxy {
class PPB_Graphics2D_Proxy : public InterfaceProxy {
@@ -65,11 +65,11 @@ class PPB_Graphics2D_Proxy : public InterfaceProxy {
void SendFlushACKToPlugin(int32_t result,
const ppapi::HostResource& graphics_2d);
- CompletionCallbackFactory<PPB_Graphics2D_Proxy,
- ProxyNonThreadSafeRefCount> callback_factory_;
+ pp::CompletionCallbackFactory<PPB_Graphics2D_Proxy,
+ ProxyNonThreadSafeRefCount> callback_factory_;
};
} // namespace proxy
-} // namespace pp
+} // namespace ppapi
#endif // PPAPI_PPB_GRAPHICS_2D_PROXY_H_

Powered by Google App Engine
This is Rietveld 408576698