summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/callback_tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/callback_tracker.h')
-rw-r--r--ppapi/proxy/callback_tracker.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/proxy/callback_tracker.h b/ppapi/proxy/callback_tracker.h
index 5f8233c1..90c324a 100644
--- a/ppapi/proxy/callback_tracker.h
+++ b/ppapi/proxy/callback_tracker.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -10,7 +10,7 @@
#include "ppapi/c/pp_completion_callback.h"
#include "ppapi/c/pp_stdint.h"
-namespace pp {
+namespace ppapi {
namespace proxy {
class Dispatcher;
@@ -61,6 +61,6 @@ class CallbackTracker {
};
} // namespace proxy
-} // namespace pp
+} // namespace ppapi
#endif // PPAPI_PROXY_CALLBACK_TRACKER_H_