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

Unified Diff: ios/chrome/browser/translate/translate_service_ios.h

Issue 826803003: Cleanup in ios/chrome and ios/public/test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 11 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
« no previous file with comments | « no previous file | ios/ios_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/translate/translate_service_ios.h
diff --git a/ios/chrome/browser/translate/translate_service_ios.h b/ios/chrome/browser/translate/translate_service_ios.h
index 143176ac694783205cb970c92d360da31fd68fcc..2b98086caa142b131f5a0f4f34d1a10b27857128 100644
--- a/ios/chrome/browser/translate/translate_service_ios.h
+++ b/ios/chrome/browser/translate/translate_service_ios.h
@@ -5,6 +5,7 @@
#ifndef IOS_CHROME_BROWSER_TRANSLATE_TRANSLATE_SERVICE_IOS_H_
#define IOS_CHROME_BROWSER_TRANSLATE_TRANSLATE_SERVICE_IOS_H_
+#include "base/macros.h"
#include "components/web_resource/resource_request_allowed_notifier.h"
class GURL;
@@ -32,6 +33,8 @@ class TranslateServiceIOS
// Helper class to know if it's allowed to make network resource requests.
web_resource::ResourceRequestAllowedNotifier
resource_request_allowed_notifier_;
+
+ DISALLOW_COPY_AND_ASSIGN(TranslateServiceIOS);
};
#endif // IOS_CHROME_BROWSER_TRANSLATE_TRANSLATE_SERVICE_IOS_H_
« no previous file with comments | « no previous file | ios/ios_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698