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

Unified Diff: components/autofill/browser/test_autofill_manager_delegate.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/test_autofill_manager_delegate.h
diff --git a/chrome/browser/autofill/test_autofill_manager_delegate.h b/components/autofill/browser/test_autofill_manager_delegate.h
similarity index 89%
rename from chrome/browser/autofill/test_autofill_manager_delegate.h
rename to components/autofill/browser/test_autofill_manager_delegate.h
index 349a5fdf01d793ecfc9f929cc0fc8dc8b66e7d0b..64873c026ff622ea4f27fb5670945e99b2d54132 100644
--- a/chrome/browser/autofill/test_autofill_manager_delegate.h
+++ b/components/autofill/browser/test_autofill_manager_delegate.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_AUTOFILL_TEST_AUTOFILL_MANAGER_DELEGATE_H_
-#define CHROME_BROWSER_AUTOFILL_TEST_AUTOFILL_MANAGER_DELEGATE_H_
+#ifndef COMPONENTS_AUTOFILL_BROWSER_TEST_AUTOFILL_MANAGER_DELEGATE_H_
+#define COMPONENTS_AUTOFILL_BROWSER_TEST_AUTOFILL_MANAGER_DELEGATE_H_
#include "base/compiler_specific.h"
-#include "chrome/browser/autofill/autofill_manager_delegate.h"
+#include "components/autofill/browser/autofill_manager_delegate.h"
namespace autofill {
@@ -62,4 +62,4 @@ class TestAutofillManagerDelegate : public AutofillManagerDelegate {
} // namespace autofill
-#endif // CHROME_BROWSER_AUTOFILL_TEST_AUTOFILL_MANAGER_DELEGATE_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_TEST_AUTOFILL_MANAGER_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698