Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc |
diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc |
index 5869930bbc02243ddc01cbad3d670219413a304a..4269511a01b40865c51f190bd3d7351a92b295c7 100644 |
--- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc |
+++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc |
@@ -5,13 +5,14 @@ |
#include "chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate.h" |
namespace extensions { |
-namespace api { |
+ |
+namespace easy_unlock_private = api::easy_unlock_private; |
namespace { |
// Stub EasyUnlockPrivateCryptoDelegate implementation. |
class EasyUnlockPrivateCryptoDelegateStub |
- : public extensions::api::EasyUnlockPrivateCryptoDelegate { |
+ : public extensions::EasyUnlockPrivateCryptoDelegate { |
public: |
EasyUnlockPrivateCryptoDelegateStub() {} |
@@ -52,5 +53,4 @@ scoped_ptr<EasyUnlockPrivateCryptoDelegate> |
new EasyUnlockPrivateCryptoDelegateStub()); |
} |
-} // namespace api |
} // namespace extensions |