| Index: chrome/browser/gtk/first_run_dialog.h
|
| diff --git a/chrome/browser/gtk/first_run_dialog.h b/chrome/browser/gtk/first_run_dialog.h
|
| index f757a4229a3674fd5d75b14cab630bb089db046a..fcc7e4a94734bee1dd4c2c869a6273056e6272f4 100644
|
| --- a/chrome/browser/gtk/first_run_dialog.h
|
| +++ b/chrome/browser/gtk/first_run_dialog.h
|
| @@ -10,7 +10,7 @@ typedef struct _GtkButton GtkButton;
|
| typedef struct _GtkWidget GtkWidget;
|
|
|
| #include "app/gtk_signal.h"
|
| -#include "chrome/browser/first_run.h"
|
| +#include "chrome/browser/first_run/first_run.h"
|
| #include "chrome/browser/importer/importer.h"
|
|
|
| class FirstRunDialog : public ImportObserver {
|
|
|