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

Unified Diff: components/webdata/common/webdata_constants.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
« components/webdata/DEPS ('K') | « components/webdata/common/webdata_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webdata/common/webdata_constants.cc
diff --git a/chrome/browser/webdata/webdata_constants.cc b/components/webdata/common/webdata_constants.cc
similarity index 81%
rename from chrome/browser/webdata/webdata_constants.cc
rename to components/webdata/common/webdata_constants.cc
index 828c1a89d84d576405b5b37bee84d974e5d336e5..66dbdb403542c953939516497f62d07bc182f946 100644
--- a/chrome/browser/webdata/webdata_constants.cc
+++ b/components/webdata/common/webdata_constants.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/webdata_constants.h"
+#include "components/webdata/common/webdata_constants.h"
const base::FilePath::CharType kWebDataFilename[] =
FILE_PATH_LITERAL("Web Data");
« components/webdata/DEPS ('K') | « components/webdata/common/webdata_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698