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

Unified Diff: components/autofill/browser/test_autofill_external_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_external_delegate.h
diff --git a/chrome/browser/autofill/test_autofill_external_delegate.h b/components/autofill/browser/test_autofill_external_delegate.h
similarity index 60%
rename from chrome/browser/autofill/test_autofill_external_delegate.h
rename to components/autofill/browser/test_autofill_external_delegate.h
index 19e147345ffecda0f9c176cfface51357f25de3e..81268d7fe46dbe61f5abbf35cac3ea8baad95f5a 100644
--- a/chrome/browser/autofill/test_autofill_external_delegate.h
+++ b/components/autofill/browser/test_autofill_external_delegate.h
@@ -2,10 +2,10 @@
// 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_EXTERNAL_DELEGATE_H_
-#define CHROME_BROWSER_AUTOFILL_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_
+#ifndef COMPONENTS_AUTOFILL_BROWSER_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_
+#define COMPONENTS_AUTOFILL_BROWSER_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_
-#include "chrome/browser/autofill/autofill_external_delegate.h"
+#include "components/autofill/browser/autofill_external_delegate.h"
class AutofillManager;
@@ -18,4 +18,4 @@ void GenerateTestAutofillPopup(
} // namespace autofill
-#endif // CHROME_BROWSER_AUTOFILL_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698