Index: components/signin/core/webdata/token_service_table.h |
diff --git a/chrome/browser/webdata/token_service_table.h b/components/signin/core/webdata/token_service_table.h |
similarity index 89% |
rename from chrome/browser/webdata/token_service_table.h |
rename to components/signin/core/webdata/token_service_table.h |
index d26f08ae666300b25c6c1576a1e40e6cf15d039c..9b873c86343a98db6a5b0b0a3e84f29fef63af27 100644 |
--- a/chrome/browser/webdata/token_service_table.h |
+++ b/components/signin/core/webdata/token_service_table.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_WEBDATA_TOKEN_SERVICE_TABLE_H_ |
-#define CHROME_BROWSER_WEBDATA_TOKEN_SERVICE_TABLE_H_ |
+#ifndef COMPONENTS_SIGNIN_CORE_WEBDATA_TOKEN_SERVICE_TABLE_H_ |
+#define COMPONENTS_SIGNIN_CORE_WEBDATA_TOKEN_SERVICE_TABLE_H_ |
#include <map> |
#include <string> |
@@ -48,4 +48,4 @@ class TokenServiceTable : public WebDatabaseTable { |
DISALLOW_COPY_AND_ASSIGN(TokenServiceTable); |
}; |
-#endif // CHROME_BROWSER_WEBDATA_TOKEN_SERVICE_TABLE_H_ |
+#endif // COMPONENTS_SIGNIN_CORE_WEBDATA_TOKEN_SERVICE_TABLE_H_ |