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

Unified Diff: ui/app_list/views/contents_animator.h

Issue 788493002: app_list: Enable level 1 of cpplint, be stricker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert PRESUBMIT.py changes Created 6 years 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 | « ui/app_list/views/cached_label.h ('k') | ui/app_list/views/folder_background_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/contents_animator.h
diff --git a/ui/app_list/views/contents_animator.h b/ui/app_list/views/contents_animator.h
index 8c85c3e51900be08981f7068606ae9fdb0a28847..2bc7daad764621edb54e2458d2531c50798090cd 100644
--- a/ui/app_list/views/contents_animator.h
+++ b/ui/app_list/views/contents_animator.h
@@ -80,6 +80,7 @@ class DefaultAnimator : public ContentsAnimator {
std::string NameForTests() const override;
void Update(double progress, int from_page, int to_page) override;
+ private:
DISALLOW_COPY_AND_ASSIGN(DefaultAnimator);
};
@@ -94,6 +95,7 @@ class StartToAppsAnimator : public ContentsAnimator {
std::string NameForTests() const override;
void Update(double progress, int start_page, int apps_page) override;
+ private:
DISALLOW_COPY_AND_ASSIGN(StartToAppsAnimator);
};
@@ -105,6 +107,7 @@ class StartToCustomAnimator : public ContentsAnimator {
std::string NameForTests() const override;
void Update(double progress, int start_page, int custom_page) override;
+ private:
DISALLOW_COPY_AND_ASSIGN(StartToCustomAnimator);
};
« no previous file with comments | « ui/app_list/views/cached_label.h ('k') | ui/app_list/views/folder_background_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698