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

Unified Diff: components/autofill/common/autocheckout_status.h

Issue 12543010: Establish components/autofill and move some files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OWNERS DEPS Created 7 years, 9 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/common/autocheckout_status.h
diff --git a/chrome/common/autofill/autocheckout_status.h b/components/autofill/common/autocheckout_status.h
similarity index 64%
rename from chrome/common/autofill/autocheckout_status.h
rename to components/autofill/common/autocheckout_status.h
index cb5808affb04677277f2c18457005b33aa127f96..80e6abf5766656cf683cd90d21ca96d9b8a1bd15 100644
--- a/chrome/common/autofill/autocheckout_status.h
+++ b/components/autofill/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 CHROME_COMMON_AUTOFILL_AUTOCHECKOUT_STATUS_H_
-#define CHROME_COMMON_AUTOFILL_AUTOCHECKOUT_STATUS_H_
+#ifndef COMPONENTS_AUTOFILL_COMMON_AUTOCHECKOUT_STATUS_H_
+#define COMPONENTS_AUTOFILL_COMMON_AUTOCHECKOUT_STATUS_H_
namespace autofill {
@@ -16,4 +16,4 @@ enum AutocheckoutStatus {
} // namespace autofill
-#endif // CHROME_COMMON_AUTOFILL_AUTOCHECKOUT_STATUS_H_
+#endif // COMPONENTS_AUTOFILL_COMMON_AUTOCHECKOUT_STATUS_H_

Powered by Google App Engine
This is Rietveld 408576698