| Index: chrome/browser/profile.cc
|
| ===================================================================
|
| --- chrome/browser/profile.cc (revision 54623)
|
| +++ chrome/browser/profile.cc (working copy)
|
| @@ -45,7 +45,6 @@
|
| #include "chrome/browser/keychain_mac.h"
|
| #include "chrome/browser/password_manager/password_store_mac.h"
|
| #elif defined(OS_POSIX) && !defined(OS_CHROMEOS)
|
| -#include "base/xdg_util.h"
|
| #include "chrome/browser/password_manager/native_backend_gnome_x.h"
|
| #include "chrome/browser/password_manager/native_backend_kwallet_x.h"
|
| #include "chrome/browser/password_manager/password_store_x.h"
|
| @@ -548,4 +547,3 @@
|
| Profile *Profile::CreateOffTheRecordProfile() {
|
| return new OffTheRecordProfileImpl(this);
|
| }
|
| -
|
|
|