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

Unified Diff: components/signin/core/webdata/token_service_table.h

Issue 109783003: Create signin component and componentize TokenWebData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review Created 6 years, 11 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
« no previous file with comments | « components/signin/README ('k') | components/signin/core/webdata/token_service_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/signin/README ('k') | components/signin/core/webdata/token_service_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698