| Index: components/password_manager/core/browser/password_bubble_experiment.h
|
| diff --git a/chrome/browser/ui/passwords/password_bubble_experiment.h b/components/password_manager/core/browser/password_bubble_experiment.h
|
| similarity index 78%
|
| rename from chrome/browser/ui/passwords/password_bubble_experiment.h
|
| rename to components/password_manager/core/browser/password_bubble_experiment.h
|
| index 5479c6ac290d47448afc7817dc8c132c4e136bd8..74a86a7106dbea5b09b441dd08bbb485f1d98486 100644
|
| --- a/chrome/browser/ui/passwords/password_bubble_experiment.h
|
| +++ b/components/password_manager/core/browser/password_bubble_experiment.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_UI_PASSWORDS_PASSWORD_BUBBLE_EXPERIMENT_H_
|
| -#define CHROME_BROWSER_UI_PASSWORDS_PASSWORD_BUBBLE_EXPERIMENT_H_
|
| +#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_BUBBLE_EXPERIMENT_H_
|
| +#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_BUBBLE_EXPERIMENT_H_
|
|
|
| #include "base/macros.h"
|
| #include "components/password_manager/core/browser/password_manager_metrics_util.h"
|
| @@ -28,4 +28,4 @@ bool IsSmartLockBrandingEnabled(const sync_driver::SyncService* sync_service);
|
|
|
| } // namespace password_bubble_experiment
|
|
|
| -#endif // CHROME_BROWSER_UI_PASSWORDS_PASSWORD_BUBBLE_EXPERIMENT_H_
|
| +#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_BUBBLE_EXPERIMENT_H_
|
|
|