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

Unified Diff: components/autofill/core/common/password_generation_util.h

Issue 16879006: In components/autofill, move common/ to core/common/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflict Created 7 years, 6 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/autofill/core/common/password_generation_util.h
diff --git a/components/autofill/common/password_generation_util.h b/components/autofill/core/common/password_generation_util.h
similarity index 91%
rename from components/autofill/common/password_generation_util.h
rename to components/autofill/core/common/password_generation_util.h
index a855958d5325811f4d1bc7f4d82b025b3998624b..90261466a26a664c0f2ee0bb10bc7830f09170f9 100644
--- a/components/autofill/common/password_generation_util.h
+++ b/components/autofill/core/common/password_generation_util.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 COMPONENTS_AUTOFILL_COMMON_PASSWORD_GENERATION_UTIL_H_
-#define COMPONENTS_AUTOFILL_COMMON_PASSWORD_GENERATION_UTIL_H_
+#ifndef COMPONENTS_AUTOFILL_CORE_COMMON_PASSWORD_GENERATION_UTIL_H_
+#define COMPONENTS_AUTOFILL_CORE_COMMON_PASSWORD_GENERATION_UTIL_H_
namespace autofill {
namespace password_generation {
@@ -74,4 +74,4 @@ enum UserAction {
} // namespace password_generation
} // namespace autofill
-#endif // COMPONENTS_AUTOFILL_COMMON_PASSWORD_GENERATION_UTIL_H_
+#endif // COMPONENTS_AUTOFILL_CORE_COMMON_PASSWORD_GENERATION_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698