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

Unified Diff: ash/launcher/launcher_model_unittest.cc

Issue 10827420: Revert 152221 - chromeos: Sync animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « ash/launcher/launcher_model_observer.h ('k') | ash/launcher/launcher_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_model_unittest.cc
===================================================================
--- ash/launcher/launcher_model_unittest.cc (revision 152351)
+++ ash/launcher/launcher_model_unittest.cc (working copy)
@@ -4,9 +4,6 @@
#include "ash/launcher/launcher_model.h"
-#include <set>
-#include <string>
-
#include "ash/launcher/launcher_model_observer.h"
#include "base/stringprintf.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -51,8 +48,6 @@
virtual void LauncherItemMoved(int start_index, int target_index) OVERRIDE {
moved_count_++;
}
- virtual void LauncherStatusChanged() OVERRIDE {
- }
private:
void AddToResult(const std::string& format, int count, std::string* result) {
« no previous file with comments | « ash/launcher/launcher_model_observer.h ('k') | ash/launcher/launcher_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698