Index: components/password_manager/content/browser/content_password_manager_driver.h |
diff --git a/chrome/browser/password_manager/content_password_manager_driver.h b/components/password_manager/content/browser/content_password_manager_driver.h |
similarity index 88% |
rename from chrome/browser/password_manager/content_password_manager_driver.h |
rename to components/password_manager/content/browser/content_password_manager_driver.h |
index 875672b364f8f709441b0f180c799b4d2bf2b7a3..a1480a430f54116c7b7b4413babb0383274f9696 100644 |
--- a/chrome/browser/password_manager/content_password_manager_driver.h |
+++ b/components/password_manager/content/browser/content_password_manager_driver.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_PASSWORD_MANAGER_CONTENT_PASSWORD_MANAGER_DRIVER_H_ |
-#define CHROME_BROWSER_PASSWORD_MANAGER_CONTENT_PASSWORD_MANAGER_DRIVER_H_ |
+#ifndef COMPONENTS_PASSWORD_MANAGER_CONTENT_BROWSER_CONTENT_PASSWORD_MANAGER_DRIVER_H_ |
+#define COMPONENTS_PASSWORD_MANAGER_CONTENT_BROWSER_CONTENT_PASSWORD_MANAGER_DRIVER_H_ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
@@ -54,4 +54,4 @@ class ContentPasswordManagerDriver : public PasswordManagerDriver, |
DISALLOW_COPY_AND_ASSIGN(ContentPasswordManagerDriver); |
}; |
-#endif // CHROME_BROWSER_PASSWORD_MANAGER_CONTENT_PASSWORD_MANAGER_DRIVER_H_ |
+#endif // COMPONENTS_PASSWORD_MANAGER_CONTENT_BROWSER_CONTENT_PASSWORD_MANAGER_DRIVER_H_ |