diff options
-rw-r--r-- | chrome/browser/chromeos/login/existing_user_controller.h | 2 | ||||
-rw-r--r-- | chrome/browser/chromeos/login/language_switch_menu.h | 2 | ||||
-rw-r--r-- | chrome/browser/chromeos/login/wizard_controller.h | 1 | ||||
-rw-r--r-- | chrome/browser/extensions/component_loader.h | 2 | ||||
-rw-r--r-- | chrome/browser/history/in_memory_url_index.h | 1 | ||||
-rw-r--r-- | chrome/browser/sync/glue/http_bridge.h | 2 | ||||
-rw-r--r-- | chrome/browser/ui/views/bookmarks/bookmark_editor_view.h | 2 | ||||
-rw-r--r-- | chrome_frame/urlmon_url_request_private.h | 2 | ||||
-rw-r--r-- | jingle/notifier/base/xmpp_connection.h | 2 | ||||
-rw-r--r-- | net/disk_cache/mem_entry_impl.h | 2 | ||||
-rw-r--r-- | net/socket/socks5_client_socket.h | 2 | ||||
-rw-r--r-- | webkit/appcache/appcache_service.h | 2 |
12 files changed, 10 insertions, 12 deletions
diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h index f3d543e..b8303a9 100644 --- a/chrome/browser/chromeos/login/existing_user_controller.h +++ b/chrome/browser/chromeos/login/existing_user_controller.h @@ -9,6 +9,7 @@ #include <string> #include "base/compiler_specific.h" +#include "base/gtest_prod_util.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" #include "base/string16.h" @@ -24,7 +25,6 @@ #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" #include "googleurl/src/gurl.h" -#include "testing/gtest/include/gtest/gtest_prod.h" #include "ui/gfx/rect.h" #if defined(TOOLKIT_USES_GTK) diff --git a/chrome/browser/chromeos/login/language_switch_menu.h b/chrome/browser/chromeos/login/language_switch_menu.h index 30bf781..d11a2ad 100644 --- a/chrome/browser/chromeos/login/language_switch_menu.h +++ b/chrome/browser/chromeos/login/language_switch_menu.h @@ -8,8 +8,8 @@ #include <string> +#include "base/gtest_prod_util.h" #include "base/memory/scoped_ptr.h" -#include "testing/gtest/include/gtest/gtest_prod.h" #include "ui/views/controls/menu/menu_delegate.h" #include "ui/views/controls/menu/view_menu_delegate.h" #include "ui/views/view.h" diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h index 1f929a9..3e20efe 100644 --- a/chrome/browser/chromeos/login/wizard_controller.h +++ b/chrome/browser/chromeos/login/wizard_controller.h @@ -15,7 +15,6 @@ #include "chrome/browser/chromeos/login/screen_observer.h" #include "chrome/browser/chromeos/login/wizard_screen.h" #include "googleurl/src/gurl.h" -#include "testing/gtest/include/gtest/gtest_prod.h" #include "ui/gfx/rect.h" class PrefService; diff --git a/chrome/browser/extensions/component_loader.h b/chrome/browser/extensions/component_loader.h index 63996b1..3583d13 100644 --- a/chrome/browser/extensions/component_loader.h +++ b/chrome/browser/extensions/component_loader.h @@ -8,11 +8,11 @@ #include <string> +#include "base/gtest_prod_util.h" #include "base/file_path.h" #include "base/values.h" #include "chrome/browser/prefs/pref_change_registrar.h" #include "content/public/browser/notification_observer.h" -#include "testing/gtest/include/gtest/gtest_prod.h" class Extension; class ExtensionServiceInterface; diff --git a/chrome/browser/history/in_memory_url_index.h b/chrome/browser/history/in_memory_url_index.h index b79f178..611ffe6 100644 --- a/chrome/browser/history/in_memory_url_index.h +++ b/chrome/browser/history/in_memory_url_index.h @@ -24,7 +24,6 @@ #include "chrome/browser/history/in_memory_url_index_types.h" #include "chrome/browser/history/in_memory_url_index_cache.pb.h" #include "sql/connection.h" -#include "testing/gtest/include/gtest/gtest_prod.h" namespace base { class Time; diff --git a/chrome/browser/sync/glue/http_bridge.h b/chrome/browser/sync/glue/http_bridge.h index 2eacda4..d799f14 100644 --- a/chrome/browser/sync/glue/http_bridge.h +++ b/chrome/browser/sync/glue/http_bridge.h @@ -10,6 +10,7 @@ #include "base/basictypes.h" #include "base/compiler_specific.h" +#include "base/gtest_prod_util.h" #include "base/memory/ref_counted.h" #include "base/synchronization/lock.h" #include "base/synchronization/waitable_event.h" @@ -19,7 +20,6 @@ #include "googleurl/src/gurl.h" #include "net/url_request/url_request_context_getter.h" #include "net/url_request/url_request_context.h" -#include "testing/gtest/include/gtest/gtest_prod.h" class MessageLoop; class HttpBridgeTest; diff --git a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h index 8cffaed..c9164db 100644 --- a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h +++ b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h @@ -9,11 +9,11 @@ #include <vector> #include "base/compiler_specific.h" +#include "base/gtest_prod_util.h" #include "base/string16.h" #include "chrome/browser/bookmarks/bookmark_editor.h" #include "chrome/browser/bookmarks/bookmark_expanded_state_tracker.h" #include "chrome/browser/bookmarks/bookmark_model_observer.h" -#include "testing/gtest/include/gtest/gtest_prod.h" #include "ui/base/models/simple_menu_model.h" #include "ui/base/models/tree_node_model.h" #include "ui/views/context_menu_controller.h" diff --git a/chrome_frame/urlmon_url_request_private.h b/chrome_frame/urlmon_url_request_private.h index 1ce650b..e9103ab 100644 --- a/chrome_frame/urlmon_url_request_private.h +++ b/chrome_frame/urlmon_url_request_private.h @@ -11,11 +11,11 @@ #include <string> #include "base/callback_old.h" +#include "base/gtest_prod_util.h" #include "base/threading/platform_thread.h" #include "net/base/net_errors.h" #include "net/http/http_response_headers.h" #include "net/url_request/url_request_status.h" -#include "testing/gtest/include/gtest/gtest_prod.h" class UrlmonUrlRequest : public CComObjectRootEx<CComMultiThreadModel>, diff --git a/jingle/notifier/base/xmpp_connection.h b/jingle/notifier/base/xmpp_connection.h index 9f142b1..886f58f 100644 --- a/jingle/notifier/base/xmpp_connection.h +++ b/jingle/notifier/base/xmpp_connection.h @@ -9,6 +9,7 @@ #pragma once #include "base/basictypes.h" +#include "base/gtest_prod_util.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" @@ -16,7 +17,6 @@ #include "net/url_request/url_request_context_getter.h" #include "talk/base/sigslot.h" #include "talk/xmpp/xmppengine.h" -#include "testing/gtest/include/gtest/gtest_prod.h" namespace buzz { class PreXmppAuth; diff --git a/net/disk_cache/mem_entry_impl.h b/net/disk_cache/mem_entry_impl.h index b1d4703..cf305ba 100644 --- a/net/disk_cache/mem_entry_impl.h +++ b/net/disk_cache/mem_entry_impl.h @@ -6,11 +6,11 @@ #define NET_DISK_CACHE_MEM_ENTRY_IMPL_H_ #pragma once +#include "base/gtest_prod_util.h" #include "base/hash_tables.h" #include "base/memory/scoped_ptr.h" #include "net/base/net_log.h" #include "net/disk_cache/disk_cache.h" -#include "testing/gtest/include/gtest/gtest_prod.h" namespace disk_cache { diff --git a/net/socket/socks5_client_socket.h b/net/socket/socks5_client_socket.h index 84bb325..fb09c19 100644 --- a/net/socket/socks5_client_socket.h +++ b/net/socket/socks5_client_socket.h @@ -9,6 +9,7 @@ #include <string> #include "base/basictypes.h" +#include "base/gtest_prod_util.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "googleurl/src/gurl.h" @@ -18,7 +19,6 @@ #include "net/base/net_errors.h" #include "net/base/net_log.h" #include "net/socket/stream_socket.h" -#include "testing/gtest/include/gtest/gtest_prod.h" namespace net { diff --git a/webkit/appcache/appcache_service.h b/webkit/appcache/appcache_service.h index e09b0e3..7a2b57e 100644 --- a/webkit/appcache/appcache_service.h +++ b/webkit/appcache/appcache_service.h @@ -8,12 +8,12 @@ #include <map> #include <set> +#include "base/gtest_prod_util.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/time.h" #include "net/base/completion_callback.h" #include "net/base/net_errors.h" -#include "testing/gtest/include/gtest/gtest_prod.h" #include "webkit/appcache/appcache_export.h" #include "webkit/appcache/appcache_interfaces.h" #include "webkit/appcache/appcache_storage.h" |