| Index: chrome/browser/first_run/first_run_import_observer.cc
|
| ===================================================================
|
| --- chrome/browser/first_run/first_run_import_observer.cc (revision 107012)
|
| +++ chrome/browser/first_run/first_run_import_observer.cc (working copy)
|
| @@ -5,7 +5,7 @@
|
| #include "chrome/browser/first_run/first_run_import_observer.h"
|
|
|
| #include "base/message_loop.h"
|
| -#include "content/common/result_codes.h"
|
| +#include "content/public/common/result_codes.h"
|
|
|
| FirstRunImportObserver::FirstRunImportObserver()
|
| : loop_running_(false), import_result_(content::RESULT_CODE_NORMAL_EXIT) {
|
|
|