| Index: content/common/gpu/x_util.h
|
| ===================================================================
|
| --- content/common/gpu/x_util.h (revision 163460)
|
| +++ content/common/gpu/x_util.h (working copy)
|
| @@ -13,6 +13,8 @@
|
|
|
| #if defined(USE_X11)
|
|
|
| +namespace content {
|
| +
|
| // Forward declares ------------------------------------------------------------
|
| //
|
| // X Windows headers do a lot of evil stuff, like "#define Status int" which
|
| @@ -41,6 +43,8 @@
|
| void operator()(void* x) const;
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // USE_X11
|
|
|
| #endif // CHROME_GPU_X_UTIL_H_
|
|
|