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

Unified Diff: chrome/browser/ui/window_sizer/window_sizer_common_unittest.h

Issue 11740018: Cleanup: Remove more unneeded browser_thread.h includes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix cros Created 7 years, 12 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 | « chrome/browser/ui/webui/options/options_ui.cc ('k') | chrome/browser/user_style_sheet_watcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/window_sizer/window_sizer_common_unittest.h
===================================================================
--- chrome/browser/ui/window_sizer/window_sizer_common_unittest.h (revision 174923)
+++ chrome/browser/ui/window_sizer/window_sizer_common_unittest.h (working copy)
@@ -10,7 +10,6 @@
#include "base/logging.h"
#include "chrome/browser/ui/window_sizer/window_sizer.h"
#include "chrome/test/base/test_browser_window.h"
-#include "content/public/browser/browser_thread.h"
#include "content/public/test/test_browser_thread.h"
#include "ui/gfx/rect.h"
@@ -76,7 +75,7 @@
class TestStateProvider : public WindowSizer::StateProvider {
public:
TestStateProvider();
- virtual ~TestStateProvider() {};
+ virtual ~TestStateProvider() {}
void SetPersistentState(const gfx::Rect& bounds,
const gfx::Rect& work_area,
« no previous file with comments | « chrome/browser/ui/webui/options/options_ui.cc ('k') | chrome/browser/user_style_sheet_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698