Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(405)

Unified Diff: components/password_manager/core/browser/password_bubble_experiment.h

Issue 1133613007: Move password_manager_util and password_bubble_experiment to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@486739_componentise_experiment_utils_to_ios_sources
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698