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

Unified Diff: chrome/browser/window_sizer.h

Issue 43148: Remove unneeded uses of logging.h in header files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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
Index: chrome/browser/window_sizer.h
===================================================================
--- chrome/browser/window_sizer.h (revision 11577)
+++ chrome/browser/window_sizer.h (working copy)
@@ -5,8 +5,8 @@
#ifndef CHROME_BROWSER_WINDOW_SIZER_H__
#define CHROME_BROWSER_WINDOW_SIZER_H__
+#include "base/basictypes.h"
#include "base/gfx/rect.h"
-#include "base/logging.h"
#include "testing/gtest/include/gtest/gtest_prod.h"
///////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698