| Index: chrome/browser/history/history.cc
|
| ===================================================================
|
| --- chrome/browser/history/history.cc (revision 68044)
|
| +++ chrome/browser/history/history.cc (working copy)
|
| @@ -43,8 +43,8 @@
|
| #include "chrome/browser/history/in_memory_history_backend.h"
|
| #include "chrome/browser/history/top_sites.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| -#include "chrome/browser/profile.h"
|
| -#include "chrome/browser/visitedlink_master.h"
|
| +#include "chrome/browser/profiles/profile.h"
|
| +#include "chrome/browser/visitedlink/visitedlink_master.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/pref_names.h"
|
|
|