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

Unified Diff: components/autofill/browser/autocheckout_manager.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_manager.h
diff --git a/chrome/browser/autofill/autocheckout_manager.h b/components/autofill/browser/autocheckout_manager.h
similarity index 93%
rename from chrome/browser/autofill/autocheckout_manager.h
rename to components/autofill/browser/autocheckout_manager.h
index 4f9f4f0ef102f6cb728e8ec179ceb492656b5c5b..8383a31705cf54ccec9e432978b138eea489db5c 100644
--- a/chrome/browser/autofill/autocheckout_manager.h
+++ b/components/autofill/browser/autocheckout_manager.h
@@ -2,15 +2,15 @@
// 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_MANAGER_H_
-#define CHROME_BROWSER_AUTOFILL_AUTOCHECKOUT_MANAGER_H_
+#ifndef COMPONENTS_AUTOFILL_BROWSER_AUTOCHECKOUT_MANAGER_H_
+#define COMPONENTS_AUTOFILL_BROWSER_AUTOCHECKOUT_MANAGER_H_
#include <string>
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/string16.h"
-#include "chrome/browser/autofill/autocheckout_page_meta_data.h"
+#include "components/autofill/browser/autocheckout_page_meta_data.h"
#include "ui/gfx/native_widget_types.h"
class AutofillField;
@@ -114,4 +114,4 @@ class AutocheckoutManager {
} // namespace autofill
-#endif // CHROME_BROWSER_AUTOFILL_AUTOCHECKOUT_MANAGER_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOCHECKOUT_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698