Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h

Issue 459233002: Browsing Data Deletion: Style fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-apply comment tweaks Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698