| Index: chromeos/dbus/cryptohome_client.cc
|
| diff --git a/chrome/browser/chromeos/dbus/cryptohome_client.cc b/chromeos/dbus/cryptohome_client.cc
|
| similarity index 99%
|
| rename from chrome/browser/chromeos/dbus/cryptohome_client.cc
|
| rename to chromeos/dbus/cryptohome_client.cc
|
| index 57674be01102bed8d19288b1d693944db13a8083..b4d9e3f7712c7a76550b586ba4f780fde84c03de 100644
|
| --- a/chrome/browser/chromeos/dbus/cryptohome_client.cc
|
| +++ b/chromeos/dbus/cryptohome_client.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/chromeos/dbus/cryptohome_client.h"
|
| +#include "chromeos/dbus/cryptohome_client.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/message_loop.h"
|
| -#include "chrome/browser/chromeos/dbus/blocking_method_caller.h"
|
| +#include "chromeos/dbus/blocking_method_caller.h"
|
| #include "dbus/bus.h"
|
| #include "dbus/message.h"
|
| #include "dbus/object_path.h"
|
|
|