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

Unified Diff: views/window/non_client_view.h

Issue 5139006: FBTF: Remove unneeded headers from base/ (part 10) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac, cros build Created 10 years, 1 month 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 | « views/widget/aero_tooltip_manager.h ('k') | webkit/glue/plugins/pepper_graphics_3d.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/window/non_client_view.h
===================================================================
--- views/window/non_client_view.h (revision 67155)
+++ views/window/non_client_view.h (working copy)
@@ -6,7 +6,7 @@
#define VIEWS_WINDOW_NON_CLIENT_VIEW_H_
#pragma once
-#include "base/task.h"
+#include "base/basictypes.h"
#include "views/view.h"
#include "views/window/client_view.h"
@@ -236,4 +236,4 @@
} // namespace views
-#endif // #ifndef VIEWS_WINDOW_NON_CLIENT_VIEW_H_
+#endif // VIEWS_WINDOW_NON_CLIENT_VIEW_H_
« no previous file with comments | « views/widget/aero_tooltip_manager.h ('k') | webkit/glue/plugins/pepper_graphics_3d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698