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

Unified Diff: components/autofill/browser/autocheckout_page_meta_data.h

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines 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/browser/autocheckout_page_meta_data.h
diff --git a/chrome/browser/autofill/autocheckout_page_meta_data.h b/components/autofill/browser/autocheckout_page_meta_data.h
similarity index 88%
rename from chrome/browser/autofill/autocheckout_page_meta_data.h
rename to components/autofill/browser/autocheckout_page_meta_data.h
index 73bbc563e1ce5c341c5492a9b21cf469b730953f..20b0883f665876cf3ef73a3c5173ce8c544fe8ae 100644
--- a/chrome/browser/autofill/autocheckout_page_meta_data.h
+++ b/components/autofill/browser/autocheckout_page_meta_data.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_AUTOFILL_AUTOCHECKOUT_PAGE_META_DATA_H_
-#define CHROME_BROWSER_AUTOFILL_AUTOCHECKOUT_PAGE_META_DATA_H_
+#ifndef COMPONENTS_AUTOFILL_BROWSER_AUTOCHECKOUT_PAGE_META_DATA_H_
+#define COMPONENTS_AUTOFILL_BROWSER_AUTOCHECKOUT_PAGE_META_DATA_H_
#include "base/memory/scoped_ptr.h"
#include "components/autofill/common/web_element_descriptor.h"
@@ -46,4 +46,4 @@ struct AutocheckoutPageMetaData {
} // namespace autofill
-#endif // CHROME_BROWSER_AUTOFILL_AUTOCHECKOUT_PAGE_META_DATA_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOCHECKOUT_PAGE_META_DATA_H_

Powered by Google App Engine
This is Rietveld 408576698