| 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");
|
|
|