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

Unified Diff: components/autofill/core/common/autocheckout_status.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
« no previous file with comments | « components/autofill/core/common/OWNERS ('k') | components/autofill/core/common/autofill_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/common/autocheckout_status.h
diff --git a/components/autofill/common/autocheckout_status.h b/components/autofill/core/common/autocheckout_status.h
similarity index 69%
rename from components/autofill/common/autocheckout_status.h
rename to components/autofill/core/common/autocheckout_status.h
index 182bba82a27a2e9b6b68c0266374046546411e9f..95a5f00a71b2ed6a53bbc95313709ef42676f345 100644
--- a/components/autofill/common/autocheckout_status.h
+++ b/components/autofill/core/common/autocheckout_status.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_AUTOCHECKOUT_STATUS_H_
-#define COMPONENTS_AUTOFILL_COMMON_AUTOCHECKOUT_STATUS_H_
+#ifndef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOCHECKOUT_STATUS_H_
+#define COMPONENTS_AUTOFILL_CORE_COMMON_AUTOCHECKOUT_STATUS_H_
namespace autofill {
@@ -19,4 +19,4 @@ enum AutocheckoutStatus {
} // namespace autofill
-#endif // COMPONENTS_AUTOFILL_COMMON_AUTOCHECKOUT_STATUS_H_
+#endif // COMPONENTS_AUTOFILL_CORE_COMMON_AUTOCHECKOUT_STATUS_H_
« no previous file with comments | « components/autofill/core/common/OWNERS ('k') | components/autofill/core/common/autofill_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698