summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 23:12:09 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 23:12:09 +0000
commit314e9e40626d06dca6c19425b07c881d1d3321a3 (patch)
tree5286f9ad47fe6824d066d1bf5c4681a62edc8934
parent250e93aefe96edaf0d1c69af0567e68945da954d (diff)
downloadchromium_src-314e9e40626d06dca6c19425b07c881d1d3321a3.zip
chromium_src-314e9e40626d06dca6c19425b07c881d1d3321a3.tar.gz
chromium_src-314e9e40626d06dca6c19425b07c881d1d3321a3.tar.bz2
Remove unneeded includes of gtest_prod.h. Reduce usage from 689 to 601.
Review URL: http://codereview.chromium.org/42189 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11680 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--base/time.h1
-rw-r--r--chrome/browser/history/in_memory_history_backend.h1
-rw-r--r--chrome/browser/webdata/web_database.h1
-rw-r--r--chrome/browser/window_sizer.h1
-rw-r--r--chrome/common/ipc_message.h1
5 files changed, 2 insertions, 3 deletions
diff --git a/base/time.h b/base/time.h
index d50b45f..b43aece 100644
--- a/base/time.h
+++ b/base/time.h
@@ -25,7 +25,6 @@
#include <time.h>
#include "base/basictypes.h"
-#include "testing/gtest/include/gtest/gtest_prod.h"
#if defined(OS_WIN)
// For FILETIME in FromFileTime, until it moves to a new converter class.
diff --git a/chrome/browser/history/in_memory_history_backend.h b/chrome/browser/history/in_memory_history_backend.h
index 9b78294..3e9faae 100644
--- a/chrome/browser/history/in_memory_history_backend.h
+++ b/chrome/browser/history/in_memory_history_backend.h
@@ -19,6 +19,7 @@
#include "base/scoped_ptr.h"
#include "chrome/browser/history/history_notifications.h"
#include "chrome/common/notification_observer.h"
+#include "testing/gtest/include/gtest/gtest_prod.h"
class HistoryDatabase;
class Profile;
diff --git a/chrome/browser/webdata/web_database.h b/chrome/browser/webdata/web_database.h
index 864440d..95d4906 100644
--- a/chrome/browser/webdata/web_database.h
+++ b/chrome/browser/webdata/web_database.h
@@ -13,6 +13,7 @@
#include "chrome/browser/search_engines/template_url.h"
#include "chrome/common/sqlite_utils.h"
#include "skia/include/SkBitmap.h"
+#include "testing/gtest/include/gtest/gtest_prod.h"
#include "webkit/glue/autofill_form.h"
namespace base {
diff --git a/chrome/browser/window_sizer.h b/chrome/browser/window_sizer.h
index d7d1c24..38bacb8 100644
--- a/chrome/browser/window_sizer.h
+++ b/chrome/browser/window_sizer.h
@@ -7,7 +7,6 @@
#include "base/basictypes.h"
#include "base/gfx/rect.h"
-#include "testing/gtest/include/gtest/gtest_prod.h"
///////////////////////////////////////////////////////////////////////////////
// WindowSizer
diff --git a/chrome/common/ipc_message.h b/chrome/common/ipc_message.h
index 37017dc..af4a0df 100644
--- a/chrome/common/ipc_message.h
+++ b/chrome/common/ipc_message.h
@@ -9,7 +9,6 @@
#include "base/basictypes.h"
#include "base/pickle.h"
-#include "testing/gtest/include/gtest/gtest_prod.h"
#ifndef NDEBUG
#define IPC_MESSAGE_LOG_ENABLED