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

Unified Diff: ppapi/proxy/serialized_structs.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/serialized_structs.h
diff --git a/ppapi/proxy/serialized_structs.h b/ppapi/proxy/serialized_structs.h
index dac6540c25f0e564875dfefac9370e4c54b0d4a4..159ee390d09ca50bbce2fac23ba00d978d264e1e 100644
--- a/ppapi/proxy/serialized_structs.h
+++ b/ppapi/proxy/serialized_structs.h
@@ -20,7 +20,7 @@
struct PP_FontDescription_Dev;
-namespace pp {
+namespace ppapi {
namespace proxy {
class Dispatcher;
@@ -55,7 +55,7 @@ struct SerializedFontDescription {
PP_FontDescription_Dev* desc,
bool dest_owns_ref) const;
- pp::proxy::SerializedVar face;
+ SerializedVar face;
int32_t family;
uint32_t size;
int32_t weight;
@@ -129,6 +129,6 @@ typedef int ImageHandle;
#endif
} // namespace proxy
-} // namespace pp
+} // namespace ppapi
#endif // PPAPI_PROXY_SERIALIZED_STRUCTS_H_

Powered by Google App Engine
This is Rietveld 408576698