Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3431)

Unified Diff: chrome/app/chrome_exe_main_gtk.cc

Issue 3043030: Move browser/first_run* into into a subdirectory. (Closed)
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | chrome/browser/first_run/first_run.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | chrome/browser/first_run/first_run.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698