Index: ppapi/proxy/dispatcher.cc |
diff --git a/ppapi/proxy/dispatcher.cc b/ppapi/proxy/dispatcher.cc |
index f8cc5b96535c85f43a3c5e46f5bd5e5886597879..0432878d4ccfc01eb7323ffa05674dedb85bf797 100644 |
--- a/ppapi/proxy/dispatcher.cc |
+++ b/ppapi/proxy/dispatcher.cc |
@@ -91,7 +91,7 @@ |
#include "ppapi/proxy/ppp_video_decoder_proxy.h" |
#include "ppapi/proxy/var_serialization_rules.h" |
-namespace pp { |
+namespace ppapi { |
namespace proxy { |
namespace { |
@@ -283,4 +283,4 @@ void Dispatcher::AddIOThreadMessageFilter( |
} |
} // namespace proxy |
-} // namespace pp |
+} // namespace ppapi |