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

Unified Diff: ash/wm/session_state_animator.h

Issue 11087021: Cleanup: IWYU for base/time.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « no previous file | base/message_pump_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/session_state_animator.h
===================================================================
--- ash/wm/session_state_animator.h (revision 160754)
+++ ash/wm/session_state_animator.h (working copy)
@@ -8,7 +8,6 @@
#include "ash/ash_export.h"
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
-#include "base/time.h"
#include "base/timer.h"
#include "ui/aura/root_window_observer.h"
#include "ui/aura/window.h"
@@ -110,7 +109,7 @@
// Drops back layer after |UNDO_SLOW_CLOSE| animation delay.
void ScheduleDropBlackLayer();
- // Apply animation |type| to all containers included in |container_mask|.
+ // Apply animation |type| to all containers included in |container_mask|.
void StartAnimation(int container_mask,
AnimationType type);
« no previous file with comments | « no previous file | base/message_pump_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698