diff options
Diffstat (limited to 'chrome/app/chrome_exe_main_gtk.cc')
-rw-r--r-- | chrome/app/chrome_exe_main_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome_exe_main_gtk.cc b/chrome/app/chrome_exe_main_gtk.cc index fb3c332..b43c3de 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 |