summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ash/shell/content_client/shell_browser_main_parts.cc1
-rw-r--r--chrome_frame/protocol_sink_wrap.h2
-rw-r--r--chrome_frame/urlmon_moniker.h4
-rw-r--r--components/autofill/content/browser/wallet/encryption_escrow_client_unittest.cc1
-rw-r--r--content/browser/devtools/devtools_manager_impl.cc1
-rw-r--r--content/browser/geolocation/geolocation_provider_unittest.cc3
-rw-r--r--content/browser/gpu/gpu_pixel_browsertest.cc1
-rw-r--r--content/browser/host_zoom_map_impl.cc1
-rw-r--r--content/browser/renderer_host/database_message_filter.cc1
-rw-r--r--content/browser/speech/google_one_shot_remote_engine.h1
-rw-r--r--content/browser/speech/google_streaming_remote_engine.h1
-rw-r--r--content/browser/ssl/ssl_host_state.h1
-rw-r--r--content/browser/webui/web_ui_message_handler.cc1
-rw-r--r--content/child/webkitplatformsupport_impl.cc1
-rw-r--r--content/common/child_process_messages.h1
-rw-r--r--content/public/test/test_utils.h1
-rw-r--r--content/renderer/browser_plugin/browser_plugin_manager_impl.h5
-rw-r--r--content/test/test_content_browser_client.cc1
18 files changed, 4 insertions, 24 deletions
diff --git a/ash/shell/content_client/shell_browser_main_parts.cc b/ash/shell/content_client/shell_browser_main_parts.cc
index 03a401c..d6a7deb 100644
--- a/ash/shell/content_client/shell_browser_main_parts.cc
+++ b/ash/shell/content_client/shell_browser_main_parts.cc
@@ -18,7 +18,6 @@
#include "base/threading/thread_restrictions.h"
#include "content/public/common/content_switches.h"
#include "content/shell/shell_browser_context.h"
-#include "googleurl/src/gurl.h"
#include "net/base/net_module.h"
#include "ui/aura/client/stacking_client.h"
#include "ui/aura/env.h"
diff --git a/chrome_frame/protocol_sink_wrap.h b/chrome_frame/protocol_sink_wrap.h
index c5dc461..38b5ac4 100644
--- a/chrome_frame/protocol_sink_wrap.h
+++ b/chrome_frame/protocol_sink_wrap.h
@@ -17,7 +17,6 @@
#include "base/memory/ref_counted.h"
#include "base/win/scoped_comptr.h"
#include "base/win/scoped_bstr.h"
-#include "googleurl/src/gurl.h"
#include "chrome_frame/chrome_frame_delegate.h"
#include "chrome_frame/http_negotiate.h"
#include "chrome_frame/ie8_types.h"
@@ -62,7 +61,6 @@ class ProtocolSinkWrap
: public CComObjectRootEx<CComMultiThreadModel>,
public IInternetProtocolSink {
public:
-
BEGIN_COM_MAP(ProtocolSinkWrap)
COM_INTERFACE_ENTRY(IInternetProtocolSink)
COM_INTERFACE_BLIND_DELEGATE()
diff --git a/chrome_frame/urlmon_moniker.h b/chrome_frame/urlmon_moniker.h
index ea3245c..ea4729d 100644
--- a/chrome_frame/urlmon_moniker.h
+++ b/chrome_frame/urlmon_moniker.h
@@ -14,7 +14,6 @@
#include "base/logging.h"
#include "base/threading/thread_local.h"
#include "base/win/scoped_variant.h"
-#include "googleurl/src/gurl.h"
#include "chrome_frame/utils.h"
// This file contains classes that are used to cache the contents of a top-level
@@ -171,7 +170,7 @@ class NavigationManager {
// original document contents in order to avoid multiple network trips
// if we need to switch the renderer over to CF.
class MonikerPatch {
- MonikerPatch() {} // no instances should be created of this class.
+ MonikerPatch() {} // no instances should be created of this class.
public:
// Patches two IMoniker methods, BindToObject and BindToStorage.
static bool Initialize();
@@ -192,7 +191,6 @@ class MonikerPatch {
static STDMETHODIMP BindToStorage(IMoniker_BindToStorage_Fn original,
IMoniker* me, IBindCtx* bind_ctx,
IMoniker* to_left, REFIID iid, void** obj);
-
};
extern wchar_t* kChromeRequestParam;
diff --git a/components/autofill/content/browser/wallet/encryption_escrow_client_unittest.cc b/components/autofill/content/browser/wallet/encryption_escrow_client_unittest.cc
index 9acce0e..470cc98 100644
--- a/components/autofill/content/browser/wallet/encryption_escrow_client_unittest.cc
+++ b/components/autofill/content/browser/wallet/encryption_escrow_client_unittest.cc
@@ -9,7 +9,6 @@
#include "components/autofill/content/browser/wallet/instrument.h"
#include "components/autofill/content/browser/wallet/wallet_test_util.h"
#include "content/public/test/test_browser_thread.h"
-#include "googleurl/src/gurl.h"
#include "net/base/net_errors.h"
#include "net/http/http_status_code.h"
#include "net/url_request/test_url_fetcher_factory.h"
diff --git a/content/browser/devtools/devtools_manager_impl.cc b/content/browser/devtools/devtools_manager_impl.cc
index 650b97b..e544990 100644
--- a/content/browser/devtools/devtools_manager_impl.cc
+++ b/content/browser/devtools/devtools_manager_impl.cc
@@ -14,7 +14,6 @@
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/devtools_client_host.h"
-#include "googleurl/src/gurl.h"
namespace content {
diff --git a/content/browser/geolocation/geolocation_provider_unittest.cc b/content/browser/geolocation/geolocation_provider_unittest.cc
index 722dd76..45e1000 100644
--- a/content/browser/geolocation/geolocation_provider_unittest.cc
+++ b/content/browser/geolocation/geolocation_provider_unittest.cc
@@ -14,7 +14,6 @@
#include "content/public/browser/access_token_store.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/test/test_browser_thread.h"
-#include "googleurl/src/gurl.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -97,7 +96,7 @@ class GeopositionEqMatcher
*os << "which matches the expected position";
}
- virtual void DescribeNegationTo(::std::ostream* os) const OVERRIDE{
+ virtual void DescribeNegationTo(::std::ostream* os) const OVERRIDE {
*os << "which does not match the expected position";
}
diff --git a/content/browser/gpu/gpu_pixel_browsertest.cc b/content/browser/gpu/gpu_pixel_browsertest.cc
index 7bbc56a..79149a5 100644
--- a/content/browser/gpu/gpu_pixel_browsertest.cc
+++ b/content/browser/gpu/gpu_pixel_browsertest.cc
@@ -19,7 +19,6 @@
#include "content/shell/shell.h"
#include "content/test/content_browser_test.h"
#include "content/test/content_browser_test_utils.h"
-#include "googleurl/src/gurl.h"
#include "net/base/net_util.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/skia/include/core/SkBitmap.h"
diff --git a/content/browser/host_zoom_map_impl.cc b/content/browser/host_zoom_map_impl.cc
index 6fa2e41..667db37 100644
--- a/content/browser/host_zoom_map_impl.cc
+++ b/content/browser/host_zoom_map_impl.cc
@@ -18,7 +18,6 @@
#include "content/public/browser/notification_types.h"
#include "content/public/browser/resource_context.h"
#include "content/public/common/page_zoom.h"
-#include "googleurl/src/gurl.h"
#include "net/base/net_util.h"
static const char* kHostZoomMapKeyName = "content_host_zoom_map";
diff --git a/content/browser/renderer_host/database_message_filter.cc b/content/browser/renderer_host/database_message_filter.cc
index fdb78c4..470da3b 100644
--- a/content/browser/renderer_host/database_message_filter.cc
+++ b/content/browser/renderer_host/database_message_filter.cc
@@ -14,7 +14,6 @@
#include "content/common/database_messages.h"
#include "content/public/browser/user_metrics.h"
#include "content/public/common/result_codes.h"
-#include "googleurl/src/gurl.h"
#include "third_party/sqlite/sqlite3.h"
#include "webkit/browser/database/database_util.h"
#include "webkit/browser/database/vfs_backend.h"
diff --git a/content/browser/speech/google_one_shot_remote_engine.h b/content/browser/speech/google_one_shot_remote_engine.h
index 442aa1a..b027665 100644
--- a/content/browser/speech/google_one_shot_remote_engine.h
+++ b/content/browser/speech/google_one_shot_remote_engine.h
@@ -13,7 +13,6 @@
#include "content/browser/speech/audio_encoder.h"
#include "content/browser/speech/speech_recognition_engine.h"
#include "content/common/content_export.h"
-#include "googleurl/src/gurl.h"
#include "net/url_request/url_fetcher_delegate.h"
namespace net {
diff --git a/content/browser/speech/google_streaming_remote_engine.h b/content/browser/speech/google_streaming_remote_engine.h
index 7a60895..488971b 100644
--- a/content/browser/speech/google_streaming_remote_engine.h
+++ b/content/browser/speech/google_streaming_remote_engine.h
@@ -17,7 +17,6 @@
#include "content/browser/speech/speech_recognition_engine.h"
#include "content/common/content_export.h"
#include "content/public/common/speech_recognition_error.h"
-#include "googleurl/src/gurl.h"
#include "net/url_request/url_fetcher_delegate.h"
namespace net {
diff --git a/content/browser/ssl/ssl_host_state.h b/content/browser/ssl/ssl_host_state.h
index d3b69c2..b229b79 100644
--- a/content/browser/ssl/ssl_host_state.h
+++ b/content/browser/ssl/ssl_host_state.h
@@ -14,7 +14,6 @@
#include "base/supports_user_data.h"
#include "base/threading/non_thread_safe.h"
#include "content/common/content_export.h"
-#include "googleurl/src/gurl.h"
#include "net/cert/x509_certificate.h"
namespace content {
diff --git a/content/browser/webui/web_ui_message_handler.cc b/content/browser/webui/web_ui_message_handler.cc
index e594c1f..db554c0e 100644
--- a/content/browser/webui/web_ui_message_handler.cc
+++ b/content/browser/webui/web_ui_message_handler.cc
@@ -8,7 +8,6 @@
#include "base/strings/string_number_conversions.h"
#include "base/strings/utf_string_conversions.h"
#include "base/values.h"
-#include "googleurl/src/gurl.h"
namespace content {
diff --git a/content/child/webkitplatformsupport_impl.cc b/content/child/webkitplatformsupport_impl.cc
index 8cf01c2..e45a100 100644
--- a/content/child/webkitplatformsupport_impl.cc
+++ b/content/child/webkitplatformsupport_impl.cc
@@ -7,7 +7,6 @@
#include "content/child/socket_stream_dispatcher.h"
#include "content/child/webkitplatformsupport_impl.h"
#include "content/public/common/content_client.h"
-#include "googleurl/src/gurl.h"
namespace content {
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
index 4e3c8c7..f76da4c 100644
--- a/content/common/child_process_messages.h
+++ b/content/common/child_process_messages.h
@@ -12,7 +12,6 @@
#include "base/tracked_objects.h"
#include "base/values.h"
#include "content/common/content_export.h"
-#include "googleurl/src/gurl.h"
#include "ipc/ipc_message_macros.h"
IPC_ENUM_TRAITS(tracked_objects::ThreadData::Status)
diff --git a/content/public/test/test_utils.h b/content/public/test/test_utils.h
index 55dc0d0..b39bbd0 100644
--- a/content/public/test/test_utils.h
+++ b/content/public/test/test_utils.h
@@ -14,7 +14,6 @@
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
#include "content/public/browser/notification_source.h"
-#include "googleurl/src/gurl.h"
namespace base {
class Value;
diff --git a/content/renderer/browser_plugin/browser_plugin_manager_impl.h b/content/renderer/browser_plugin/browser_plugin_manager_impl.h
index 69a1fd6..04284d5 100644
--- a/content/renderer/browser_plugin/browser_plugin_manager_impl.h
+++ b/content/renderer/browser_plugin/browser_plugin_manager_impl.h
@@ -6,7 +6,6 @@
#define CONTENT_RENDERER_BROWSER_PLUGIN_BROWSER_PLUGIN_MANAGER_IMPL_H_
#include "content/renderer/browser_plugin/browser_plugin_manager.h"
-#include "googleurl/src/gurl.h"
#include "ui/gfx/size.h"
struct BrowserPluginMsg_UpdateRect_Params;
@@ -20,7 +19,7 @@ namespace content {
class BrowserPluginManagerImpl : public BrowserPluginManager {
public:
- BrowserPluginManagerImpl(RenderViewImpl* render_view);
+ explicit BrowserPluginManagerImpl(RenderViewImpl* render_view);
// BrowserPluginManager implementation.
virtual BrowserPlugin* CreateBrowserPlugin(
@@ -60,4 +59,4 @@ class BrowserPluginManagerImpl : public BrowserPluginManager {
} // namespace content
-#endif // CONTENT_RENDERER_BROWSER_PLUGIN_BROWSER_PLUGIN_MANAGER_IMPL_H_
+#endif // CONTENT_RENDERER_BROWSER_PLUGIN_BROWSER_PLUGIN_MANAGER_IMPL_H_
diff --git a/content/test/test_content_browser_client.cc b/content/test/test_content_browser_client.cc
index 5754fd2..7b9d368 100644
--- a/content/test/test_content_browser_client.cc
+++ b/content/test/test_content_browser_client.cc
@@ -9,7 +9,6 @@
#include "base/files/file_path.h"
#include "base/logging.h"
#include "content/test/test_web_contents_view.h"
-#include "googleurl/src/gurl.h"
namespace content {