| Index: content/browser/renderer_host/java/java_type.h
 | 
| ===================================================================
 | 
| --- content/browser/renderer_host/java/java_type.h	(revision 164665)
 | 
| +++ content/browser/renderer_host/java/java_type.h	(working copy)
 | 
| @@ -9,6 +9,8 @@
 | 
|  
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  
 | 
| +namespace content {
 | 
| +
 | 
|  // The type of a Java value. A light-weight enum-like structure intended for
 | 
|  // use by value and in STL containers.
 | 
|  struct JavaType {
 | 
| @@ -43,4 +45,6 @@
 | 
|    scoped_ptr<JavaType> inner_type;  // Used for TypeArray only.
 | 
|  };
 | 
|  
 | 
| +}  // namespace content
 | 
| +
 | 
|  #endif  // CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_TYPE_H_
 | 
| 
 |