| Index: chrome/browser/browsing_data/browsing_data_indexed_db_helper.cc
|
| diff --git a/chrome/browser/browsing_data_indexed_db_helper.cc b/chrome/browser/browsing_data/browsing_data_indexed_db_helper.cc
|
| similarity index 98%
|
| rename from chrome/browser/browsing_data_indexed_db_helper.cc
|
| rename to chrome/browser/browsing_data/browsing_data_indexed_db_helper.cc
|
| index 99958cd7c4bd296645b831189d10a5da6147369d..823c48783377f2e35d6584683621272176b448a7 100644
|
| --- a/chrome/browser/browsing_data_indexed_db_helper.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_indexed_db_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_indexed_db_helper.h"
|
| +#include "chrome/browser/browsing_data/browsing_data_indexed_db_helper.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/callback.h"
|
| @@ -12,7 +12,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 "content/public/browser/indexed_db_context.h"
|
|
|