summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-29 23:40:01 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-29 23:40:01 +0000
commit82073579650d9efd4e096b6ce21e04d2fd48b2ad (patch)
tree5d30dc51a69b138a0a3f691fab541373cec2ba45 /chrome/app
parentb83f780b271fb281892c11938ac7032f72d2db35 (diff)
downloadchromium_src-82073579650d9efd4e096b6ce21e04d2fd48b2ad.zip
chromium_src-82073579650d9efd4e096b6ce21e04d2fd48b2ad.tar.gz
chromium_src-82073579650d9efd4e096b6ce21e04d2fd48b2ad.tar.bz2
Move browser/first_run* into into a subdirectory.
BUG=50548 Review URL: http://codereview.chromium.org/3043030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/chrome_exe_main_gtk.cc2
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