| Index: chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h
|
| diff --git a/chrome/browser/mock_browsing_data_file_system_helper.h b/chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h
|
| similarity index 82%
|
| rename from chrome/browser/mock_browsing_data_file_system_helper.h
|
| rename to chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h
|
| index 51949a1bdc91ecb02760864c3682608c95517cd0..2349019ca8c533bb340e01f78df06277c6886b65 100644
|
| --- a/chrome/browser/mock_browsing_data_file_system_helper.h
|
| +++ b/chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_MOCK_BROWSING_DATA_FILE_SYSTEM_HELPER_H_
|
| -#define CHROME_BROWSER_MOCK_BROWSING_DATA_FILE_SYSTEM_HELPER_H_
|
| +#ifndef CHROME_BROWSER_BROWSING_DATA_MOCK_BROWSING_DATA_FILE_SYSTEM_HELPER_H_
|
| +#define CHROME_BROWSER_BROWSING_DATA_MOCK_BROWSING_DATA_FILE_SYSTEM_HELPER_H_
|
|
|
| #include <list>
|
| #include <map>
|
|
|
| #include "base/callback.h"
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/browsing_data_file_system_helper.h"
|
| +#include "chrome/browser/browsing_data/browsing_data_file_system_helper.h"
|
|
|
| // Mock for BrowsingDataFileSystemHelper.
|
| // Use AddFileSystemSamples() or add directly to response_ list, then call
|
| @@ -55,4 +55,4 @@ class MockBrowsingDataFileSystemHelper : public BrowsingDataFileSystemHelper {
|
| std::list<FileSystemInfo> response_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_MOCK_BROWSING_DATA_FILE_SYSTEM_HELPER_H_
|
| +#endif // CHROME_BROWSER_BROWSING_DATA_MOCK_BROWSING_DATA_FILE_SYSTEM_HELPER_H_
|
|
|