diff options
-rw-r--r-- | base/time.h | 1 | ||||
-rw-r--r-- | chrome/browser/history/in_memory_history_backend.h | 1 | ||||
-rw-r--r-- | chrome/browser/webdata/web_database.h | 1 | ||||
-rw-r--r-- | chrome/browser/window_sizer.h | 1 | ||||
-rw-r--r-- | chrome/common/ipc_message.h | 1 |
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 |