| Index: chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h
|
| diff --git a/chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h b/chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h
|
| index d2fa76ed12584692c9bf29b578ad1ad1ed4a0f64..e16a47d0910fdf3ed4954b0c3fb8b8a88949a404 100644
|
| --- a/chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h
|
| +++ b/chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <list>
|
| #include <map>
|
| +#include <string>
|
|
|
| #include "base/callback.h"
|
| #include "base/compiler_specific.h"
|
| @@ -54,6 +55,8 @@ class MockBrowsingDataFileSystemHelper : public BrowsingDataFileSystemHelper {
|
| std::map<const std::string, bool> file_systems_;
|
|
|
| std::list<FileSystemInfo> response_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(MockBrowsingDataFileSystemHelper);
|
| };
|
|
|
| #endif // CHROME_BROWSER_BROWSING_DATA_MOCK_BROWSING_DATA_FILE_SYSTEM_HELPER_H_
|
|
|