| Index: chrome/browser/sync/sync_setup_wizard.cc
|
| diff --git a/chrome/browser/views/sync/sync_setup_wizard.cc b/chrome/browser/sync/sync_setup_wizard.cc
|
| similarity index 98%
|
| rename from chrome/browser/views/sync/sync_setup_wizard.cc
|
| rename to chrome/browser/sync/sync_setup_wizard.cc
|
| index 31afcea15b187fa0f4a7c49297c52731f4e805fa..7d00ab9f939a383c2909e2290d8184a6db534710 100644
|
| --- a/chrome/browser/views/sync/sync_setup_wizard.cc
|
| +++ b/chrome/browser/sync/sync_setup_wizard.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #ifdef CHROME_PERSONALIZATION
|
|
|
| -#include "chrome/browser/views/sync/sync_setup_wizard.h"
|
| +#include "chrome/browser/sync/sync_setup_wizard.h"
|
|
|
| #include "app/resource_bundle.h"
|
| #include "base/message_loop.h"
|
| @@ -13,7 +13,7 @@
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/dom_ui/chrome_url_data_manager.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| -#include "chrome/browser/views/sync/sync_setup_flow.h"
|
| +#include "chrome/browser/sync/sync_setup_flow.h"
|
| #include "chrome/common/jstemplate_builder.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "grit/app_resources.h"
|
|
|