diff options
Diffstat (limited to 'chrome/gpu/gpu_main.cc')
-rw-r--r-- | chrome/gpu/gpu_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/gpu/gpu_main.cc b/chrome/gpu/gpu_main.cc index 2ae53f2..b06f76e 100644 --- a/chrome/gpu/gpu_main.cc +++ b/chrome/gpu/gpu_main.cc @@ -31,7 +31,7 @@ #endif #if defined(USE_X11) -#include "gfx/gtk_util.h" +#include "ui/gfx/gtk_util.h" #endif // Main function for starting the Gpu process. |