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

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

Issue 130813003: Create signin component and componentize TokenWebData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: components/signin/core/webdata/token_service_table.cc
diff --git a/chrome/browser/webdata/token_service_table.cc b/components/signin/core/webdata/token_service_table.cc
similarity index 98%
rename from chrome/browser/webdata/token_service_table.cc
rename to components/signin/core/webdata/token_service_table.cc
index befc1354c51b42eb7be8a31891cb87380614119b..7c73c4776a2ba395119271fff4f4c631c31ba532 100644
--- a/chrome/browser/webdata/token_service_table.cc
+++ b/components/signin/core/webdata/token_service_table.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/webdata/token_service_table.h"
+#include "components/signin/core/webdata/token_service_table.h"
#include <map>
#include <string>
« no previous file with comments | « components/signin/core/webdata/token_service_table.h ('k') | components/signin/core/webdata/token_service_table_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698