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

Unified Diff: chrome/browser/instant/instant_model.h

Issue 11262015: Remove unused / unnecessary stuff from Instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove SuggestedTextView entirely Created 8 years, 2 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/instant/instant_model.h
diff --git a/chrome/browser/instant/instant_model.h b/chrome/browser/instant/instant_model.h
index c07f2fee6b138ad6e118e9cc95ebc7939031a809..30c63961988226f456cd79a73785daa0c48a84a5 100644
--- a/chrome/browser/instant/instant_model.h
+++ b/chrome/browser/instant/instant_model.h
@@ -63,7 +63,7 @@ class InstantModel {
// Observers.
mutable ObserverList<InstantModelObserver> observers_;
- DISALLOW_IMPLICIT_CONSTRUCTORS(InstantModel);
+ DISALLOW_COPY_AND_ASSIGN(InstantModel);
};
#endif // CHROME_BROWSER_INSTANT_INSTANT_MODEL_H_
« no previous file with comments | « chrome/browser/instant/instant_loader_delegate.h ('k') | chrome/browser/instant/instant_preview_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698