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

Unified Diff: components/webdata/common/web_database_service.cc

Issue 13392014: Move c/b/webdata/ code to components/webdata/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pure merge 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/webdata/common/web_database_service.cc
diff --git a/chrome/browser/webdata/web_database_service.cc b/components/webdata/common/web_database_service.cc
similarity index 97%
rename from chrome/browser/webdata/web_database_service.cc
rename to components/webdata/common/web_database_service.cc
index d60b977e0182f0b00153361101a7c299bd8842bf..a1c8c71d30be623a50576eee474f31c7c3d35e73 100644
--- a/chrome/browser/webdata/web_database_service.cc
+++ b/components/webdata/common/web_database_service.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/webdata/web_database_service.h"
+#include "components/webdata/common/web_database_service.h"
#include "base/bind.h"
#include "base/location.h"
#include "base/memory/scoped_vector.h"
-#include "chrome/browser/api/webdata/web_data_results.h"
-#include "chrome/browser/api/webdata/web_data_service_consumer.h"
-#include "chrome/browser/webdata/web_data_request_manager.h"
+#include "components/webdata/common/web_data_request_manager.h"
+#include "components/webdata/common/web_data_results.h"
+#include "components/webdata/common/web_data_service_consumer.h"
using base::Bind;
using base::FilePath;

Powered by Google App Engine
This is Rietveld 408576698