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) { |