Index: components/password_manager/core/browser/password_manager_internals_service.cc |
diff --git a/components/password_manager/core/browser/password_manager_internals_service.cc b/components/password_manager/core/browser/password_manager_internals_service.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..13aea88abece5f2d96403f41384b5926a6498230 |
--- /dev/null |
+++ b/components/password_manager/core/browser/password_manager_internals_service.cc |
@@ -0,0 +1,11 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "components/password_manager/core/browser/password_manager_internals_service.h" |
+ |
+PasswordManagerInternalsService::PasswordManagerInternalsService() { |
+} |
+ |
+PasswordManagerInternalsService::~PasswordManagerInternalsService() { |
+} |