Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / components / password_manager / core / browser / password_store_consumer.h
index ce07658..c923777 100644 (file)
@@ -13,6 +13,8 @@ namespace autofill {
 struct PasswordForm;
 }
 
+namespace password_manager {
+
 // Reads from the PasswordStore are done asynchronously on a separate
 // thread. PasswordStoreConsumer provides the virtual callback method, which is
 // guaranteed to be executed on this (the UI) thread. It also provides the
@@ -46,4 +48,6 @@ class PasswordStoreConsumer {
   base::WeakPtrFactory<PasswordStoreConsumer> weak_ptr_factory_;
 };
 
+}  // namespace password_manager
+
 #endif  // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_STORE_CONSUMER_H_