diff options
Diffstat (limited to 'chrome/common')
119 files changed, 0 insertions, 120 deletions
diff --git a/chrome/common/animation.cc b/chrome/common/animation.cc index 315f9f5..0898935 100644 --- a/chrome/common/animation.cc +++ b/chrome/common/animation.cc @@ -121,4 +121,3 @@ int Animation::CalculateInterval(int frame_rate) { timer_interval = 10; return timer_interval; } - diff --git a/chrome/common/animation.h b/chrome/common/animation.h index 0b4dc6a..1771b16 100644 --- a/chrome/common/animation.h +++ b/chrome/common/animation.h @@ -120,4 +120,3 @@ class Animation { }; #endif // CHROME_COMMON_ANIMATION_H__ - diff --git a/chrome/common/animation_unittest.cc b/chrome/common/animation_unittest.cc index c06e74c..450353d 100644 --- a/chrome/common/animation_unittest.cc +++ b/chrome/common/animation_unittest.cc @@ -101,4 +101,3 @@ TEST_F(AnimationTest, CancelCase) { EXPECT_TRUE(ad.finished()); EXPECT_TRUE(ad.canceled()); } - diff --git a/chrome/common/bzip2_unittest.cc b/chrome/common/bzip2_unittest.cc index f69a90d..42d2c16 100644 --- a/chrome/common/bzip2_unittest.cc +++ b/chrome/common/bzip2_unittest.cc @@ -65,4 +65,3 @@ TEST(Bzip2Test, Roundtrip) { EXPECT_EQ(arraysize(input) - 1, stream.total_out_lo32); EXPECT_STREQ(input, output2); } - diff --git a/chrome/common/child_process.h b/chrome/common/child_process.h index 90f31c5..5844b5b 100644 --- a/chrome/common/child_process.h +++ b/chrome/common/child_process.h @@ -79,4 +79,3 @@ class ChildProcess { }; #endif // CHROME_COMMON_CHILD_PROCESS_H__ - diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index aee1b07..9c248cd 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -71,4 +71,3 @@ const bool kRecordModeEnabled = false; #endif } // namespace chrome - diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h index 9a929fb..b4b19cc 100644 --- a/chrome/common/chrome_constants.h +++ b/chrome/common/chrome_constants.h @@ -51,4 +51,3 @@ extern const bool kRecordModeEnabled; } // namespace chrome #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ - diff --git a/chrome/common/chrome_counters.cc b/chrome/common/chrome_counters.cc index 1e91528..98a977b 100644 --- a/chrome/common/chrome_counters.cc +++ b/chrome/common/chrome_counters.cc @@ -55,4 +55,3 @@ StatsRate& Counters::plugin_intercept() { } } // namespace chrome - diff --git a/chrome/common/chrome_counters.h b/chrome/common/chrome_counters.h index 114df17..c7975f85 100644 --- a/chrome/common/chrome_counters.h +++ b/chrome/common/chrome_counters.h @@ -40,4 +40,3 @@ class Counters { } // namespace chrome #endif // CHROME_COMMON_CHROME_COUNTERS_H_ - diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc index 22ab129..3c4aa86 100644 --- a/chrome/common/chrome_paths.cc +++ b/chrome/common/chrome_paths.cc @@ -228,4 +228,3 @@ void RegisterPathProvider() { } } // namespace chrome - diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index dec6da9..fe01807 100644 --- a/chrome/common/chrome_paths.h +++ b/chrome/common/chrome_paths.h @@ -51,4 +51,3 @@ void RegisterPathProvider(); } // namespace chrome #endif // CHROME_COMMON_CHROME_PATHS_H__ - diff --git a/chrome/common/chrome_plugin_api.h b/chrome/common/chrome_plugin_api.h index 4eae375..384e9c2 100644 --- a/chrome/common/chrome_plugin_api.h +++ b/chrome/common/chrome_plugin_api.h @@ -523,4 +523,3 @@ typedef CPError (STDCALL *CP_InitializeFunc)( #endif #endif // CHROME_COMMON_CHROME_PLUGIN_API_H__ - diff --git a/chrome/common/chrome_plugin_unittest.cc b/chrome/common/chrome_plugin_unittest.cc index ef4aaf7..54f293a 100644 --- a/chrome/common/chrome_plugin_unittest.cc +++ b/chrome/common/chrome_plugin_unittest.cc @@ -286,4 +286,3 @@ TEST_F(ChromePluginTest, DoesNotInterceptOwnRequest) { MessageLoop::current()->Run(); } - diff --git a/chrome/common/chrome_plugin_util.cc b/chrome/common/chrome_plugin_util.cc index 922c837..2d57d90 100644 --- a/chrome/common/chrome_plugin_util.cc +++ b/chrome/common/chrome_plugin_util.cc @@ -163,4 +163,3 @@ void* STDCALL CPB_Alloc(uint32 size) { void STDCALL CPB_Free(void* memory) { free(memory); } - diff --git a/chrome/common/chrome_plugin_util.h b/chrome/common/chrome_plugin_util.h index ef0b982..b7d7b96 100644 --- a/chrome/common/chrome_plugin_util.h +++ b/chrome/common/chrome_plugin_util.h @@ -81,4 +81,3 @@ void* STDCALL CPB_Alloc(uint32 size); void STDCALL CPB_Free(void* memory); #endif // CHROME_COMMON_CHROME_PLUGIN_UTIL_H__ - diff --git a/chrome/common/chrome_process_filter.cc b/chrome/common/chrome_process_filter.cc index 1362b3c..7632e44 100644 --- a/chrome/common/chrome_process_filter.cc +++ b/chrome/common/chrome_process_filter.cc @@ -33,4 +33,3 @@ bool BrowserProcessFilter::Includes(uint32 pid, return browser_process_id_ && (browser_process_id_ == pid || browser_process_id_ == parent_pid); } - diff --git a/chrome/common/chrome_process_filter.h b/chrome/common/chrome_process_filter.h index b082d91..8da4dd3 100644 --- a/chrome/common/chrome_process_filter.h +++ b/chrome/common/chrome_process_filter.h @@ -28,4 +28,3 @@ class BrowserProcessFilter : public base::ProcessFilter { }; #endif // CHROME_COMMON_CHROME_PROCESS_FILTER_H__ - diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index f106dba..7a01d2e 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -159,4 +159,3 @@ extern const wchar_t kEnableOutOfProcessDevTools[]; } // namespace switches #endif // CHROME_COMMON_CHROME_SWITCHES_H__ - diff --git a/chrome/common/classfactory.cc b/chrome/common/classfactory.cc index ba32c15..80a94f6 100644 --- a/chrome/common/classfactory.cc +++ b/chrome/common/classfactory.cc @@ -53,4 +53,3 @@ STDMETHODIMP_(ULONG) GenericClassFactory::Release() { STDMETHODIMP GenericClassFactory::LockServer(BOOL) { return E_NOTIMPL; } - diff --git a/chrome/common/classfactory.h b/chrome/common/classfactory.h index 291ce00..a3d6633 100644 --- a/chrome/common/classfactory.h +++ b/chrome/common/classfactory.h @@ -69,4 +69,3 @@ STDMETHODIMP OneClassFactory<T>::CreateInstance(LPUNKNOWN pUnkOuter, } #endif - diff --git a/chrome/common/common_glue.cc b/chrome/common/common_glue.cc index eb993bd..c79a713 100644 --- a/chrome/common/common_glue.cc +++ b/chrome/common/common_glue.cc @@ -46,4 +46,3 @@ string16 GetLocalizedString(int message_id) { } } // namespace webkit_glue - diff --git a/chrome/common/debug_flags.h b/chrome/common/debug_flags.h index 1a6d813..c855781 100644 --- a/chrome/common/debug_flags.h +++ b/chrome/common/debug_flags.h @@ -31,4 +31,3 @@ class DebugFlags { }; #endif // CHROME_COMMON_DEBUG_FLAGS_H__ - diff --git a/chrome/common/drag_drop_types.cc b/chrome/common/drag_drop_types.cc index a7d9d23..17e49a0 100644 --- a/chrome/common/drag_drop_types.cc +++ b/chrome/common/drag_drop_types.cc @@ -28,4 +28,3 @@ uint32 DragDropTypes::DragOperationToDropEffect(int drag_operation) { drop_effect |= DROPEFFECT_MOVE; return drop_effect; } - diff --git a/chrome/common/drag_drop_types.h b/chrome/common/drag_drop_types.h index f9c7ab1..ce2c73b 100644 --- a/chrome/common/drag_drop_types.h +++ b/chrome/common/drag_drop_types.h @@ -21,4 +21,3 @@ class DragDropTypes { }; #endif // CHROME_COMMON_DRAG_DROP_TYPES_H_ - diff --git a/chrome/common/env_vars.cc b/chrome/common/env_vars.cc index b811f06..120b846 100644 --- a/chrome/common/env_vars.cc +++ b/chrome/common/env_vars.cc @@ -31,4 +31,3 @@ const wchar_t kLtrLocale[] = L"LEFT_TO_RIGHT"; const wchar_t kNoOOBreakpad[] = L"NO_OO_BREAKPAD"; } // namespace env_vars - diff --git a/chrome/common/env_vars.h b/chrome/common/env_vars.h index 7746505..080afd3 100644 --- a/chrome/common/env_vars.h +++ b/chrome/common/env_vars.h @@ -20,4 +20,3 @@ extern const wchar_t kNoOOBreakpad[]; } // namespace env_vars #endif // CHROME_COMMON_ENV_VARS_H__ - diff --git a/chrome/common/filter_policy.h b/chrome/common/filter_policy.h index 2346333..efea7c1 100644 --- a/chrome/common/filter_policy.h +++ b/chrome/common/filter_policy.h @@ -44,4 +44,3 @@ class FilterPolicy { }; #endif // CHROME_COMMON_FILTER_POLICY_H__ - diff --git a/chrome/common/gears_api.h b/chrome/common/gears_api.h index 346e71f..30f5e2e 100644 --- a/chrome/common/gears_api.h +++ b/chrome/common/gears_api.h @@ -95,4 +95,3 @@ typedef struct _GearsCreateShortcutResult { #endif #endif // CHROME_COMMON_GEARS_API_H__ - diff --git a/chrome/common/gfx/chrome_canvas.h b/chrome/common/gfx/chrome_canvas.h index d6cf77f..0a44fab 100644 --- a/chrome/common/gfx/chrome_canvas.h +++ b/chrome/common/gfx/chrome_canvas.h @@ -193,4 +193,3 @@ typedef skia::CanvasPaintT<ChromeCanvas> ChromeCanvasPaint; #endif #endif // CHROME_COMMON_GFX_CHROME_CANVAS_H_ - diff --git a/chrome/common/gfx/chrome_font.h b/chrome/common/gfx/chrome_font.h index 7c25a9b..16d491a 100644 --- a/chrome/common/gfx/chrome_font.h +++ b/chrome/common/gfx/chrome_font.h @@ -232,4 +232,3 @@ class ChromeFont { }; #endif // CHROME_COMMON_GFX_CHROME_FONT_H_ - diff --git a/chrome/common/gfx/chrome_font_gtk.cc b/chrome/common/gfx/chrome_font_gtk.cc index 8a1b493..22ed799 100644 --- a/chrome/common/gfx/chrome_font_gtk.cc +++ b/chrome/common/gfx/chrome_font_gtk.cc @@ -31,4 +31,3 @@ ChromeFont::ChromeFont() { CopyChromeFont(*default_font_); } - diff --git a/chrome/common/gfx/chrome_font_win.cc b/chrome/common/gfx/chrome_font_win.cc index 6fcadc0..a1ae955 100644 --- a/chrome/common/gfx/chrome_font_win.cc +++ b/chrome/common/gfx/chrome_font_win.cc @@ -210,5 +210,3 @@ ChromeFont::HFontRef* ChromeFont::CreateHFontRef(HFONT font) { return new HFontRef(font, height, baseline, ave_char_width, style, dlu_base_x); } - - diff --git a/chrome/common/gfx/color_utils.cc b/chrome/common/gfx/color_utils.cc index 237e082..70437e1 100644 --- a/chrome/common/gfx/color_utils.cc +++ b/chrome/common/gfx/color_utils.cc @@ -266,4 +266,3 @@ SkColor GetSysSkColor(int which) { } } // namespace color_utils - diff --git a/chrome/common/gfx/color_utils.h b/chrome/common/gfx/color_utils.h index 5acf1ad..cdf7659 100644 --- a/chrome/common/gfx/color_utils.h +++ b/chrome/common/gfx/color_utils.h @@ -61,4 +61,3 @@ SkColor GetSysSkColor(int which); } // namespace color_utils #endif // #ifndef CHROME_COMMON_GFX_COLOR_UTILS_H__ - diff --git a/chrome/common/gfx/emf.cc b/chrome/common/gfx/emf.cc index 484b332..17ffae9 100644 --- a/chrome/common/gfx/emf.cc +++ b/chrome/common/gfx/emf.cc @@ -315,4 +315,3 @@ int CALLBACK Emf::Enumerator::EnhMetaFileProc(HDC hdc, } } // namespace gfx - diff --git a/chrome/common/gfx/emf.h b/chrome/common/gfx/emf.h index 0fc50e1..973f1e45 100644 --- a/chrome/common/gfx/emf.h +++ b/chrome/common/gfx/emf.h @@ -177,4 +177,3 @@ class Emf::Enumerator { } // namespace gfx #endif // CHROME_COMMON_GFX_EMF_H__ - diff --git a/chrome/common/gfx/emf_unittest.cc b/chrome/common/gfx/emf_unittest.cc index d7a164d..f44477a 100644 --- a/chrome/common/gfx/emf_unittest.cc +++ b/chrome/common/gfx/emf_unittest.cc @@ -113,4 +113,3 @@ TEST_F(EmfPrintingTest, Enumerate) { context.PageDone(); context.DocumentDone(); } - diff --git a/chrome/common/gfx/favicon_size.h b/chrome/common/gfx/favicon_size.h index 7f9aa60..bf805d3 100644 --- a/chrome/common/gfx/favicon_size.h +++ b/chrome/common/gfx/favicon_size.h @@ -31,4 +31,3 @@ void calc_favicon_target_size(int* width, int* height) { } #endif // CHROME_COMMON_GFX_FAVICON_SIZE_H__ - diff --git a/chrome/common/gfx/icon_util.cc b/chrome/common/gfx/icon_util.cc index b3b56a2..520faed 100644 --- a/chrome/common/gfx/icon_util.cc +++ b/chrome/common/gfx/icon_util.cc @@ -474,4 +474,3 @@ void IconUtil::ComputeBitmapSizeComponents(const SkBitmap& bitmap, int masks_size = *xor_mask_size + *and_mask_size; *bytes_in_resource = masks_size + sizeof(BITMAPINFOHEADER); } - diff --git a/chrome/common/gfx/icon_util.h b/chrome/common/gfx/icon_util.h index 6e50a5b..9066df9 100644 --- a/chrome/common/gfx/icon_util.h +++ b/chrome/common/gfx/icon_util.h @@ -191,4 +191,3 @@ class IconUtil { }; #endif // CHROME_COMMON_ICON_UTIL_H__ - diff --git a/chrome/common/gfx/icon_util_unittest.cc b/chrome/common/gfx/icon_util_unittest.cc index e5f12a1..116589d 100644 --- a/chrome/common/gfx/icon_util_unittest.cc +++ b/chrome/common/gfx/icon_util_unittest.cc @@ -262,4 +262,3 @@ TEST_F(IconUtilTest, TestCreateIconFile) { ::DestroyIcon(icon); } } - diff --git a/chrome/common/gfx/insets.h b/chrome/common/gfx/insets.h index c62bec3..0b126f5 100644 --- a/chrome/common/gfx/insets.h +++ b/chrome/common/gfx/insets.h @@ -59,4 +59,3 @@ class Insets { } // namespace #endif // CHROME_COMMON_GFX_INSETS_H__ - diff --git a/chrome/common/gfx/utils.h b/chrome/common/gfx/utils.h index 84c6830..d445bdb4 100644 --- a/chrome/common/gfx/utils.h +++ b/chrome/common/gfx/utils.h @@ -10,4 +10,3 @@ const int kTwipsPerInch = 1440; #endif // CHROME_COMMON_GFX_UTILS_H__ - diff --git a/chrome/common/ipc_channel_proxy.cc b/chrome/common/ipc_channel_proxy.cc index 6173135..360ead1 100644 --- a/chrome/common/ipc_channel_proxy.cc +++ b/chrome/common/ipc_channel_proxy.cc @@ -294,4 +294,3 @@ void ChannelProxy::OnClientConnected() { //----------------------------------------------------------------------------- } // namespace IPC - diff --git a/chrome/common/ipc_channel_proxy.h b/chrome/common/ipc_channel_proxy.h index 667a64e..55d560e 100644 --- a/chrome/common/ipc_channel_proxy.h +++ b/chrome/common/ipc_channel_proxy.h @@ -201,4 +201,3 @@ class ChannelProxy : public Message::Sender { } // namespace IPC #endif // CHROME_COMMON_IPC_CHANNEL_PROXY_H__ - diff --git a/chrome/common/ipc_fuzzing_tests.cc b/chrome/common/ipc_fuzzing_tests.cc index b9a9563..8148723 100644 --- a/chrome/common/ipc_fuzzing_tests.cc +++ b/chrome/common/ipc_fuzzing_tests.cc @@ -428,4 +428,3 @@ TEST_F(IPCFuzzingTest, MsgMapExMacro) { EXPECT_EQ(0, server.unhandled_msgs()); #endif } - diff --git a/chrome/common/ipc_logging.h b/chrome/common/ipc_logging.h index 219c3cd..cfdcf21 100644 --- a/chrome/common/ipc_logging.h +++ b/chrome/common/ipc_logging.h @@ -111,4 +111,3 @@ class Logging : public base::WaitableEventWatcher::Delegate, #endif // IPC_MESSAGE_LOG_ENABLED #endif // CHROME_COMMON_IPC_LOGGING_H_ - diff --git a/chrome/common/ipc_message.cc b/chrome/common/ipc_message.cc index 593b763..d7cc49d 100644 --- a/chrome/common/ipc_message.cc +++ b/chrome/common/ipc_message.cc @@ -122,4 +122,3 @@ void Message::EnsureFileDescriptorSet() { #endif } // namespace IPC - diff --git a/chrome/common/ipc_message.h b/chrome/common/ipc_message.h index d0aa1c7..37017dc 100644 --- a/chrome/common/ipc_message.h +++ b/chrome/common/ipc_message.h @@ -278,4 +278,3 @@ enum SpecialRoutingIDs { #define IPC_LOGGING_ID 0xFFF1 // Special message id for logging #endif // CHROME_COMMON_IPC_MESSAGE_H__ - diff --git a/chrome/common/ipc_message_macros.h b/chrome/common/ipc_message_macros.h index 8947e8e..6bf1997 100644 --- a/chrome/common/ipc_message_macros.h +++ b/chrome/common/ipc_message_macros.h @@ -1149,4 +1149,3 @@ LogFunction g_log_function_mapping[LastMsgIndex]; }; #endif // #if defined() - diff --git a/chrome/common/ipc_message_unittest.cc b/chrome/common/ipc_message_unittest.cc index 8596185..643626e 100644 --- a/chrome/common/ipc_message_unittest.cc +++ b/chrome/common/ipc_message_unittest.cc @@ -47,4 +47,3 @@ TEST(IPCMessageTest, Serialize) { void* iter = NULL; EXPECT_FALSE(IPC::ParamTraits<GURL>::Read(&msg, &iter, &output)); } - diff --git a/chrome/common/ipc_message_utils.cc b/chrome/common/ipc_message_utils.cc index 2512ff4..36e8052 100644 --- a/chrome/common/ipc_message_utils.cc +++ b/chrome/common/ipc_message_utils.cc @@ -214,4 +214,3 @@ void ParamTraits<webkit_glue::WebApplicationInfo>::Log( } } // namespace IPC - diff --git a/chrome/common/ipc_message_utils.h b/chrome/common/ipc_message_utils.h index 1f54645..64ca212 100644 --- a/chrome/common/ipc_message_utils.h +++ b/chrome/common/ipc_message_utils.h @@ -1473,4 +1473,3 @@ struct ParamTraits<FindInPageRequest> { } // namespace IPC #endif // CHROME_COMMON_IPC_MESSAGE_UTILS_H_ - diff --git a/chrome/common/ipc_sync_channel.h b/chrome/common/ipc_sync_channel.h index 6c3ce54..1b192f6 100644 --- a/chrome/common/ipc_sync_channel.h +++ b/chrome/common/ipc_sync_channel.h @@ -157,4 +157,3 @@ class SyncChannel : public ChannelProxy, } // namespace IPC #endif // CHROME_COMMON_IPC_SYNC_SENDER_H__ - diff --git a/chrome/common/ipc_sync_message.cc b/chrome/common/ipc_sync_message.cc index 9ed2679..a7407e4 100644 --- a/chrome/common/ipc_sync_message.cc +++ b/chrome/common/ipc_sync_message.cc @@ -124,4 +124,3 @@ bool MessageReplyDeserializer::SerializeOutputParameters(const Message& msg) { } } // namespace IPC - diff --git a/chrome/common/ipc_sync_message.h b/chrome/common/ipc_sync_message.h index 034de07..b03007e 100644 --- a/chrome/common/ipc_sync_message.h +++ b/chrome/common/ipc_sync_message.h @@ -94,4 +94,3 @@ class MessageReplyDeserializer { } // namespace IPC #endif // CHROME_COMMON_IPC_SYNC_MESSAGE_H__ - diff --git a/chrome/common/ipc_sync_message_unittest.cc b/chrome/common/ipc_sync_message_unittest.cc index dc6dd4a..b4f86a2 100644 --- a/chrome/common/ipc_sync_message_unittest.cc +++ b/chrome/common/ipc_sync_message_unittest.cc @@ -247,4 +247,3 @@ TEST(IPCSyncMessageTest, Main) { Send(new Msg_R_3_3(0, 3, "3_3", true, &string1, &int1, &bool1)); DCHECK(string1 == "3_3" && int1 == 33 && !bool1); } - diff --git a/chrome/common/ipc_sync_message_unittest.h b/chrome/common/ipc_sync_message_unittest.h index 409e458..4ac9099 100644 --- a/chrome/common/ipc_sync_message_unittest.h +++ b/chrome/common/ipc_sync_message_unittest.h @@ -96,4 +96,3 @@ IPC_BEGIN_MESSAGES(Test) int, bool) IPC_END_MESSAGES(TestMsg) - diff --git a/chrome/common/json_value_serializer.cc b/chrome/common/json_value_serializer.cc index 367b346..4a4cc45 100644 --- a/chrome/common/json_value_serializer.cc +++ b/chrome/common/json_value_serializer.cc @@ -56,4 +56,3 @@ Value* JSONFileValueSerializer::Deserialize(std::string* error_message) { JSONStringValueSerializer serializer(json_string); return serializer.Deserialize(error_message); } - diff --git a/chrome/common/json_value_serializer.h b/chrome/common/json_value_serializer.h index dd8da00..b049e4e 100644 --- a/chrome/common/json_value_serializer.h +++ b/chrome/common/json_value_serializer.h @@ -100,4 +100,3 @@ class JSONFileValueSerializer : public ValueSerializer { }; #endif // CHROME_COMMON_JSON_VALUE_SERIALIZER_H__ - diff --git a/chrome/common/json_value_serializer_perftest.cc b/chrome/common/json_value_serializer_perftest.cc index bef8fbe..c54ad67 100644 --- a/chrome/common/json_value_serializer_perftest.cc +++ b/chrome/common/json_value_serializer_perftest.cc @@ -88,4 +88,3 @@ TEST_F(JSONValueSerializerTests, CompactWriting) { test_cases[i] = NULL; } } - diff --git a/chrome/common/jstemplate_builder.cc b/chrome/common/jstemplate_builder.cc index 49772db..f1cbb0f 100644 --- a/chrome/common/jstemplate_builder.cc +++ b/chrome/common/jstemplate_builder.cc @@ -51,4 +51,3 @@ std::string GetTemplateHtml(const StringPiece& html_template, } } // namespace jstemplate_builder - diff --git a/chrome/common/jstemplate_builder.h b/chrome/common/jstemplate_builder.h index da24165..4022daf 100644 --- a/chrome/common/jstemplate_builder.h +++ b/chrome/common/jstemplate_builder.h @@ -27,4 +27,3 @@ namespace jstemplate_builder { const StringPiece& template_id); } // namespace jstemplate_builder #endif // CHROME_RENDERER_JSTEMPLATE_BUILDER_H__ - diff --git a/chrome/common/l10n_util_win.cc b/chrome/common/l10n_util_win.cc index 25f4918..352d518 100644 --- a/chrome/common/l10n_util_win.cc +++ b/chrome/common/l10n_util_win.cc @@ -32,4 +32,3 @@ void HWNDSetRTLLayout(HWND hwnd) { } } // namespace l10n_util - diff --git a/chrome/common/l10n_util_win.h b/chrome/common/l10n_util_win.h index 16f734f..c99a7f8 100644 --- a/chrome/common/l10n_util_win.h +++ b/chrome/common/l10n_util_win.h @@ -29,4 +29,3 @@ void HWNDSetRTLLayout(HWND hwnd); } // namespace l10n_util #endif // CHROME_COMMON_L10N_UTIL_WIN_H_ - diff --git a/chrome/common/libxml_utils.cc b/chrome/common/libxml_utils.cc index 06fbead..f470ce2 100644 --- a/chrome/common/libxml_utils.cc +++ b/chrome/common/libxml_utils.cc @@ -141,4 +141,3 @@ void XmlWriter::StopWriting() { xmlFreeTextWriter(writer_); writer_ = NULL; } - diff --git a/chrome/common/libxml_utils.h b/chrome/common/libxml_utils.h index 3089bd4..af88ec9 100644 --- a/chrome/common/libxml_utils.h +++ b/chrome/common/libxml_utils.h @@ -181,4 +181,3 @@ class XmlWriter { }; #endif // CHROME_COMMON_LIBXML_UTILS_H__ - diff --git a/chrome/common/logging_chrome.h b/chrome/common/logging_chrome.h index 050fdca..b68a61f 100644 --- a/chrome/common/logging_chrome.h +++ b/chrome/common/logging_chrome.h @@ -55,4 +55,3 @@ size_t GetFatalAssertions(AssertionList* assertions); } // namespace logging #endif - diff --git a/chrome/common/logging_chrome_uitest.cc b/chrome/common/logging_chrome_uitest.cc index b88deb6..c03eb88 100644 --- a/chrome/common/logging_chrome_uitest.cc +++ b/chrome/common/logging_chrome_uitest.cc @@ -132,4 +132,3 @@ TEST_F(BrowserCrashTest, DISABLED_Crash) { Sleep(5000); expected_crashes_ = 1; } - diff --git a/chrome/common/message_router.cc b/chrome/common/message_router.cc index 9e62b71..ae8df62 100644 --- a/chrome/common/message_router.cc +++ b/chrome/common/message_router.cc @@ -41,4 +41,3 @@ bool MessageRouter::RouteMessage(const IPC::Message& msg) { listener->OnMessageReceived(msg); return true; } - diff --git a/chrome/common/message_router.h b/chrome/common/message_router.h index 1716918..d23e2f3 100644 --- a/chrome/common/message_router.h +++ b/chrome/common/message_router.h @@ -58,4 +58,3 @@ class MessageRouter : public IPC::Channel::Listener, }; #endif // CHROME_COMMON_MESSAGE_ROUTER_H__ - diff --git a/chrome/common/mru_cache.h b/chrome/common/mru_cache.h index d3478b1..6d7426a 100644 --- a/chrome/common/mru_cache.h +++ b/chrome/common/mru_cache.h @@ -241,4 +241,3 @@ class OwningMRUCache }; #endif // CHROME_COMMON_MRU_CACHE_H__ - diff --git a/chrome/common/navigation_types.h b/chrome/common/navigation_types.h index bc27cbd..289de35 100644 --- a/chrome/common/navigation_types.h +++ b/chrome/common/navigation_types.h @@ -61,4 +61,3 @@ class NavigationType { }; #endif // CHROME_COMMON_NAVIGATION_TYPES_H_ - diff --git a/chrome/common/net/cache_uitest.cc b/chrome/common/net/cache_uitest.cc index 4dc017f..99b4186 100644 --- a/chrome/common/net/cache_uitest.cc +++ b/chrome/common/net/cache_uitest.cc @@ -176,4 +176,3 @@ TEST_F(CacheTest, NoStoreMaxAge) { TEST_F(CacheTest, NoTransform) { RunCacheTest(L"cache/no-transform", false, false); } - diff --git a/chrome/common/net/cookie_monster_sqlite.h b/chrome/common/net/cookie_monster_sqlite.h index 14da41c..dac5b26 100644 --- a/chrome/common/net/cookie_monster_sqlite.h +++ b/chrome/common/net/cookie_monster_sqlite.h @@ -50,4 +50,3 @@ class SQLitePersistentCookieStore }; #endif // CHROME_COMMON_NET_COOKIE_MONSTER_SQLITE_H__ - diff --git a/chrome/common/net/url_util_unittest.cc b/chrome/common/net/url_util_unittest.cc index 217f6ca..9462789 100644 --- a/chrome/common/net/url_util_unittest.cc +++ b/chrome/common/net/url_util_unittest.cc @@ -50,4 +50,3 @@ TEST(URLUtil, Scheme) { EXPECT_EQ(parsed_scheme.len, found_scheme.len); } } - diff --git a/chrome/common/notification_details.h b/chrome/common/notification_details.h index 9afa86f6..c938542 100644 --- a/chrome/common/notification_details.h +++ b/chrome/common/notification_details.h @@ -50,4 +50,3 @@ class Details : public NotificationDetails { }; #endif // CHROME_COMMON_NOTIFICATION_DETAILS_H__ - diff --git a/chrome/common/notification_service.cc b/chrome/common/notification_service.cc index 5a9fa72..9b7d6f9 100644 --- a/chrome/common/notification_service.cc +++ b/chrome/common/notification_service.cc @@ -138,4 +138,3 @@ NotificationService::~NotificationService() { } NotificationObserver::~NotificationObserver() {} - diff --git a/chrome/common/notification_service.h b/chrome/common/notification_service.h index 8fb8981..706cc945 100644 --- a/chrome/common/notification_service.h +++ b/chrome/common/notification_service.h @@ -98,4 +98,3 @@ class NotificationService { }; #endif // CHROME_COMMON_NOTIFICATION_SERVICE_H_ - diff --git a/chrome/common/notification_service_unittest.cc b/chrome/common/notification_service_unittest.cc index 0c948d6..4fed35f 100644 --- a/chrome/common/notification_service_unittest.cc +++ b/chrome/common/notification_service_unittest.cc @@ -183,4 +183,3 @@ TEST(NotificationServiceTest, MultipleRegistration) { NotificationService::NoDetails()); EXPECT_EQ(3, idle_test_source.notification_count()); } - diff --git a/chrome/common/notification_source.h b/chrome/common/notification_source.h index c82e6af..93b20ba 100644 --- a/chrome/common/notification_source.h +++ b/chrome/common/notification_source.h @@ -49,4 +49,3 @@ class Source : public NotificationSource { }; #endif // CHROME_COMMON_NOTIFICATION_SOURCE_H__ - diff --git a/chrome/common/os_exchange_data.cc b/chrome/common/os_exchange_data.cc index 26e4b35..2b131f2 100644 --- a/chrome/common/os_exchange_data.cc +++ b/chrome/common/os_exchange_data.cc @@ -705,4 +705,3 @@ static STGMEDIUM* GetStorageForFileDescriptor( storage->pUnkForRelease = NULL; return storage; } - diff --git a/chrome/common/os_exchange_data_unittest.cc b/chrome/common/os_exchange_data_unittest.cc index 869ee92..205eb40 100644 --- a/chrome/common/os_exchange_data_unittest.cc +++ b/chrome/common/os_exchange_data_unittest.cc @@ -363,4 +363,3 @@ TEST(OSExchangeDataTest, ProvideURLForPlainTextURL) { EXPECT_TRUE(data2->GetURLAndTitle(&read_url, &title)); EXPECT_EQ(GURL("http://google.com"), read_url); } - diff --git a/chrome/common/page_transition_types.h b/chrome/common/page_transition_types.h index eca4a56..1e3c0e8 100644 --- a/chrome/common/page_transition_types.h +++ b/chrome/common/page_transition_types.h @@ -149,4 +149,3 @@ class PageTransition { }; #endif // CHROME_COMMON_PAGE_TRANSITION_TYPES_H__ - diff --git a/chrome/common/page_zoom.h b/chrome/common/page_zoom.h index daf5b9b..ddd83ea 100644 --- a/chrome/common/page_zoom.h +++ b/chrome/common/page_zoom.h @@ -20,4 +20,3 @@ class PageZoom { }; #endif // CHROME_COMMON_PAGE_ZOOM_H_ - diff --git a/chrome/common/plugin_messages.h b/chrome/common/plugin_messages.h index c0c5a46..4cc8048 100644 --- a/chrome/common/plugin_messages.h +++ b/chrome/common/plugin_messages.h @@ -460,4 +460,3 @@ struct ParamTraits<NPVariant_Param> { #include "chrome/common/ipc_message_macros.h" #endif // CHROME_COMMON_PLUGIN_MESSAGES_H__ - diff --git a/chrome/common/plugin_messages_internal.h b/chrome/common/plugin_messages_internal.h index d8561d0..57acdc9 100644 --- a/chrome/common/plugin_messages_internal.h +++ b/chrome/common/plugin_messages_internal.h @@ -322,4 +322,3 @@ IPC_BEGIN_MESSAGES(NPObject) std::string /* message */) IPC_END_MESSAGES(NPObject) - diff --git a/chrome/common/pref_member.cc b/chrome/common/pref_member.cc index 8734775..9ae0842 100644 --- a/chrome/common/pref_member.cc +++ b/chrome/common/pref_member.cc @@ -85,4 +85,3 @@ void StringPrefMember::UpdateValueFromPref() { void StringPrefMember::UpdatePref(const std::wstring& value) { prefs()->SetString(pref_name().c_str(), value); } - diff --git a/chrome/common/pref_member.h b/chrome/common/pref_member.h index 65f861a..34db9bd 100644 --- a/chrome/common/pref_member.h +++ b/chrome/common/pref_member.h @@ -173,4 +173,3 @@ class StringPrefMember : public PrefMember<std::wstring> { }; #endif // CHROME_COMMON_PREF_MEMBER_H_ - diff --git a/chrome/common/pref_member_unittest.cc b/chrome/common/pref_member_unittest.cc index 1b11948..0e87978 100644 --- a/chrome/common/pref_member_unittest.cc +++ b/chrome/common/pref_member_unittest.cc @@ -189,4 +189,3 @@ TEST(PrefMemberTest, NoInit) { // Make sure not calling Init on a PrefMember doesn't cause problems. IntegerPrefMember pref; } - diff --git a/chrome/common/pref_service_uitest.cc b/chrome/common/pref_service_uitest.cc index ac218b5..ced810b 100644 --- a/chrome/common/pref_service_uitest.cc +++ b/chrome/common/pref_service_uitest.cc @@ -119,4 +119,3 @@ TEST_F(PreferenceServiceTest, PreservedWindowPlacementIsLoaded) { &is_maximized)); ASSERT_EQ(is_maximized, is_window_maximized); } - diff --git a/chrome/common/pref_service_unittest.cc b/chrome/common/pref_service_unittest.cc index ca67119..7f4fa97 100644 --- a/chrome/common/pref_service_unittest.cc +++ b/chrome/common/pref_service_unittest.cc @@ -403,4 +403,3 @@ TEST_F(PrefServiceTest, HasPrefPath) { prefs.persistent_->SetString(path, L"blah"); EXPECT_TRUE(prefs.HasPrefPath(path)); } - diff --git a/chrome/common/process_watcher.h b/chrome/common/process_watcher.h index 0f6cb6b..3242984 100644 --- a/chrome/common/process_watcher.h +++ b/chrome/common/process_watcher.h @@ -33,4 +33,3 @@ class ProcessWatcher { }; #endif // CHROME_COMMON_PROCESS_WATCHER_H_ - diff --git a/chrome/common/resource_bundle.h b/chrome/common/resource_bundle.h index 30fcbc7..076ca03 100644 --- a/chrome/common/resource_bundle.h +++ b/chrome/common/resource_bundle.h @@ -194,4 +194,3 @@ class ResourceBundle { }; #endif // CHROME_COMMON_RESOURCE_BUNDLE_H__ - diff --git a/chrome/common/resource_dispatcher.cc b/chrome/common/resource_dispatcher.cc index 76942ec..9b57396 100644 --- a/chrome/common/resource_dispatcher.cc +++ b/chrome/common/resource_dispatcher.cc @@ -519,4 +519,3 @@ bool ResourceDispatcher::IsResourceMessage(const IPC::Message& message) const { return false; } - diff --git a/chrome/common/resource_dispatcher_unittest.cc b/chrome/common/resource_dispatcher_unittest.cc index 518ee7c..0370bde 100644 --- a/chrome/common/resource_dispatcher_unittest.cc +++ b/chrome/common/resource_dispatcher_unittest.cc @@ -187,4 +187,3 @@ TEST_F(ResourceDispatcherTest, Cookies) { TEST_F(ResourceDispatcherTest, SerializedPostData) { // FIXME } - diff --git a/chrome/common/scoped_vector.h b/chrome/common/scoped_vector.h index d6f2e0d..d7da770 100644 --- a/chrome/common/scoped_vector.h +++ b/chrome/common/scoped_vector.h @@ -49,4 +49,3 @@ class ScopedVector { }; #endif // CHROME_BROWSER_COMMON_SCOPED_VECTOR_H__ - diff --git a/chrome/common/security_filter_peer.cc b/chrome/common/security_filter_peer.cc index 30d6d1e..cfe8919 100644 --- a/chrome/common/security_filter_peer.cc +++ b/chrome/common/security_filter_peer.cc @@ -315,4 +315,3 @@ bool ImageFilterPeer::DataReady() { return true; } - diff --git a/chrome/common/security_filter_peer.h b/chrome/common/security_filter_peer.h index 816f9da..6eaf612 100644 --- a/chrome/common/security_filter_peer.h +++ b/chrome/common/security_filter_peer.h @@ -136,4 +136,3 @@ class ImageFilterPeer : public BufferedPeer { }; #endif // CHROME_COMMON_SECURITY_FILTER_PEER_H__ - diff --git a/chrome/common/sqlite_compiled_statement.cc b/chrome/common/sqlite_compiled_statement.cc index 5635f85..5e90b08 100644 --- a/chrome/common/sqlite_compiled_statement.cc +++ b/chrome/common/sqlite_compiled_statement.cc @@ -81,4 +81,3 @@ SQLStatement* SqliteCompiledStatement::statement() { DCHECK(statement_) << "Should check is_valid() before using the statement."; return statement_; } - diff --git a/chrome/common/sqlite_compiled_statement.h b/chrome/common/sqlite_compiled_statement.h index 36bb588..c9f198f 100644 --- a/chrome/common/sqlite_compiled_statement.h +++ b/chrome/common/sqlite_compiled_statement.h @@ -132,4 +132,3 @@ class SqliteCompiledStatement { SqliteCompiledStatement var_name(__FILE__, __LINE__, cache, sql) #endif // CHROME_COMMON_SQLITE_COMPILED_STATEMENT_ - diff --git a/chrome/common/sqlite_utils.cc b/chrome/common/sqlite_utils.cc index a1d62bc..3f7b525 100644 --- a/chrome/common/sqlite_utils.cc +++ b/chrome/common/sqlite_utils.cc @@ -400,4 +400,3 @@ std::wstring SQLStatement::column_wstring(int index) { column_wstring(index, &wstr); return wstr; } - diff --git a/chrome/common/sqlite_utils.h b/chrome/common/sqlite_utils.h index 457d96a..b7325af 100644 --- a/chrome/common/sqlite_utils.h +++ b/chrome/common/sqlite_utils.h @@ -348,4 +348,3 @@ inline bool DoesSqliteColumnExist(sqlite3* db, bool DoesSqliteTableHaveRow(sqlite3* db, const char* table_name); #endif // CHROME_COMMON_SQLITEUTILS_H_ - diff --git a/chrome/common/task_queue.h b/chrome/common/task_queue.h index fd4e670..9e1c817a 100644 --- a/chrome/common/task_queue.h +++ b/chrome/common/task_queue.h @@ -40,4 +40,3 @@ class TaskQueue : public Task { }; #endif // CHROME_COMMON_TASK_QUEUE_H__ - diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc index 3dd9cef..174459a 100644 --- a/chrome/common/temp_scaffolding_stubs.cc +++ b/chrome/common/temp_scaffolding_stubs.cc @@ -536,4 +536,3 @@ void DragDownload(const DownloadItem* download, SkBitmap* icon) { } } // namespace download_util - diff --git a/chrome/common/throb_animation.cc b/chrome/common/throb_animation.cc index be7a852..402d9b5 100644 --- a/chrome/common/throb_animation.cc +++ b/chrome/common/throb_animation.cc @@ -66,4 +66,3 @@ void ThrobAnimation::ResetForSlide() { cycles_remaining_ = 0; throbbing_ = false; } - diff --git a/chrome/common/throb_animation.h b/chrome/common/throb_animation.h index 66bb5ad..ea383e2 100644 --- a/chrome/common/throb_animation.h +++ b/chrome/common/throb_animation.h @@ -57,4 +57,3 @@ class ThrobAnimation : public SlideAnimation { }; #endif // CHROME_COMMON_THROB_ANIMATION_H_ - diff --git a/chrome/common/thumbnail_score.cc b/chrome/common/thumbnail_score.cc index 72c6239..339b7e0 100644 --- a/chrome/common/thumbnail_score.cc +++ b/chrome/common/thumbnail_score.cc @@ -102,4 +102,3 @@ bool ShouldReplaceThumbnailWith(const ThumbnailScore& current, return current.boring_score >= ThumbnailScore::kThumbnailMaximumBoringness && replacement.boring_score < ThumbnailScore::kThumbnailMaximumBoringness; } - diff --git a/chrome/common/thumbnail_score.h b/chrome/common/thumbnail_score.h index 6990726..530f87e 100644 --- a/chrome/common/thumbnail_score.h +++ b/chrome/common/thumbnail_score.h @@ -65,4 +65,3 @@ bool ShouldReplaceThumbnailWith(const ThumbnailScore& current, const ThumbnailScore& replacement); #endif // CHROME_BROWSER_COMMON_THUMBNAIL_SCORE_H__ - diff --git a/chrome/common/time_format.cc b/chrome/common/time_format.cc index f3f6778..70f173d 100644 --- a/chrome/common/time_format.cc +++ b/chrome/common/time_format.cc @@ -247,4 +247,3 @@ std::wstring TimeFormat::RelativeDate( return std::wstring(); } - diff --git a/chrome/common/time_format_unittest.cc b/chrome/common/time_format_unittest.cc index bc99ee4..56f38f3 100644 --- a/chrome/common/time_format_unittest.cc +++ b/chrome/common/time_format_unittest.cc @@ -68,4 +68,3 @@ TEST(TimeFormat, RemainingTime) { TestRemainingTime(three_days, L"3 days", L"3 days left"); TestRemainingTime(three_days + four_hours, L"3 days", L"3 days left"); } - diff --git a/chrome/common/unzip.cc b/chrome/common/unzip.cc index b59ae8e..b1062b6 100644 --- a/chrome/common/unzip.cc +++ b/chrome/common/unzip.cc @@ -198,4 +198,3 @@ bool Unzip(const FilePath& zip_path, const FilePath& dest_dir, unzClose(zip_file); return ret; } - diff --git a/chrome/common/unzip.h b/chrome/common/unzip.h index fc9aa64..7693185 100644 --- a/chrome/common/unzip.h +++ b/chrome/common/unzip.h @@ -17,4 +17,3 @@ bool Unzip(const FilePath& zip_file, const FilePath& dest_dir, std::vector<FilePath>* files); #endif // CHROME_COMMON_UNZIP_H_ - diff --git a/chrome/common/unzip_unittest.cc b/chrome/common/unzip_unittest.cc index 86cf824..b8382c0 100644 --- a/chrome/common/unzip_unittest.cc +++ b/chrome/common/unzip_unittest.cc @@ -91,4 +91,3 @@ TEST_F(UnzipTest, UnzipUncompressed) { } } // namespace - diff --git a/chrome/common/visitedlink_common.h b/chrome/common/visitedlink_common.h index 35cadb7..0009154 100644 --- a/chrome/common/visitedlink_common.h +++ b/chrome/common/visitedlink_common.h @@ -132,4 +132,3 @@ class VisitedLinkCommon { }; #endif // WIN_COMMON_VISITEDLINK_COMMON_H__ - diff --git a/chrome/common/win_safe_util.cc b/chrome/common/win_safe_util.cc index f4c45c4..4abf633 100644 --- a/chrome/common/win_safe_util.cc +++ b/chrome/common/win_safe_util.cc @@ -118,4 +118,3 @@ bool SetInternetZoneIdentifier(const FilePath& full_path) { } } // namespace win_util - diff --git a/chrome/common/win_safe_util.h b/chrome/common/win_safe_util.h index 58af7d4..9b8ac1b 100644 --- a/chrome/common/win_safe_util.h +++ b/chrome/common/win_safe_util.h @@ -49,4 +49,3 @@ bool SetInternetZoneIdentifier(const FilePath& full_path); } // namespace win_util #endif // CHROME_COMMON_WIN_SAFE_UTIL_H__ - diff --git a/chrome/common/worker_messages.h b/chrome/common/worker_messages.h index e1f64a5..c1fde97 100644 --- a/chrome/common/worker_messages.h +++ b/chrome/common/worker_messages.h @@ -18,4 +18,3 @@ #include "chrome/common/ipc_message_macros.h" #endif // CHROME_COMMON_WORKER_MESSAGES_H_ - diff --git a/chrome/common/worker_thread_ticker.h b/chrome/common/worker_thread_ticker.h index 0e200a9..bbc5380 100644 --- a/chrome/common/worker_thread_ticker.h +++ b/chrome/common/worker_thread_ticker.h @@ -85,4 +85,3 @@ class WorkerThreadTicker { }; #endif // CHROME_COMMON_WORKER_THREAD_TICKER_H__ - |