| Index: chrome/browser/browsing_data/browsing_data_file_system_helper.cc
|
| diff --git a/chrome/browser/browsing_data_file_system_helper.cc b/chrome/browser/browsing_data/browsing_data_file_system_helper.cc
|
| similarity index 98%
|
| rename from chrome/browser/browsing_data_file_system_helper.cc
|
| rename to chrome/browser/browsing_data/browsing_data_file_system_helper.cc
|
| index 2f4e2ed5e3e78a13753e2b2b23b39f3bd0063d0b..c1bd4320bee3a93aca0f305def8aee0ff78dc2fe 100644
|
| --- a/chrome/browser/browsing_data_file_system_helper.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_file_system_helper.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/browsing_data_file_system_helper.h"
|
| +#include "chrome/browser/browsing_data/browsing_data_file_system_helper.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/compiler_specific.h"
|
| @@ -11,7 +11,7 @@
|
| #include "base/message_loop.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/browsing_data_helper.h"
|
| +#include "chrome/browser/browsing_data/browsing_data_helper.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "webkit/fileapi/file_system_context.h"
|
|
|