| Index: chrome/browser/dom_ui/options/stop_syncing_handler.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/options/stop_syncing_handler.cc (revision 68044)
|
| +++ chrome/browser/dom_ui/options/stop_syncing_handler.cc (working copy)
|
| @@ -11,8 +11,8 @@
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| -#include "chrome/browser/profile.h"
|
| -#include "chrome/browser/profile_manager.h"
|
| +#include "chrome/browser/profiles/profile.h"
|
| +#include "chrome/browser/profiles/profile_manager.h"
|
|
|
| StopSyncingHandler::StopSyncingHandler() {
|
| }
|
|
|