Chromium Code Reviews| Index: components/password_manager/core/browser/password_bubble_experiment.cc |
| diff --git a/chrome/browser/ui/passwords/password_bubble_experiment.cc b/components/password_manager/core/browser/password_bubble_experiment.cc |
| similarity index 76% |
| rename from chrome/browser/ui/passwords/password_bubble_experiment.cc |
| rename to components/password_manager/core/browser/password_bubble_experiment.cc |
| index 50ec27f2c10cf071d9679c3b7d104650ec4d787e..a03d90b216194073f6286b45e41b41f7574a283d 100644 |
| --- a/chrome/browser/ui/passwords/password_bubble_experiment.cc |
| +++ b/components/password_manager/core/browser/password_bubble_experiment.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/ui/passwords/password_bubble_experiment.h" |
| +#include "components/password_manager/core/browser/password_bubble_experiment.h" |
| #include "base/metrics/field_trial.h" |
| #include "base/prefs/pref_service.h" |
| -#include "chrome/browser/password_manager/password_manager_util.h" |
| +#include "components/password_manager/core/browser/password_manager_util.h" |
| namespace password_bubble_experiment { |
| namespace { |
| @@ -14,12 +14,13 @@ namespace { |
| const char kBrandingExperimentName[] = "PasswordBranding"; |
| const char kSmartLockBrandingGroupName[] = "SmartLockBranding"; |
| -} // namespace |
| +} // namespace |
|
vabr (Chromium)
2015/05/19 17:12:42
Target directory has clang format enforcing, there
|
| void RecordBubbleClosed( |
| PrefService* prefs, |
| password_manager::metrics_util::UIDismissalReason reason) { |
| - // TODO(vasilii): store the statistics. |
| + // TODO(vasilii): store the statistics and consider merging with |
|
vabr (Chromium)
2015/05/19 17:12:41
Flagging another non-move change: enhanced TODO co
|
| + // password_manager_metrics_util.*. |
| } |
| bool IsSmartLockBrandingEnabled(const sync_driver::SyncService* sync_service) { |