| Index: chrome/app/chrome_exe_main_gtk.cc
|
| diff --git a/chrome/app/chrome_exe_main_gtk.cc b/chrome/app/chrome_exe_main_gtk.cc
|
| index fb3c332d48dc378da96fb156e7b7cae19d85b471..b43c3decbc7fae5f77f15383c80b67f77179d479 100644
|
| --- a/chrome/app/chrome_exe_main_gtk.cc
|
| +++ b/chrome/app/chrome_exe_main_gtk.cc
|
| @@ -5,7 +5,7 @@
|
| #include "base/at_exit.h"
|
| #include "base/process_util.h"
|
| #if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| -#include "chrome/browser/first_run.h"
|
| +#include "chrome/browser/first_run/first_run.h"
|
| #endif
|
|
|
| // The entry point for all invocations of Chromium, browser and renderer. On
|
|
|