Index: webkit/plugins/ppapi/ppapi_unittest.h |
=================================================================== |
--- webkit/plugins/ppapi/ppapi_unittest.h (revision 0) |
+++ webkit/plugins/ppapi/ppapi_unittest.h (working copy) |
@@ -2,15 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_GLUE_PLUGINS_PPAPI_UNITTEST_H_ |
-#define WEBKIT_GLUE_PLUGINS_PPAPI_UNITTEST_H_ |
+#ifndef WEBKIT_PLUGINS_PPAPI_PPAPI_UNITTEST_H_ |
+#define WEBKIT_PLUGINS_PPAPI_PPAPI_UNITTEST_H_ |
#include "base/basictypes.h" |
#include "base/ref_counted.h" |
#include "base/scoped_ptr.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-namespace pepper { |
+namespace webkit { |
+namespace ppapi { |
class MockPluginDelegate; |
class PluginInstance; |
@@ -41,6 +42,7 @@ |
DISALLOW_COPY_AND_ASSIGN(PpapiUnittest); |
}; |
-} // namespace pepper |
+} // namespace ppapi |
+} // namespace webkit |
-#endif // WEBKIT_GLUE_PLUGINS_PPAPI_UNITTEST_H_ |
+#endif // WEBKIT_GLUE_PPAPI_PLUGINS_PPAPI_UNITTEST_H_ |