diff options
745 files changed, 0 insertions, 772 deletions
diff --git a/chrome/app/breakpad.h b/chrome/app/breakpad.h index daa3d77..07b261b 100644 --- a/chrome/app/breakpad.h +++ b/chrome/app/breakpad.h @@ -21,4 +21,3 @@ void InitDefaultCrashCallback(); bool ShowRestartDialogIfCrashed(bool* exit_now); #endif // CHROME_APP_BREAKPAD_H_ - diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index 768ace1..a0e1e8a 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -397,5 +397,3 @@ int ChromeMain(int argc, const char** argv) { return rv; } - - diff --git a/chrome/app/client_util.cc b/chrome/app/client_util.cc index 42230cd..0285c56 100644 --- a/chrome/app/client_util.cc +++ b/chrome/app/client_util.cc @@ -92,4 +92,3 @@ void GetExecutablePath(wchar_t* exe_path) { } } // namespace client_util - diff --git a/chrome/app/client_util.h b/chrome/app/client_util.h index 44a9c43..0603f08 100644 --- a/chrome/app/client_util.h +++ b/chrome/app/client_util.h @@ -43,4 +43,3 @@ void GetExecutablePath(wchar_t* exe_path); } // namespace client_util #endif // CHROME_APP_CLIENT_UTIL_H_ - diff --git a/chrome/app/google_update_client.h b/chrome/app/google_update_client.h index e443367..16130f0 100644 --- a/chrome/app/google_update_client.h +++ b/chrome/app/google_update_client.h @@ -75,4 +75,3 @@ class GoogleUpdateClient { } // namespace google_update #endif // CHROME_APP_GOOGLE_UPDATE_CLIENT_H_ - diff --git a/chrome/browser/app_modal_dialog_queue.h b/chrome/browser/app_modal_dialog_queue.h index ff1b5f5..4926968 100644 --- a/chrome/browser/app_modal_dialog_queue.h +++ b/chrome/browser/app_modal_dialog_queue.h @@ -64,4 +64,3 @@ class AppModalDialogQueue { }; #endif // CHROME_BROWSER_APP_MODAL_DIALOG_QUEUE_H__ - diff --git a/chrome/browser/automation/automation_autocomplete_edit_tracker.h b/chrome/browser/automation/automation_autocomplete_edit_tracker.h index 717a760..46b8eae 100644 --- a/chrome/browser/automation/automation_autocomplete_edit_tracker.h +++ b/chrome/browser/automation/automation_autocomplete_edit_tracker.h @@ -33,4 +33,3 @@ class AutomationAutocompleteEditTracker: }; #endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_AUTOCOMPLETE_EDIT_TRACKER_H__ - diff --git a/chrome/browser/automation/automation_browser_tracker.h b/chrome/browser/automation/automation_browser_tracker.h index 0f46756..dbc8959 100644 --- a/chrome/browser/automation/automation_browser_tracker.h +++ b/chrome/browser/automation/automation_browser_tracker.h @@ -31,4 +31,3 @@ public: }; #endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_BROWSER_TRACKER_H__ - diff --git a/chrome/browser/automation/automation_provider_list.cc b/chrome/browser/automation/automation_provider_list.cc index 9928f79..4fbc395 100644 --- a/chrome/browser/automation/automation_provider_list.cc +++ b/chrome/browser/automation/automation_provider_list.cc @@ -49,4 +49,3 @@ AutomationProviderList* AutomationProviderList::GetInstance() { DCHECK(NULL != instance_); return instance_; } - diff --git a/chrome/browser/automation/automation_provider_list.h b/chrome/browser/automation/automation_provider_list.h index b9c0271..5e22d37 100644 --- a/chrome/browser/automation/automation_provider_list.h +++ b/chrome/browser/automation/automation_provider_list.h @@ -44,4 +44,3 @@ private: }; #endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_LIST_H__ - diff --git a/chrome/browser/automation/automation_resource_tracker.cc b/chrome/browser/automation/automation_resource_tracker.cc index 83d64be..be3d6fa 100644 --- a/chrome/browser/automation/automation_resource_tracker.cc +++ b/chrome/browser/automation/automation_resource_tracker.cc @@ -81,4 +81,3 @@ void AutomationResourceTrackerImpl::HandleCloseNotification(void* resource) { RemoveImpl(resource); } - diff --git a/chrome/browser/automation/automation_resource_tracker.h b/chrome/browser/automation/automation_resource_tracker.h index 66c327a..53d80b9 100644 --- a/chrome/browser/automation/automation_resource_tracker.h +++ b/chrome/browser/automation/automation_resource_tracker.h @@ -153,4 +153,3 @@ class AutomationResourceTracker : public NotificationObserver, }; #endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_RESOURCE_TRACKER_H__ - diff --git a/chrome/browser/automation/automation_window_tracker.h b/chrome/browser/automation/automation_window_tracker.h index 9d95e5d..d5f0a90 100644 --- a/chrome/browser/automation/automation_window_tracker.h +++ b/chrome/browser/automation/automation_window_tracker.h @@ -29,4 +29,3 @@ class AutomationWindowTracker }; #endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_WINDOW_TRACKER_H__ - diff --git a/chrome/browser/automation/ui_controls.cc b/chrome/browser/automation/ui_controls.cc index 58b85f6..8a0b349e 100644 --- a/chrome/browser/automation/ui_controls.cc +++ b/chrome/browser/automation/ui_controls.cc @@ -343,4 +343,3 @@ void MoveMouseToCenterAndPress(views::View* view, MouseButton button, } } // ui_controls - diff --git a/chrome/browser/automation/url_request_failed_dns_job.cc b/chrome/browser/automation/url_request_failed_dns_job.cc index ce20816..f71c0c8 100644 --- a/chrome/browser/automation/url_request_failed_dns_job.cc +++ b/chrome/browser/automation/url_request_failed_dns_job.cc @@ -35,4 +35,3 @@ void URLRequestFailedDnsJob::StartAsync() { NotifyStartError(URLRequestStatus(URLRequestStatus::FAILED, net::ERR_NAME_NOT_RESOLVED)); } - diff --git a/chrome/browser/automation/url_request_failed_dns_job.h b/chrome/browser/automation/url_request_failed_dns_job.h index 52748fe..ee10e5e 100644 --- a/chrome/browser/automation/url_request_failed_dns_job.h +++ b/chrome/browser/automation/url_request_failed_dns_job.h @@ -30,4 +30,3 @@ class URLRequestFailedDnsJob : public URLRequestJob { }; #endif // CHROME_BROWSER_AUTOMATION_URL_REQUEST_FAILED_DNS_JOB_H__ - diff --git a/chrome/browser/automation/url_request_mock_http_job.cc b/chrome/browser/automation/url_request_mock_http_job.cc index 9220ba7..171b35b 100644 --- a/chrome/browser/automation/url_request_mock_http_job.cc +++ b/chrome/browser/automation/url_request_mock_http_job.cc @@ -90,4 +90,3 @@ bool URLRequestMockHTTPJob::GetCharset(std::string* charset) { GetResponseInfo(&info); return info.headers && info.headers->GetCharset(charset); } - diff --git a/chrome/browser/automation/url_request_mock_http_job.h b/chrome/browser/automation/url_request_mock_http_job.h index d344e7b..a417c09 100644 --- a/chrome/browser/automation/url_request_mock_http_job.h +++ b/chrome/browser/automation/url_request_mock_http_job.h @@ -37,4 +37,3 @@ class URLRequestMockHTTPJob : public URLRequestFileJob { }; # endif // CHROME_BROWSER_AUTOMATION_URL_REQUEST_MOCK_HTTP_JOB_H__ - diff --git a/chrome/browser/automation/url_request_mock_net_error_job.cc b/chrome/browser/automation/url_request_mock_net_error_job.cc index c6bfa80..e6ab51f 100644 --- a/chrome/browser/automation/url_request_mock_net_error_job.cc +++ b/chrome/browser/automation/url_request_mock_net_error_job.cc @@ -97,4 +97,3 @@ void URLRequestMockNetErrorJob::StartAsync() { void URLRequestMockNetErrorJob::ContinueDespiteLastError() { Start(); } - diff --git a/chrome/browser/automation/url_request_mock_net_error_job.h b/chrome/browser/automation/url_request_mock_net_error_job.h index 2f4d9f7..b3c25f6 100644 --- a/chrome/browser/automation/url_request_mock_net_error_job.h +++ b/chrome/browser/automation/url_request_mock_net_error_job.h @@ -69,4 +69,3 @@ class URLRequestMockNetErrorJob : public URLRequestMockHTTPJob { }; #endif // #define CHROME_BROWSER_AUTOMATION_URL_REQUEST_MOCK_NET_ERROR_H__ - diff --git a/chrome/browser/automation/url_request_slow_download_job.cc b/chrome/browser/automation/url_request_slow_download_job.cc index 7b4f6cb..455434e 100644 --- a/chrome/browser/automation/url_request_slow_download_job.cc +++ b/chrome/browser/automation/url_request_slow_download_job.cc @@ -168,4 +168,3 @@ bool URLRequestSlowDownloadJob::GetMimeType(std::string* mime_type) const { GetResponseInfoConst(&info); return info.headers && info.headers->GetMimeType(mime_type); } - diff --git a/chrome/browser/automation/url_request_slow_download_job.h b/chrome/browser/automation/url_request_slow_download_job.h index 58c1749..29cf57a 100644 --- a/chrome/browser/automation/url_request_slow_download_job.h +++ b/chrome/browser/automation/url_request_slow_download_job.h @@ -57,4 +57,3 @@ class URLRequestSlowDownloadJob : public URLRequestJob { }; #endif // CHROME_BROWSER_AUTOMATION_URL_REQUEST_SLOW_DOWNLOAD_JOB_H__ - diff --git a/chrome/browser/back_forward_menu_model.h b/chrome/browser/back_forward_menu_model.h index 834efaa..7d0f31c 100644 --- a/chrome/browser/back_forward_menu_model.h +++ b/chrome/browser/back_forward_menu_model.h @@ -162,4 +162,3 @@ class BackForwardMenuModel { }; #endif // CHROME_BROWSER_BACK_FORWARD_MENU_MODEL_H_ - diff --git a/chrome/browser/back_forward_menu_model_unittest.cc b/chrome/browser/back_forward_menu_model_unittest.cc index 5855c13..e1ed357 100644 --- a/chrome/browser/back_forward_menu_model_unittest.cc +++ b/chrome/browser/back_forward_menu_model_unittest.cc @@ -494,4 +494,3 @@ TEST_F(BackFwdMenuModelTest, ChapterStops) { } contents->CloseContents(); } - diff --git a/chrome/browser/back_forward_menu_model_win.cc b/chrome/browser/back_forward_menu_model_win.cc index 55e781c..5131326 100644 --- a/chrome/browser/back_forward_menu_model_win.cc +++ b/chrome/browser/back_forward_menu_model_win.cc @@ -60,4 +60,3 @@ void BackForwardMenuModelWin::MenuWillShow() { int BackForwardMenuModelWin::GetItemCount() const { return GetTotalItemCount(); } - diff --git a/chrome/browser/browser_accessibility.cc b/chrome/browser/browser_accessibility.cc index 37bb09c..5b84cd9 100644 --- a/chrome/browser/browser_accessibility.cc +++ b/chrome/browser/browser_accessibility.cc @@ -554,4 +554,3 @@ const AccessibilityOutParams& BrowserAccessibility::response() { HWND BrowserAccessibility::parent_hwnd() { return BrowserAccessibilityManager::GetInstance()->parent_hwnd(instance_id()); } - diff --git a/chrome/browser/browser_accessibility.h b/chrome/browser/browser_accessibility.h index fcb18b5..9582297 100644 --- a/chrome/browser/browser_accessibility.h +++ b/chrome/browser/browser_accessibility.h @@ -168,4 +168,3 @@ class ATL_NO_VTABLE BrowserAccessibility DISALLOW_COPY_AND_ASSIGN(BrowserAccessibility); }; #endif // CHROME_BROWSER_BROWSER_ACCESSIBILITY_H_ - diff --git a/chrome/browser/browser_init.h b/chrome/browser/browser_init.h index 909df4f5..050d403 100644 --- a/chrome/browser/browser_init.h +++ b/chrome/browser/browser_init.h @@ -119,4 +119,3 @@ class BrowserInit { }; #endif // CHROME_BROWSER_BROWSER_INIT_H_ - diff --git a/chrome/browser/browser_list.h b/chrome/browser/browser_list.h index 72262a9..44246ac 100644 --- a/chrome/browser/browser_list.h +++ b/chrome/browser/browser_list.h @@ -169,4 +169,3 @@ class WebContentsIterator { }; #endif // CHROME_BROWSER_BROWSER_LIST_H__ - diff --git a/chrome/browser/browser_prefs.h b/chrome/browser/browser_prefs.h index 9cdb3db..1926829 100644 --- a/chrome/browser/browser_prefs.h +++ b/chrome/browser/browser_prefs.h @@ -15,4 +15,3 @@ void RegisterAllPrefs(PrefService* user_prefs, PrefService* local_state); } #endif // CHROME_BROWSER_BROWSER_PREFS_H__ - diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc index 99d3325..2563d2d4 100644 --- a/chrome/browser/browser_process_impl.cc +++ b/chrome/browser/browser_process_impl.cc @@ -381,4 +381,3 @@ void BrowserProcessImpl::CreateGoogleURLTracker() { scoped_ptr<GoogleURLTracker> google_url_tracker(new GoogleURLTracker); google_url_tracker_.swap(google_url_tracker); } - diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h index a2edeac..882b890 100644 --- a/chrome/browser/browser_process_impl.h +++ b/chrome/browser/browser_process_impl.h @@ -255,4 +255,3 @@ class BrowserProcessImpl : public BrowserProcess, public NonThreadSafe { }; #endif // CHROME_BROWSER_BROWSER_PROCESS_IMPL_H__ - diff --git a/chrome/browser/browser_shutdown.h b/chrome/browser/browser_shutdown.h index 0b7aa51..51c2b5f 100644 --- a/chrome/browser/browser_shutdown.h +++ b/chrome/browser/browser_shutdown.h @@ -44,4 +44,3 @@ void ReadLastShutdownInfo(); } // namespace browser_shutdown #endif // CHROME_BROWSER_BROWSER_SHUTDOWN_H__ - diff --git a/chrome/browser/browser_url_handler.h b/chrome/browser/browser_url_handler.h index da0bbd4..cf46266 100644 --- a/chrome/browser/browser_url_handler.h +++ b/chrome/browser/browser_url_handler.h @@ -46,4 +46,3 @@ class BrowserURLHandler { }; #endif // CHROME_BROWSER_BROWSER_URL_HANDLER_H_ - diff --git a/chrome/browser/browser_window_factory.mm b/chrome/browser/browser_window_factory.mm index fe11284..0453169 100644 --- a/chrome/browser/browser_window_factory.mm +++ b/chrome/browser/browser_window_factory.mm @@ -17,4 +17,3 @@ BrowserWindow* BrowserWindow::CreateBrowserWindow(Browser* browser) { [[BrowserWindowController alloc] initWithBrowser:browser]; return [controller browserWindow]; } - diff --git a/chrome/browser/browsing_instance.cc b/chrome/browser/browsing_instance.cc index 4b7ee6c..c576779 100644 --- a/chrome/browser/browsing_instance.cc +++ b/chrome/browser/browsing_instance.cc @@ -112,4 +112,3 @@ void BrowsingInstance::UnregisterSiteInstance(SiteInstance* site_instance) { map->erase(i); } } - diff --git a/chrome/browser/cache_manager_host.h b/chrome/browser/cache_manager_host.h index ba501d5..f1313dc 100644 --- a/chrome/browser/cache_manager_host.h +++ b/chrome/browser/cache_manager_host.h @@ -189,4 +189,3 @@ class CacheManagerHost { }; #endif // CHROME_BROWSER_CACHE_MANAGER_HOST_H__ - diff --git a/chrome/browser/cache_manager_host_unittest.cc b/chrome/browser/cache_manager_host_unittest.cc index c36ffe5..9164a47 100644 --- a/chrome/browser/cache_manager_host_unittest.cc +++ b/chrome/browser/cache_manager_host_unittest.cc @@ -313,4 +313,3 @@ TEST_F(CacheManagerHostTest, AddToStrategyTest) { h->Remove(kRendererID); h->Remove(kRendererID2); } - diff --git a/chrome/browser/cancelable_request.cc b/chrome/browser/cancelable_request.cc index fb7158b..bfc1d532 100644 --- a/chrome/browser/cancelable_request.cc +++ b/chrome/browser/cancelable_request.cc @@ -75,4 +75,3 @@ void CancelableRequestProvider::RequestCompleted(Handle handle) { // Notify the consumer that the request is gone consumer->OnRequestRemoved(this, handle); } - diff --git a/chrome/browser/cancelable_request.h b/chrome/browser/cancelable_request.h index 30e1a39..713440e 100644 --- a/chrome/browser/cancelable_request.h +++ b/chrome/browser/cancelable_request.h @@ -544,4 +544,3 @@ class CancelableRequest1 : public CancelableRequest<CB> { }; #endif // CHROME_BROWSER_CANCELABLE_REQUEST_H__ - diff --git a/chrome/browser/cert_store.cc b/chrome/browser/cert_store.cc index b84e059..7d6221b 100644 --- a/chrome/browser/cert_store.cc +++ b/chrome/browser/cert_store.cc @@ -140,4 +140,3 @@ void CertStore::Observe(NotificationType type, DCHECK(rph); RemoveCertsForRenderProcesHost(rph->host_id()); } - diff --git a/chrome/browser/cert_store.h b/chrome/browser/cert_store.h index db2c4a3..6638a94 100644 --- a/chrome/browser/cert_store.h +++ b/chrome/browser/cert_store.h @@ -79,4 +79,3 @@ class CertStore : public NotificationObserver { }; #endif // CHROME_BROWSER_CERT_STORE_H_ - diff --git a/chrome/browser/character_encoding.h b/chrome/browser/character_encoding.h index 86df3c3..bc8a83f 100644 --- a/chrome/browser/character_encoding.h +++ b/chrome/browser/character_encoding.h @@ -104,4 +104,3 @@ class CharacterEncoding { }; #endif // CHROME_BROWSER_CHARACTER_ENCODING_H__ - diff --git a/chrome/browser/chrome_plugin_host.h b/chrome/browser/chrome_plugin_host.h index fd05716..2fd37a4 100644 --- a/chrome/browser/chrome_plugin_host.h +++ b/chrome/browser/chrome_plugin_host.h @@ -41,4 +41,3 @@ void CPHandleCommand(int command, CPCommandInterface* data, CPBrowsingContext context); #endif // CHROME_BROWSER_CHROME_PLUGIN_HOST_H__ - diff --git a/chrome/browser/chrome_thread.cc b/chrome/browser/chrome_thread.cc index 9a24262..b8421b8 100644 --- a/chrome/browser/chrome_thread.cc +++ b/chrome/browser/chrome_thread.cc @@ -45,4 +45,3 @@ MessageLoop* ChromeThread::GetMessageLoop(ID identifier) { return NULL; } - diff --git a/chrome/browser/chrome_thread.h b/chrome/browser/chrome_thread.h index 9a9cd45..305af03 100644 --- a/chrome/browser/chrome_thread.h +++ b/chrome/browser/chrome_thread.h @@ -79,4 +79,3 @@ class ChromeThread : public base::Thread { }; #endif // #ifndef CHROME_BROWSER_CHROME_THREAD_H__ - diff --git a/chrome/browser/cocoa/shell_dialogs_mac.mm b/chrome/browser/cocoa/shell_dialogs_mac.mm index 21f5e20..f14beac 100644 --- a/chrome/browser/cocoa/shell_dialogs_mac.mm +++ b/chrome/browser/cocoa/shell_dialogs_mac.mm @@ -15,5 +15,3 @@ SelectFontDialog* SelectFontDialog::Create(Listener* listener) { NOTREACHED() << "Implement me."; return NULL; } - - diff --git a/chrome/browser/crash_recovery_uitest.cc b/chrome/browser/crash_recovery_uitest.cc index d094124..2ee7a98 100644 --- a/chrome/browser/crash_recovery_uitest.cc +++ b/chrome/browser/crash_recovery_uitest.cc @@ -74,4 +74,3 @@ TEST_F(CrashRecoveryUITest, LoadInNewTab) { // entry was properly committed. EXPECT_EQ(title, GetActiveTabTitle()); } - diff --git a/chrome/browser/cross_site_request_manager.cc b/chrome/browser/cross_site_request_manager.cc index 10fa6b4..427c259 100644 --- a/chrome/browser/cross_site_request_manager.cc +++ b/chrome/browser/cross_site_request_manager.cc @@ -25,4 +25,3 @@ void CrossSiteRequestManager::SetHasPendingCrossSiteRequest(int renderer_id, pending_cross_site_views_.erase(key); } } - diff --git a/chrome/browser/cross_site_request_manager.h b/chrome/browser/cross_site_request_manager.h index d7bf0b4..03ed1f9 100644 --- a/chrome/browser/cross_site_request_manager.h +++ b/chrome/browser/cross_site_request_manager.h @@ -54,4 +54,3 @@ class CrossSiteRequestManager { }; #endif // CHROME_BROWSER_CROSS_SITE_REQUEST_MANAGER_H__ - diff --git a/chrome/browser/debugger/debugger_contents.h b/chrome/browser/debugger/debugger_contents.h index 69c33fd..01689c3 100644 --- a/chrome/browser/debugger/debugger_contents.h +++ b/chrome/browser/debugger/debugger_contents.h @@ -34,4 +34,3 @@ class DebuggerContents : public DOMUI { }; #endif // CHROME_BROWSER_DEBUGGER_CONTENTS_H__ - diff --git a/chrome/browser/debugger/debugger_host.h b/chrome/browser/debugger/debugger_host.h index c008c30..1240f03 100644 --- a/chrome/browser/debugger/debugger_host.h +++ b/chrome/browser/debugger/debugger_host.h @@ -40,4 +40,3 @@ class DebuggerHost : public base::RefCountedThreadSafe<DebuggerHost> { }; #endif // CHROME_BROWSER_DEBUGGER_DEBUGGER_HOST_H_ - diff --git a/chrome/browser/debugger/debugger_host_impl.h b/chrome/browser/debugger/debugger_host_impl.h index ce2c3bb..f8c97f3 100644 --- a/chrome/browser/debugger/debugger_host_impl.h +++ b/chrome/browser/debugger/debugger_host_impl.h @@ -48,4 +48,3 @@ class DebuggerHostImpl : public DebuggerHost { }; #endif // CHROME_BROWSER_DEBUGGER_DEBUGGER_HOST_IMPL_H__ - diff --git a/chrome/browser/debugger/debugger_io_socket.cc b/chrome/browser/debugger/debugger_io_socket.cc index a7b857e..86e8be6 100644 --- a/chrome/browser/debugger/debugger_io_socket.cc +++ b/chrome/browser/debugger/debugger_io_socket.cc @@ -125,5 +125,3 @@ void DebuggerInputOutputSocket::DidClose(ListenSocket *sock) { // TODO(erikkay): assert? } } - - diff --git a/chrome/browser/debugger/debugger_node.cc b/chrome/browser/debugger/debugger_node.cc index 2007575..2afdedc 100644 --- a/chrome/browser/debugger/debugger_node.cc +++ b/chrome/browser/debugger/debugger_node.cc @@ -396,4 +396,3 @@ template<class T> v8::Handle<v8::Value> FunctionNode<T>::Function(const v8::Arguments &args) { return function_(args, data_); } - diff --git a/chrome/browser/debugger/debugger_shell.h b/chrome/browser/debugger/debugger_shell.h index bdb5d8a..a031c7e 100644 --- a/chrome/browser/debugger/debugger_shell.h +++ b/chrome/browser/debugger/debugger_shell.h @@ -136,4 +136,3 @@ class DebuggerShell : public DebuggerHost { #endif // else CHROME_DEBUGGER_DISABLED #endif // CHROME_BROWSER_DEBUGGER_DEBUGGER_SHELL_H_ - diff --git a/chrome/browser/debugger/debugger_view.cc b/chrome/browser/debugger/debugger_view.cc index 25ee191..19c9196 100644 --- a/chrome/browser/debugger/debugger_view.cc +++ b/chrome/browser/debugger/debugger_view.cc @@ -157,4 +157,3 @@ void DebuggerView::LoadingStateChanged(TabContents* source) { if (!source->is_loading()) SetOutputViewReady(); } - diff --git a/chrome/browser/debugger/debugger_window.h b/chrome/browser/debugger/debugger_window.h index 85f4ff8..39158cb 100644 --- a/chrome/browser/debugger/debugger_window.h +++ b/chrome/browser/debugger/debugger_window.h @@ -57,4 +57,3 @@ class DebuggerWindow : public DebuggerInputOutput, }; #endif // CHROME_BROWSER_DEBUGGER_DEBUGGER_WINDOW_H__ - diff --git a/chrome/browser/debugger/dev_tools_view.cc b/chrome/browser/debugger/dev_tools_view.cc index 4b2f51d..f0f6234 100644 --- a/chrome/browser/debugger/dev_tools_view.cc +++ b/chrome/browser/debugger/dev_tools_view.cc @@ -91,4 +91,3 @@ void DevToolsView::OpenURLFromTab(TabContents* source, PageTransition::Type transition) { NOTREACHED(); } - diff --git a/chrome/browser/debugger/dev_tools_view.h b/chrome/browser/debugger/dev_tools_view.h index 6c2c087..2ab0a37 100644 --- a/chrome/browser/debugger/dev_tools_view.h +++ b/chrome/browser/debugger/dev_tools_view.h @@ -76,4 +76,3 @@ class DevToolsView : public views::View, }; #endif // CHROME_BROWSER_DEBUGGER_DEV_TOOLS_VIEW_H_ - diff --git a/chrome/browser/debugger/dev_tools_window.cc b/chrome/browser/debugger/dev_tools_window.cc index a1f6959..9add6d0 100644 --- a/chrome/browser/debugger/dev_tools_window.cc +++ b/chrome/browser/debugger/dev_tools_window.cc @@ -50,4 +50,3 @@ bool DevToolsWindow::CanResize() const { views::View* DevToolsWindow::GetContentsView() { return tools_view_; } - diff --git a/chrome/browser/debugger/dev_tools_window.h b/chrome/browser/debugger/dev_tools_window.h index 3550c33..d20a801 100644 --- a/chrome/browser/debugger/dev_tools_window.h +++ b/chrome/browser/debugger/dev_tools_window.h @@ -43,4 +43,3 @@ class DevToolsWindow : public views::WindowDelegate { }; #endif // CHROME_BROWSER_DEBUGGER_DEV_TOOLS_WINDOW_H_ - diff --git a/chrome/browser/dom_operation_notification_details.h b/chrome/browser/dom_operation_notification_details.h index 6b851e8..3f22f5d 100644 --- a/chrome/browser/dom_operation_notification_details.h +++ b/chrome/browser/dom_operation_notification_details.h @@ -25,4 +25,3 @@ class DomOperationNotificationDetails { }; #endif // CHROME_BROWSER_DOM_OPERATION_NOTIFICATION_DETAILS_H__ - diff --git a/chrome/browser/dom_ui/chrome_url_data_manager.cc b/chrome/browser/dom_ui/chrome_url_data_manager.cc index a75af74..b84cf75 100644 --- a/chrome/browser/dom_ui/chrome_url_data_manager.cc +++ b/chrome/browser/dom_ui/chrome_url_data_manager.cc @@ -356,4 +356,3 @@ URLRequestChromeFileJob::URLRequestChromeFileJob(URLRequest* request, } URLRequestChromeFileJob::~URLRequestChromeFileJob() { } - diff --git a/chrome/browser/dom_ui/chrome_url_data_manager.h b/chrome/browser/dom_ui/chrome_url_data_manager.h index 7b1ab40..c3f5688 100644 --- a/chrome/browser/dom_ui/chrome_url_data_manager.h +++ b/chrome/browser/dom_ui/chrome_url_data_manager.h @@ -149,4 +149,3 @@ void RegisterURLRequestChromeJob(); void UnregisterURLRequestChromeJob(); #endif // BROWSER_DOM_UI_CHROME_URL_DATA_MANAGER_H__ - diff --git a/chrome/browser/dom_ui/dev_tools_ui.cc b/chrome/browser/dom_ui/dev_tools_ui.cc index 327cd87..4930775 100644 --- a/chrome/browser/dom_ui/dev_tools_ui.cc +++ b/chrome/browser/dom_ui/dev_tools_ui.cc @@ -19,5 +19,3 @@ void DevToolsUI::RenderViewCreated(RenderViewHost* render_view_host) { render_view_host->Send(new ViewMsg_SetupDevToolsClient( render_view_host->routing_id())); } - - diff --git a/chrome/browser/dom_ui/dev_tools_ui.h b/chrome/browser/dom_ui/dev_tools_ui.h index a13af96..2387fe5 100644 --- a/chrome/browser/dom_ui/dev_tools_ui.h +++ b/chrome/browser/dom_ui/dev_tools_ui.h @@ -23,4 +23,3 @@ class DevToolsUI : public DOMUI { }; #endif // CHROME_BROWSER_DOM_UI_DEV_TOOLS_UI_H_ - diff --git a/chrome/browser/dom_ui/dom_ui_host.cc b/chrome/browser/dom_ui/dom_ui_host.cc index 17bc48c..20ebc9f 100644 --- a/chrome/browser/dom_ui/dom_ui_host.cc +++ b/chrome/browser/dom_ui/dom_ui_host.cc @@ -105,4 +105,3 @@ WebPreferences DOMUIHost::GetWebkitPrefs() { void DOMUIHost::ExecuteJavascript(const std::wstring& javascript) { render_view_host()->ExecuteJavascriptInWebFrame(std::wstring(), javascript); } - diff --git a/chrome/browser/dom_ui/dom_ui_host.h b/chrome/browser/dom_ui/dom_ui_host.h index cb49eef..b66fe9b 100644 --- a/chrome/browser/dom_ui/dom_ui_host.h +++ b/chrome/browser/dom_ui/dom_ui_host.h @@ -90,4 +90,3 @@ class DOMUIHost : public WebContents { }; #endif // CHROME_BROWSER_DOM_UI_DOM_UI_HOST_H__ - diff --git a/chrome/browser/dom_ui/downloads_ui.cc b/chrome/browser/dom_ui/downloads_ui.cc index 35b9096..cf9729a 100644 --- a/chrome/browser/dom_ui/downloads_ui.cc +++ b/chrome/browser/dom_ui/downloads_ui.cc @@ -381,4 +381,3 @@ GURL DownloadsUI::GetBaseURL() { url += kDownloadsHost; return GURL(url); } - diff --git a/chrome/browser/dom_ui/downloads_ui.h b/chrome/browser/dom_ui/downloads_ui.h index c11ce8d..baaca9a 100644 --- a/chrome/browser/dom_ui/downloads_ui.h +++ b/chrome/browser/dom_ui/downloads_ui.h @@ -119,4 +119,3 @@ class DownloadsUI : public DOMUI { }; #endif // CHROME_BROWSER_DOM_UI_DOWNLOADS_UI_H_ - diff --git a/chrome/browser/dom_ui/fileicon_source.h b/chrome/browser/dom_ui/fileicon_source.h index 7fdfb94..4da8c41 100644 --- a/chrome/browser/dom_ui/fileicon_source.h +++ b/chrome/browser/dom_ui/fileicon_source.h @@ -48,4 +48,3 @@ class FileIconSource : public ChromeURLDataManager::DataSource { DISALLOW_COPY_AND_ASSIGN(FileIconSource); }; #endif // CHROME_BROWSER_DOM_UI_FILEICON_SOURCE_H_ - diff --git a/chrome/browser/dom_ui/html_dialog_contents.cc b/chrome/browser/dom_ui/html_dialog_contents.cc index 31ab6dd..7944a6a 100644 --- a/chrome/browser/dom_ui/html_dialog_contents.cc +++ b/chrome/browser/dom_ui/html_dialog_contents.cc @@ -75,4 +75,3 @@ void HtmlDialogContents::OnDialogClosed(const Value* content) { if (delegate_) delegate_->OnDialogClosed(GetJsonResponse(content)); } - diff --git a/chrome/browser/dom_ui/html_dialog_contents.h b/chrome/browser/dom_ui/html_dialog_contents.h index c047622..cb0f215 100644 --- a/chrome/browser/dom_ui/html_dialog_contents.h +++ b/chrome/browser/dom_ui/html_dialog_contents.h @@ -74,4 +74,3 @@ class HtmlDialogContents : public DOMUIHost { }; #endif // CHROME_BROWSER_DOM_UI_HTML_DIALOG_CONTENTS_H__ - diff --git a/chrome/browser/dom_ui/new_tab_ui.h b/chrome/browser/dom_ui/new_tab_ui.h index c5a3c27..3d915b7 100644 --- a/chrome/browser/dom_ui/new_tab_ui.h +++ b/chrome/browser/dom_ui/new_tab_ui.h @@ -287,4 +287,3 @@ class NewTabUI : public DOMUI { }; #endif // CHROME_BROWSER_DOM_UI_NEW_TAB_UI_H__ - diff --git a/chrome/browser/download/download_exe.cc b/chrome/browser/download/download_exe.cc index dfd21ff..059fab8 100644 --- a/chrome/browser/download/download_exe.cc +++ b/chrome/browser/download/download_exe.cc @@ -144,4 +144,3 @@ void InitializeExeTypes(std::set<std::string>* exe_extensions) { } } // namespace download_util - diff --git a/chrome/browser/download/download_item_model.cc b/chrome/browser/download/download_item_model.cc index 9b7f764..4756249 100644 --- a/chrome/browser/download/download_item_model.cc +++ b/chrome/browser/download/download_item_model.cc @@ -129,4 +129,3 @@ std::wstring SavePageModel::GetStatusText() { return status_text; } - diff --git a/chrome/browser/download/download_item_model.h b/chrome/browser/download/download_item_model.h index 2638ccd..7b25cc2 100644 --- a/chrome/browser/download/download_item_model.h +++ b/chrome/browser/download/download_item_model.h @@ -71,4 +71,3 @@ class SavePageModel : public BaseDownloadItemModel { }; #endif // CHROME_BROWSER_DOWNLOAD_DOWNLOAD_ITEM_MODEL_H_ - diff --git a/chrome/browser/download/download_request_dialog_delegate.h b/chrome/browser/download/download_request_dialog_delegate.h index 034107a..af4ad20 100644 --- a/chrome/browser/download/download_request_dialog_delegate.h +++ b/chrome/browser/download/download_request_dialog_delegate.h @@ -55,4 +55,3 @@ class DownloadRequestDialogDelegate { }; #endif // CHROME_BROWSER_DOWNLOAD_DOWNLOAD_REQUEST_DIALOG_DELEGATE_H_ - diff --git a/chrome/browser/download/download_request_dialog_delegate_win.cc b/chrome/browser/download/download_request_dialog_delegate_win.cc index feae636..13cdc42 100644 --- a/chrome/browser/download/download_request_dialog_delegate_win.cc +++ b/chrome/browser/download/download_request_dialog_delegate_win.cc @@ -57,4 +57,3 @@ void DownloadRequestDialogDelegateWin::DeleteDelegate() { DCHECK(!host_); delete this; } - diff --git a/chrome/browser/download/download_request_dialog_delegate_win.h b/chrome/browser/download/download_request_dialog_delegate_win.h index d720fc0..9b48613 100644 --- a/chrome/browser/download/download_request_dialog_delegate_win.h +++ b/chrome/browser/download/download_request_dialog_delegate_win.h @@ -49,4 +49,3 @@ class DownloadRequestDialogDelegateWin : public DownloadRequestDialogDelegate, }; #endif // CHROME_BROWSER_DOWNLOAD_DOWNLOAD_REQUEST_DIALOG_DELEGATE_WIN_H_ - diff --git a/chrome/browser/download/download_shelf.h b/chrome/browser/download/download_shelf.h index 6692fb8..15410ae 100644 --- a/chrome/browser/download/download_shelf.h +++ b/chrome/browser/download/download_shelf.h @@ -85,4 +85,3 @@ class DownloadShelfContextMenu { }; #endif // CHROME_BROWSER_DOWNLOAD_DOWNLOAD_SHELF_H_ - diff --git a/chrome/browser/download/download_uitest.cc b/chrome/browser/download/download_uitest.cc index d8a0554..9cedf6f 100644 --- a/chrome/browser/download/download_uitest.cc +++ b/chrome/browser/download/download_uitest.cc @@ -241,4 +241,3 @@ TEST_F(DownloadTest, DISABLED_KnownSize) { std::wstring filename = file_util::GetFilenameFromPath(url); RunSizeTest(url, L"71% - " + filename, L"100% - " + filename); } - diff --git a/chrome/browser/download/download_util.h b/chrome/browser/download/download_util.h index dc3d74e..3d0f5c9 100644 --- a/chrome/browser/download/download_util.h +++ b/chrome/browser/download/download_util.h @@ -127,4 +127,3 @@ void InitializeExeTypes(std::set<std::string>* exe_extensions); #endif // CHROME_BROWSER_DOWNLOAD_DOWNLOAD_UTIL_H_ - diff --git a/chrome/browser/download/save_file.cc b/chrome/browser/download/save_file.cc index a060172..5ee2ab8 100644 --- a/chrome/browser/download/save_file.cc +++ b/chrome/browser/download/save_file.cc @@ -105,4 +105,3 @@ bool SaveFile::Open(const char* open_mode) { #endif return true; } - diff --git a/chrome/browser/download/save_file.h b/chrome/browser/download/save_file.h index 33ec7be..5fdd634 100644 --- a/chrome/browser/download/save_file.h +++ b/chrome/browser/download/save_file.h @@ -76,4 +76,3 @@ class SaveFile { }; #endif // CHROME_BROWSER_DOWNLOAD_SAVE_FILE_H__ - diff --git a/chrome/browser/download/save_file_manager.cc b/chrome/browser/download/save_file_manager.cc index 6d381cd..a8806ab 100644 --- a/chrome/browser/download/save_file_manager.cc +++ b/chrome/browser/download/save_file_manager.cc @@ -588,4 +588,3 @@ void SaveFileManager::RemoveSavedFileFromFileMap( } } } - diff --git a/chrome/browser/download/save_item.cc b/chrome/browser/download/save_item.cc index cb2067d..adb60b3 100644 --- a/chrome/browser/download/save_item.cc +++ b/chrome/browser/download/save_item.cc @@ -128,4 +128,3 @@ void SaveItem::SetTotalBytes(int64 total_bytes) { DCHECK(total_bytes_ == 0); total_bytes_ = total_bytes; } - diff --git a/chrome/browser/download/save_item.h b/chrome/browser/download/save_item.h index 62fe877..8855692 100644 --- a/chrome/browser/download/save_item.h +++ b/chrome/browser/download/save_item.h @@ -111,4 +111,3 @@ class SaveItem { }; #endif // CHROME_BROWSER_DOWNLOAD_SAVE_ITEM_H__ - diff --git a/chrome/browser/download/save_package.cc b/chrome/browser/download/save_package.cc index 5b9bd50..12d2443 100644 --- a/chrome/browser/download/save_package.cc +++ b/chrome/browser/download/save_package.cc @@ -1110,4 +1110,3 @@ bool SavePackage::GetSafePureFileName(const FilePath& dir_path, pure_file_name->clear(); return false; } - diff --git a/chrome/browser/download/save_package.h b/chrome/browser/download/save_package.h index c68eb86..deaeca5 100644 --- a/chrome/browser/download/save_package.h +++ b/chrome/browser/download/save_package.h @@ -307,4 +307,3 @@ class SavePackage : public base::RefCountedThreadSafe<SavePackage>, }; #endif // CHROME_BROWSER_DOWNLOAD_SAVE_PACKAGE_H_ - diff --git a/chrome/browser/download/save_package_unittest.cc b/chrome/browser/download/save_package_unittest.cc index 7837523..630d8a0 100644 --- a/chrome/browser/download/save_package_unittest.cc +++ b/chrome/browser/download/save_package_unittest.cc @@ -174,4 +174,3 @@ TEST_F(SavePackageTest, TestLongSavePackageFilename) { EXPECT_TRUE(HasOrdinalNumber(filename2)); EXPECT_NE(filename, filename2); } - diff --git a/chrome/browser/download/save_types.h b/chrome/browser/download/save_types.h index b88361f..60547c6 100644 --- a/chrome/browser/download/save_types.h +++ b/chrome/browser/download/save_types.h @@ -70,4 +70,3 @@ struct SaveFileCreateInfo { }; #endif // CHROME_BROWSER_DOWNLOAD_SAVE_TYPES_H__ - diff --git a/chrome/browser/drag_utils.h b/chrome/browser/drag_utils.h index 8dfa28b..a1f4b70 100644 --- a/chrome/browser/drag_utils.h +++ b/chrome/browser/drag_utils.h @@ -43,4 +43,3 @@ void SetDragImageOnDataObject(const ChromeCanvas& canvas, } // namespace drag_utils #endif // #ifndef CHROME_BROWSER_DRAG_UTILS_H__ - diff --git a/chrome/browser/encoding_menu_controller_delegate.cc b/chrome/browser/encoding_menu_controller_delegate.cc index d40c110..62572d0 100644 --- a/chrome/browser/encoding_menu_controller_delegate.cc +++ b/chrome/browser/encoding_menu_controller_delegate.cc @@ -134,4 +134,3 @@ void EncodingMenuControllerDelegate::BuildEncodingMenu( } } } - diff --git a/chrome/browser/encoding_menu_controller_delegate.h b/chrome/browser/encoding_menu_controller_delegate.h index 0671a2f..e1fa213 100644 --- a/chrome/browser/encoding_menu_controller_delegate.h +++ b/chrome/browser/encoding_menu_controller_delegate.h @@ -35,4 +35,3 @@ class EncodingMenuControllerDelegate : public Menu::Delegate { }; #endif // CHORME_BROWSER_ENCODING_MENU_CONTROLLER_DELEGATE_H__ - diff --git a/chrome/browser/extensions/extension.cc b/chrome/browser/extensions/extension.cc index d83f9d9..1155891 100644 --- a/chrome/browser/extensions/extension.cc +++ b/chrome/browser/extensions/extension.cc @@ -367,4 +367,3 @@ bool Extension::InitFromValue(const DictionaryValue& source, return true; } - diff --git a/chrome/browser/extensions/extensions_ui.cc b/chrome/browser/extensions/extensions_ui.cc index 776676b..6c1c918 100644 --- a/chrome/browser/extensions/extensions_ui.cc +++ b/chrome/browser/extensions/extensions_ui.cc @@ -176,4 +176,3 @@ GURL ExtensionsUI::GetBaseURL() { url += kExtensionsHost; return GURL(url); } - diff --git a/chrome/browser/extensions/extensions_ui.h b/chrome/browser/extensions/extensions_ui.h index 3252ddc..457c73e 100644 --- a/chrome/browser/extensions/extensions_ui.h +++ b/chrome/browser/extensions/extensions_ui.h @@ -73,4 +73,3 @@ class ExtensionsUI : public DOMUI { }; #endif // CHROME_BROWSER_EXTENSIONS_EXTENSIONS_UI_H_ - diff --git a/chrome/browser/external_protocol_handler.cc b/chrome/browser/external_protocol_handler.cc index d438f64..a24c4b3 100644 --- a/chrome/browser/external_protocol_handler.cc +++ b/chrome/browser/external_protocol_handler.cc @@ -194,4 +194,3 @@ void ExternalProtocolHandler::LaunchUrlWithoutSecurityCheck(const GURL& url) { void ExternalProtocolHandler::RegisterPrefs(PrefService* prefs) { prefs->RegisterDictionaryPref(prefs::kExcludedSchemes); } - diff --git a/chrome/browser/external_protocol_handler.h b/chrome/browser/external_protocol_handler.h index 830c290..2cc81a4 100644 --- a/chrome/browser/external_protocol_handler.h +++ b/chrome/browser/external_protocol_handler.h @@ -51,4 +51,3 @@ class ExternalProtocolHandler { }; #endif // CHROME_BROWSER_EXTERNAL_PROTOCOL_HANDLER_H__ - diff --git a/chrome/browser/gears_integration.cc b/chrome/browser/gears_integration.cc index f60148c..863969a 100644 --- a/chrome/browser/gears_integration.cc +++ b/chrome/browser/gears_integration.cc @@ -314,4 +314,3 @@ void GearsQueryShortcuts(GearsQueryShortcutsCallback* callback) { new QueryShortcutsCommand(callback), NULL); } - diff --git a/chrome/browser/gears_integration.h b/chrome/browser/gears_integration.h index f6832ba..724f3e5 100644 --- a/chrome/browser/gears_integration.h +++ b/chrome/browser/gears_integration.h @@ -58,4 +58,3 @@ void GearsQueryShortcuts(GearsQueryShortcutsCallback* callback); // via the NotificationService, NOTIFY_WEB_APP_INSTALL_CHANGED. #endif // CHROME_BROWSER_GEARS_INTEGRATION_H__ - diff --git a/chrome/browser/google_update.h b/chrome/browser/google_update.h index 78153fa..34007ef 100644 --- a/chrome/browser/google_update.h +++ b/chrome/browser/google_update.h @@ -121,4 +121,3 @@ class GoogleUpdate : public base::RefCountedThreadSafe<GoogleUpdate> { }; #endif // CHROME_BROWSER_GOOGLE_UPDATE_H_ - diff --git a/chrome/browser/google_url_tracker.h b/chrome/browser/google_url_tracker.h index e4edcf6..f447c96 100644 --- a/chrome/browser/google_url_tracker.h +++ b/chrome/browser/google_url_tracker.h @@ -106,4 +106,3 @@ class GoogleURLTracker : public URLFetcher::Delegate, }; #endif // CHROME_BROWSER_GOOGLE_URL_TRACKER_H_ - diff --git a/chrome/browser/google_url_tracker_unittest.cc b/chrome/browser/google_url_tracker_unittest.cc index e4a9aac..a0eefe2 100644 --- a/chrome/browser/google_url_tracker_unittest.cc +++ b/chrome/browser/google_url_tracker_unittest.cc @@ -32,4 +32,3 @@ TEST(GoogleURLTrackerTest, CheckAndConvertURL) { EXPECT_STREQ(data[i].base_url, base_url.spec().c_str()); } } - diff --git a/chrome/browser/google_util.cc b/chrome/browser/google_util.cc index 6d0dc6e..e33f6ca 100644 --- a/chrome/browser/google_util.cc +++ b/chrome/browser/google_util.cc @@ -49,4 +49,3 @@ GURL AppendGoogleTLDParam(const GURL& url) { } } // namespace google_util - diff --git a/chrome/browser/google_util.h b/chrome/browser/google_util.h index 310fbe9..d24ae89 100644 --- a/chrome/browser/google_util.h +++ b/chrome/browser/google_util.h @@ -22,4 +22,3 @@ GURL AppendGoogleTLDParam(const GURL& url); } // namespace google_util #endif // CHROME_BROWSER_GOOGLE_UTIL_H__ - diff --git a/chrome/browser/hang_monitor/hung_plugin_action.cc b/chrome/browser/hang_monitor/hung_plugin_action.cc index ebc33dd..6acaa67 100644 --- a/chrome/browser/hang_monitor/hung_plugin_action.cc +++ b/chrome/browser/hang_monitor/hung_plugin_action.cc @@ -153,4 +153,3 @@ void CALLBACK HungPluginAction::HungWindowResponseCallback(HWND target_window, instance->OnWindowResponsive(target_window); } } - diff --git a/chrome/browser/hang_monitor/hung_plugin_action.h b/chrome/browser/hang_monitor/hung_plugin_action.h index ff2f1f5..f497346 100644 --- a/chrome/browser/hang_monitor/hung_plugin_action.h +++ b/chrome/browser/hang_monitor/hung_plugin_action.h @@ -43,5 +43,3 @@ class HungPluginAction : public HungWindowDetector::HungWindowNotification { }; #endif // CHROME_BROWSER_HANG_MONITOR_HUNG_WINDOW_DETECTOR_H__ - - diff --git a/chrome/browser/hang_monitor/hung_window_detector.h b/chrome/browser/hang_monitor/hung_window_detector.h index fde61a2..b3ac56d 100644 --- a/chrome/browser/hang_monitor/hung_window_detector.h +++ b/chrome/browser/hang_monitor/hung_window_detector.h @@ -89,4 +89,3 @@ class HungWindowDetector : public WorkerThreadTicker::Callback { #endif // CHROME_BROWSER_HUNG_WINDOW_DETECTOR_H__ - diff --git a/chrome/browser/history/archived_database.cc b/chrome/browser/history/archived_database.cc index 468376c..dd44a00 100644 --- a/chrome/browser/history/archived_database.cc +++ b/chrome/browser/history/archived_database.cc @@ -133,4 +133,3 @@ InitStatus ArchivedDatabase::EnsureCurrentVersion() { return INIT_OK; } } // namespace history - diff --git a/chrome/browser/history/archived_database.h b/chrome/browser/history/archived_database.h index 60ff85a..719fdf5 100644 --- a/chrome/browser/history/archived_database.h +++ b/chrome/browser/history/archived_database.h @@ -70,4 +70,3 @@ class ArchivedDatabase : public URLDatabase, } // namespace history #endif // CHROME_BROWSER_HISTORY_ARCHIVED_DATABASE_H__ - diff --git a/chrome/browser/history/download_database.h b/chrome/browser/history/download_database.h index fcf72f0..e005de6 100644 --- a/chrome/browser/history/download_database.h +++ b/chrome/browser/history/download_database.h @@ -67,4 +67,3 @@ class DownloadDatabase { } // namespace history #endif // CHROME_BROWSER_HISTORY_DOWNLOAD_DATABASE_H__ - diff --git a/chrome/browser/history/download_types.h b/chrome/browser/history/download_types.h index 308bf0d..73a0ba7 100644 --- a/chrome/browser/history/download_types.h +++ b/chrome/browser/history/download_types.h @@ -71,4 +71,3 @@ struct DownloadCreateInfo { }; #endif // CHROME_BROWSER_DOWNLOAD_TYPES_H_ - diff --git a/chrome/browser/history/expire_history_backend.cc b/chrome/browser/history/expire_history_backend.cc index 9fee1b2..d66467b 100644 --- a/chrome/browser/history/expire_history_backend.cc +++ b/chrome/browser/history/expire_history_backend.cc @@ -504,4 +504,3 @@ BookmarkService* ExpireHistoryBackend::GetBookmarkService() { } } // namespace history - diff --git a/chrome/browser/history/history_database.cc b/chrome/browser/history/history_database.cc index 8a1bb59..2ca1770 100644 --- a/chrome/browser/history/history_database.cc +++ b/chrome/browser/history/history_database.cc @@ -237,4 +237,3 @@ InitStatus HistoryDatabase::EnsureCurrentVersion( } } // namespace history - diff --git a/chrome/browser/history/history_database.h b/chrome/browser/history/history_database.h index c69150b..a5819c5 100644 --- a/chrome/browser/history/history_database.h +++ b/chrome/browser/history/history_database.h @@ -168,4 +168,3 @@ class HistoryDatabase : public DownloadDatabase, } // history #endif // CHROME_BROWSER_HISTORY_HISTORY_DATABASE_H__ - diff --git a/chrome/browser/history/history_marshaling.h b/chrome/browser/history/history_marshaling.h index 6ec7d3a..86719b5 100644 --- a/chrome/browser/history/history_marshaling.h +++ b/chrome/browser/history/history_marshaling.h @@ -120,4 +120,3 @@ typedef CancelableRequest1<HistoryService::HistoryDBTaskCallback, } // namespace history #endif // CHROME_BROWSER_HISTORY_HISTORY_MARSHALING_H__ - diff --git a/chrome/browser/history/history_notifications.h b/chrome/browser/history/history_notifications.h index a1d12d2..a0ed455 100644 --- a/chrome/browser/history/history_notifications.h +++ b/chrome/browser/history/history_notifications.h @@ -65,4 +65,3 @@ struct FavIconChangeDetails : public HistoryDetails { } // namespace history #endif // CHROME_BROWSER_HISTORY_HISTORY_NOTIFICATIONS_H__ - diff --git a/chrome/browser/history/history_types.cc b/chrome/browser/history/history_types.cc index 5d9a2f7..e44636f 100644 --- a/chrome/browser/history/history_types.cc +++ b/chrome/browser/history/history_types.cc @@ -232,4 +232,3 @@ void QueryResults::AdjustResultMap(size_t begin, size_t end, ptrdiff_t delta) { } } // namespace history - diff --git a/chrome/browser/history/history_types_unittest.cc b/chrome/browser/history/history_types_unittest.cc index 2bc0382..5e14de5 100644 --- a/chrome/browser/history/history_types_unittest.cc +++ b/chrome/browser/history/history_types_unittest.cc @@ -169,4 +169,3 @@ TEST(HistoryQueryResult, AppendResults) { } } // namespace - diff --git a/chrome/browser/history/history_unittest.cc b/chrome/browser/history/history_unittest.cc index fd49098..67c6ee5 100644 --- a/chrome/browser/history/history_unittest.cc +++ b/chrome/browser/history/history_unittest.cc @@ -830,4 +830,3 @@ TEST_F(HistoryTest, HistoryDBTaskCanceled) { } } // namespace history - diff --git a/chrome/browser/history/in_memory_database.cc b/chrome/browser/history/in_memory_database.cc index a27d7ba..7b21d86 100644 --- a/chrome/browser/history/in_memory_database.cc +++ b/chrome/browser/history/in_memory_database.cc @@ -100,4 +100,3 @@ SqliteStatementCache& InMemoryDatabase::GetStatementCache() { } } // namespace history - diff --git a/chrome/browser/history/in_memory_database.h b/chrome/browser/history/in_memory_database.h index 52f412e..8b30ad83c 100644 --- a/chrome/browser/history/in_memory_database.h +++ b/chrome/browser/history/in_memory_database.h @@ -52,4 +52,3 @@ class InMemoryDatabase : public URLDatabase { } // namespace history #endif // CHROME_BROWSER_HISTORY_HISTORY_MEMORY_DB_H__ - diff --git a/chrome/browser/history/in_memory_history_backend.cc b/chrome/browser/history/in_memory_history_backend.cc index 93c6def..79cfa70 100644 --- a/chrome/browser/history/in_memory_history_backend.cc +++ b/chrome/browser/history/in_memory_history_backend.cc @@ -140,4 +140,3 @@ void InMemoryHistoryBackend::OnURLsDeleted(const URLsDeletedDetails& details) { } } // namespace history - diff --git a/chrome/browser/history/page_usage_data.cc b/chrome/browser/history/page_usage_data.cc index f043497..64e6df2 100644 --- a/chrome/browser/history/page_usage_data.cc +++ b/chrome/browser/history/page_usage_data.cc @@ -11,4 +11,3 @@ bool PageUsageData::Predicate(const PageUsageData* lhs, const PageUsageData* rhs) { return lhs->GetScore() > rhs->GetScore(); } - diff --git a/chrome/browser/history/page_usage_data.h b/chrome/browser/history/page_usage_data.h index a4cd94f..e281078 100644 --- a/chrome/browser/history/page_usage_data.h +++ b/chrome/browser/history/page_usage_data.h @@ -146,4 +146,3 @@ class PageUsageData { }; #endif // CHROME_BROWSER_HISTORY_PAGE_USAGE_DATA_H__ - diff --git a/chrome/browser/history/query_parser.h b/chrome/browser/history/query_parser.h index ed7bcf2..1961d6e 100644 --- a/chrome/browser/history/query_parser.h +++ b/chrome/browser/history/query_parser.h @@ -96,4 +96,3 @@ class QueryParser { }; #endif // CHROME_BROWSER_HISTORY_QUERY_PARSER_H__ - diff --git a/chrome/browser/history/redirect_uitest.cc b/chrome/browser/history/redirect_uitest.cc index 5610481..9bc8276 100644 --- a/chrome/browser/history/redirect_uitest.cc +++ b/chrome/browser/history/redirect_uitest.cc @@ -305,4 +305,3 @@ TEST_F(RedirectTest, } EXPECT_TRUE(final_navigation_not_redirect); } - diff --git a/chrome/browser/history/snippet.cc b/chrome/browser/history/snippet.cc index a95de81..10e1481 100644 --- a/chrome/browser/history/snippet.cc +++ b/chrome/browser/history/snippet.cc @@ -267,4 +267,3 @@ void Snippet::ComputeSnippet(const MatchPositions& match_positions, utext_close(document_utext); swap(text_, snippet); } - diff --git a/chrome/browser/history/snippet.h b/chrome/browser/history/snippet.h index 75d75b08..2c911ba 100644 --- a/chrome/browser/history/snippet.h +++ b/chrome/browser/history/snippet.h @@ -66,4 +66,3 @@ class Snippet { }; #endif // CHROME_BROWSER_HISTORY_SNIPPET_H__ - diff --git a/chrome/browser/history/snippet_unittest.cc b/chrome/browser/history/snippet_unittest.cc index 043aa51..28430a1 100644 --- a/chrome/browser/history/snippet_unittest.cc +++ b/chrome/browser/history/snippet_unittest.cc @@ -250,4 +250,3 @@ TEST(Snippets, ExtractMatchPositions) { } } } - diff --git a/chrome/browser/history/starred_url_database.h b/chrome/browser/history/starred_url_database.h index 2d09adcd..e827cc1 100644 --- a/chrome/browser/history/starred_url_database.h +++ b/chrome/browser/history/starred_url_database.h @@ -183,4 +183,3 @@ class StarredURLDatabase : public URLDatabase { } // namespace history #endif // CHROME_BROWSER_HISTORY_STARRED_URL_DATABASE_H__ - diff --git a/chrome/browser/history/starred_url_database_unittest.cc b/chrome/browser/history/starred_url_database_unittest.cc index 0b3281c..12610aa 100644 --- a/chrome/browser/history/starred_url_database_unittest.cc +++ b/chrome/browser/history/starred_url_database_unittest.cc @@ -290,4 +290,3 @@ TEST_F(StarredURLDatabaseTest, RemoveStarredEntriesWithEmptyURL) { } } // namespace history - diff --git a/chrome/browser/history/text_database.h b/chrome/browser/history/text_database.h index 5c76086..a07e71a 100644 --- a/chrome/browser/history/text_database.h +++ b/chrome/browser/history/text_database.h @@ -168,4 +168,3 @@ class TextDatabase { } // namespace history #endif // CHROME_BROWSER_HISTORY_TEXT_DATABASE_H__ - diff --git a/chrome/browser/history/text_database_manager.h b/chrome/browser/history/text_database_manager.h index fcf9d5f..7dd4150 100644 --- a/chrome/browser/history/text_database_manager.h +++ b/chrome/browser/history/text_database_manager.h @@ -307,4 +307,3 @@ class TextDatabaseManager { } // namespace history #endif // CHROME_BROWSER_HISTORY_TEXT_DATABASE_MANAGER_H__ - diff --git a/chrome/browser/history/thumbnail_database.cc b/chrome/browser/history/thumbnail_database.cc index 3f60561..dd59019 100644 --- a/chrome/browser/history/thumbnail_database.cc +++ b/chrome/browser/history/thumbnail_database.cc @@ -471,4 +471,3 @@ bool ThumbnailDatabase::CommitTemporaryFavIconTable() { } } // namespace history - diff --git a/chrome/browser/history/thumbnail_database.h b/chrome/browser/history/thumbnail_database.h index 5452c77..1fef211 100644 --- a/chrome/browser/history/thumbnail_database.h +++ b/chrome/browser/history/thumbnail_database.h @@ -175,4 +175,3 @@ class ThumbnailDatabase { } // namespace history #endif // CHROME_BROWSER_HISTORY_THUMBNAIL_DATABASE_H__ - diff --git a/chrome/browser/history/thumbnail_database_unittest.cc b/chrome/browser/history/thumbnail_database_unittest.cc index cc51477..9890aa1 100644 --- a/chrome/browser/history/thumbnail_database_unittest.cc +++ b/chrome/browser/history/thumbnail_database_unittest.cc @@ -329,4 +329,3 @@ TEST_F(ThumbnailDatabaseTest, NeverAcceptTotallyBoringThumbnail) { } } // namespace history - diff --git a/chrome/browser/history/url_database.cc b/chrome/browser/history/url_database.cc index 520906d..7f3b919 100644 --- a/chrome/browser/history/url_database.cc +++ b/chrome/browser/history/url_database.cc @@ -481,4 +481,3 @@ void URLDatabase::CreateSupplimentaryURLIndices() { } } // namespace history - diff --git a/chrome/browser/history/url_database.h b/chrome/browser/history/url_database.h index 20aeb78..2a73794 100644 --- a/chrome/browser/history/url_database.h +++ b/chrome/browser/history/url_database.h @@ -306,4 +306,3 @@ class URLDatabase { } // history #endif // CHROME_BROWSER_HISTORY_URL_DATABASE_H__ - diff --git a/chrome/browser/history/visit_tracker.cc b/chrome/browser/history/visit_tracker.cc index 26bcaf8..cf74169 100644 --- a/chrome/browser/history/visit_tracker.cc +++ b/chrome/browser/history/visit_tracker.cc @@ -104,4 +104,3 @@ void VisitTracker::CleanupTransitionList(TransitionList* transitions) { } } // namespace history - diff --git a/chrome/browser/history/visit_tracker.h b/chrome/browser/history/visit_tracker.h index e285b46..db4a59e 100644 --- a/chrome/browser/history/visit_tracker.h +++ b/chrome/browser/history/visit_tracker.h @@ -65,4 +65,3 @@ class VisitTracker { } // namespace history #endif // CHROME_BROWSER_HISTORY_VISIT_TRACKER_H__ - diff --git a/chrome/browser/history/visit_tracker_unittest.cc b/chrome/browser/history/visit_tracker_unittest.cc index 2abbf08..8676fbe 100644 --- a/chrome/browser/history/visit_tracker_unittest.cc +++ b/chrome/browser/history/visit_tracker_unittest.cc @@ -136,4 +136,3 @@ TEST(VisitTracker, ProcessRemove) { }; RunTest(&tracker, part2, arraysize(part2)); } - diff --git a/chrome/browser/history/visitsegment_database.h b/chrome/browser/history/visitsegment_database.h index 6a4081c..2f2bbb2 100644 --- a/chrome/browser/history/visitsegment_database.h +++ b/chrome/browser/history/visitsegment_database.h @@ -85,4 +85,3 @@ class VisitSegmentDatabase { } // namespace history #endif // CHROME_BROWSER_HISTORY_VISITSEGMENT_DATABASE_H__ - diff --git a/chrome/browser/icon_loader.cc b/chrome/browser/icon_loader.cc index 30ccb3b..64a45034 100644 --- a/chrome/browser/icon_loader.cc +++ b/chrome/browser/icon_loader.cc @@ -276,4 +276,3 @@ bool IconLoader::OnLoadComplete(HICON small_icon, HICON large_icon) { } return false; } - diff --git a/chrome/browser/icon_loader.h b/chrome/browser/icon_loader.h index 6ffdadf..0c59848 100644 --- a/chrome/browser/icon_loader.h +++ b/chrome/browser/icon_loader.h @@ -127,4 +127,3 @@ class IconLoader { }; #endif // CHROME_BROWSER_ICON_LOADER_H__ - diff --git a/chrome/browser/icon_manager.cc b/chrome/browser/icon_manager.cc index 59632e2..f75e93b 100644 --- a/chrome/browser/icon_manager.cc +++ b/chrome/browser/icon_manager.cc @@ -109,5 +109,3 @@ bool IconManager::CacheKey::operator<(const CacheKey &other) const { return file_name < other.file_name; return size < other.size; } - - diff --git a/chrome/browser/iframe_uitest.cc b/chrome/browser/iframe_uitest.cc index 05c8d7de..6cd75b0 100644 --- a/chrome/browser/iframe_uitest.cc +++ b/chrome/browser/iframe_uitest.cc @@ -33,4 +33,3 @@ TEST_F(IFrameTest, Crash) { TEST_F(IFrameTest, InEmptyFrame) { NavigateAndVerifyTitle(L"iframe_in_empty_frame.html", L"iframe test"); } - diff --git a/chrome/browser/images_uitest.cc b/chrome/browser/images_uitest.cc index 0b5a4be..c6452b4 100644 --- a/chrome/browser/images_uitest.cc +++ b/chrome/browser/images_uitest.cc @@ -31,4 +31,3 @@ TEST_F(ImagesTest, AnimatedGIFs) { // Tau will check if this crashed. } - diff --git a/chrome/browser/ime_input.cc b/chrome/browser/ime_input.cc index 68bde20..d592d84 100644 --- a/chrome/browser/ime_input.cc +++ b/chrome/browser/ime_input.cc @@ -335,4 +335,3 @@ void ImeInput::EnableIME(HWND window_handle, ::ImmReleaseContext(window_handle, imm_context); } } - diff --git a/chrome/browser/importer/firefox3_importer.h b/chrome/browser/importer/firefox3_importer.h index dc378bf..a8b54ff 100644 --- a/chrome/browser/importer/firefox3_importer.h +++ b/chrome/browser/importer/firefox3_importer.h @@ -83,4 +83,3 @@ class Firefox3Importer : public Importer { }; #endif // CHROME_BROWSER_IMPORTER_FIREFOX3_IMPORTER_H_ - diff --git a/chrome/browser/importer/firefox_importer_unittest.cc b/chrome/browser/importer/firefox_importer_unittest.cc index ac3befc..fe96835 100644 --- a/chrome/browser/importer/firefox_importer_unittest.cc +++ b/chrome/browser/importer/firefox_importer_unittest.cc @@ -214,4 +214,3 @@ TEST(FirefoxImporterTest, ProfileLockContention) { lock2->Unlock(); EXPECT_FALSE(lock2->HasAcquired()); } - diff --git a/chrome/browser/importer/firefox_importer_utils.cc b/chrome/browser/importer/firefox_importer_utils.cc index e8b3efa..2d89038 100644 --- a/chrome/browser/importer/firefox_importer_utils.cc +++ b/chrome/browser/importer/firefox_importer_utils.cc @@ -776,4 +776,3 @@ void NSSDecryptor::ParseSignons(const std::string& content, } } } - diff --git a/chrome/browser/importer/firefox_importer_utils.h b/chrome/browser/importer/firefox_importer_utils.h index 0c43bd3..0f2461e 100644 --- a/chrome/browser/importer/firefox_importer_utils.h +++ b/chrome/browser/importer/firefox_importer_utils.h @@ -215,4 +215,3 @@ class NSSDecryptor { }; #endif // CHROME_BROWSER_IMPORTER_FIREFOX_IMPORTER_UTILS_H_ - diff --git a/chrome/browser/importer/firefox_profile_lock.h b/chrome/browser/importer/firefox_profile_lock.h index 8b402cf..1474869 100644 --- a/chrome/browser/importer/firefox_profile_lock.h +++ b/chrome/browser/importer/firefox_profile_lock.h @@ -101,4 +101,3 @@ class FirefoxProfileLock { }; #endif // CHROME_BROWSER_IMPORTER_FIREFOX_PROFILE_LOCK_H__ - diff --git a/chrome/browser/importer/firefox_profile_lock_posix.cc b/chrome/browser/importer/firefox_profile_lock_posix.cc index 84856c0..da047ab 100644 --- a/chrome/browser/importer/firefox_profile_lock_posix.cc +++ b/chrome/browser/importer/firefox_profile_lock_posix.cc @@ -75,5 +75,3 @@ void FirefoxProfileLock::Unlock() { bool FirefoxProfileLock::HasAcquired() { return (lock_fd_ >= 0); } - - diff --git a/chrome/browser/importer/firefox_profile_lock_win.cc b/chrome/browser/importer/firefox_profile_lock_win.cc index a9063c6..e0c46d9 100644 --- a/chrome/browser/importer/firefox_profile_lock_win.cc +++ b/chrome/browser/importer/firefox_profile_lock_win.cc @@ -73,5 +73,3 @@ void FirefoxProfileLock::Unlock() { bool FirefoxProfileLock::HasAcquired() { return (lock_handle_ != INVALID_HANDLE_VALUE); } - - diff --git a/chrome/browser/importer/ie_importer.h b/chrome/browser/importer/ie_importer.h index 11303b8..26e133c 100644 --- a/chrome/browser/importer/ie_importer.h +++ b/chrome/browser/importer/ie_importer.h @@ -85,4 +85,3 @@ class IEImporter : public Importer { }; #endif // CHROME_BROWSER_IMPORTER_IE_IMPORTER_H_ - diff --git a/chrome/browser/interstitial_page_uitest.cc b/chrome/browser/interstitial_page_uitest.cc index 67b2435..0b32cad 100644 --- a/chrome/browser/interstitial_page_uitest.cc +++ b/chrome/browser/interstitial_page_uitest.cc @@ -159,6 +159,3 @@ TEST_F(InterstitialPageTest, DISABLED_TestShowInterstitialThenCloseBrowser) { EXPECT_TRUE(CloseBrowser(browser_proxy.get(), &application_closed)); EXPECT_TRUE(application_closed); } - - - diff --git a/chrome/browser/jankometer.h b/chrome/browser/jankometer.h index f7b985b..bd2f5d5 100644 --- a/chrome/browser/jankometer.h +++ b/chrome/browser/jankometer.h @@ -20,4 +20,3 @@ void InstallJankometer(const CommandLine &parsed_command_line); void UninstallJankometer(); #endif // CHROME_BROWSER_JANKOMETER_H__ - diff --git a/chrome/browser/js_before_unload_handler.h b/chrome/browser/js_before_unload_handler.h index 0babdf0..bdec058 100644 --- a/chrome/browser/js_before_unload_handler.h +++ b/chrome/browser/js_before_unload_handler.h @@ -15,4 +15,3 @@ void RunBeforeUnloadDialog(WebContents* web_contents, IPC::Message* reply_msg); #endif // CHROME_BROWSER_JS_BEFORE_UNLOAD_HANDLER_H_ - diff --git a/chrome/browser/load_from_memory_cache_details.h b/chrome/browser/load_from_memory_cache_details.h index c990ae1..e199ff2 100644 --- a/chrome/browser/load_from_memory_cache_details.h +++ b/chrome/browser/load_from_memory_cache_details.h @@ -31,4 +31,3 @@ private: }; #endif // CHROME_BROWSER_LOAD_FROM_MEMORY_CACHE_DETAILS_H__ - diff --git a/chrome/browser/load_notification_details.h b/chrome/browser/load_notification_details.h index 6d49177..b7f8706 100644 --- a/chrome/browser/load_notification_details.h +++ b/chrome/browser/load_notification_details.h @@ -49,4 +49,3 @@ class LoadNotificationDetails { }; #endif // CHROME_BROWSER_LOAD_NOTIFICATION_DETAILS_H__ - diff --git a/chrome/browser/locale_tests_uitest.cc b/chrome/browser/locale_tests_uitest.cc index d707705..e80f3a7 100644 --- a/chrome/browser/locale_tests_uitest.cc +++ b/chrome/browser/locale_tests_uitest.cc @@ -36,4 +36,3 @@ TEST_F(LocaleTestsHe, TestStart) { TEST_F(LocaleTestsZhTw, TestStart) { // Just making sure we can start/shutdown cleanly. } - diff --git a/chrome/browser/login_prompt.cc b/chrome/browser/login_prompt.cc index 4957f35..36aea08 100644 --- a/chrome/browser/login_prompt.cc +++ b/chrome/browser/login_prompt.cc @@ -410,4 +410,3 @@ LoginHandler* CreateLoginPrompt(net::AuthChallengeInfo* auth_info, ui_loop->PostTask(FROM_HERE, new LoginDialogTask(auth_info, handler)); return handler; } - diff --git a/chrome/browser/login_prompt.h b/chrome/browser/login_prompt.h index 4b62c49..b10ec57 100644 --- a/chrome/browser/login_prompt.h +++ b/chrome/browser/login_prompt.h @@ -72,4 +72,3 @@ std::string GetSignonRealm(const GURL& url, const net::AuthChallengeInfo& auth_info); #endif // CHROME_BROWSER_LOGIN_PROMPT_H__ - diff --git a/chrome/browser/login_prompt_uitest.cc b/chrome/browser/login_prompt_uitest.cc index f3bb812..23f3687 100644 --- a/chrome/browser/login_prompt_uitest.cc +++ b/chrome/browser/login_prompt_uitest.cc @@ -170,4 +170,3 @@ TEST_F(LoginPromptTest, TestCancelAuth) { EXPECT_FALSE(tab->NeedsAuth()); EXPECT_EQ(L"Denied: no auth", GetActiveTabTitle()); } - diff --git a/chrome/browser/login_prompt_unittest.cc b/chrome/browser/login_prompt_unittest.cc index fd5647d..1e8eabd 100644 --- a/chrome/browser/login_prompt_unittest.cc +++ b/chrome/browser/login_prompt_unittest.cc @@ -40,4 +40,3 @@ TEST(LoginPromptTest, GetSignonRealm) { EXPECT_EQ(expected[i], key); } } - diff --git a/chrome/browser/memory_details.h b/chrome/browser/memory_details.h index f63a6f5..2725285 100644 --- a/chrome/browser/memory_details.h +++ b/chrome/browser/memory_details.h @@ -128,4 +128,3 @@ class MemoryDetails : public base::RefCountedThreadSafe<MemoryDetails> { }; #endif // CHROME_BROWSER_MEMORY_DETAILS_H_ - diff --git a/chrome/browser/meta_table_helper.h b/chrome/browser/meta_table_helper.h index 05c1bc2..027ea5d 100644 --- a/chrome/browser/meta_table_helper.h +++ b/chrome/browser/meta_table_helper.h @@ -84,4 +84,3 @@ class MetaTableHelper { }; #endif // CHROME_BROWSER_META_TABLE_HELPER_H__ - diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h index 0f63538..fc0eb7a 100644 --- a/chrome/browser/metrics/metrics_log.h +++ b/chrome/browser/metrics/metrics_log.h @@ -203,4 +203,3 @@ class MetricsLog { }; #endif // CHROME_BROWSER_METRICS_LOG_H__ - diff --git a/chrome/browser/metrics/metrics_log_unittest.cc b/chrome/browser/metrics/metrics_log_unittest.cc index 4899b43..d3324e3 100644 --- a/chrome/browser/metrics/metrics_log_unittest.cc +++ b/chrome/browser/metrics/metrics_log_unittest.cc @@ -127,4 +127,3 @@ TEST(MetricsLogTest, CreateHash) { EXPECT_EQ(cases[i].output, hash_hex); } }; - diff --git a/chrome/browser/metrics/metrics_response.cc b/chrome/browser/metrics/metrics_response.cc index 1bb6afa..132582e 100644 --- a/chrome/browser/metrics/metrics_response.cc +++ b/chrome/browser/metrics/metrics_response.cc @@ -79,5 +79,3 @@ MetricsResponse::MetricsResponse(const std::string& response_xml) events_ = state.events; interval_ = state.interval; } - - diff --git a/chrome/browser/metrics/metrics_response.h b/chrome/browser/metrics/metrics_response.h index c653fcf..97d5d56 100644 --- a/chrome/browser/metrics/metrics_response.h +++ b/chrome/browser/metrics/metrics_response.h @@ -55,4 +55,3 @@ private: }; #endif // CHROME_BROWSER_METRICS_RESPONSE_H__ - diff --git a/chrome/browser/metrics/metrics_response_unittest.cc b/chrome/browser/metrics/metrics_response_unittest.cc index e3c4568..ddae6fb 100644 --- a/chrome/browser/metrics/metrics_response_unittest.cc +++ b/chrome/browser/metrics/metrics_response_unittest.cc @@ -106,5 +106,3 @@ TEST(MetricsResponseTest, ParseBogusResponse) { EXPECT_FALSE(response.valid()); } } - - diff --git a/chrome/browser/metrics/metrics_service_uitest.cc b/chrome/browser/metrics/metrics_service_uitest.cc index b8dde62..41122f6 100644 --- a/chrome/browser/metrics/metrics_service_uitest.cc +++ b/chrome/browser/metrics/metrics_service_uitest.cc @@ -109,4 +109,3 @@ TEST_F(MetricsServiceTest, CrashRenderers) { EXPECT_EQ(3, local_state->GetInteger(prefs::kStabilityPageLoadCount)); EXPECT_EQ(1, local_state->GetInteger(prefs::kStabilityRendererCrashCount)); } - diff --git a/chrome/browser/metrics/user_metrics.cc b/chrome/browser/metrics/user_metrics.cc index a000963..8a27787 100644 --- a/chrome/browser/metrics/user_metrics.cc +++ b/chrome/browser/metrics/user_metrics.cc @@ -17,4 +17,3 @@ void UserMetrics::RecordComputedAction(const std::wstring& action, Profile* profile) { RecordAction(action.c_str(), profile); } - diff --git a/chrome/browser/metrics/user_metrics.h b/chrome/browser/metrics/user_metrics.h index 7c3ed4c..4c3ee38 100644 --- a/chrome/browser/metrics/user_metrics.h +++ b/chrome/browser/metrics/user_metrics.h @@ -38,4 +38,3 @@ class UserMetrics { }; #endif // CHROME_BROWSER_USER_METRICS_H__ - diff --git a/chrome/browser/net/dns_global.cc b/chrome/browser/net/dns_global.cc index 09fe5e0..c8df241 100644 --- a/chrome/browser/net/dns_global.cc +++ b/chrome/browser/net/dns_global.cc @@ -492,4 +492,3 @@ void TrimSubresourceReferrers() { } } // namespace chrome_browser_net - diff --git a/chrome/browser/net/dns_global.h b/chrome/browser/net/dns_global.h index b7b1d5e..0678364 100644 --- a/chrome/browser/net/dns_global.h +++ b/chrome/browser/net/dns_global.h @@ -73,4 +73,3 @@ class DnsPrefetcherInit { } // namespace chrome_browser_net #endif // CHROME_BROWSER_NET_DNS_GLOBAL_H_ - diff --git a/chrome/browser/net/dns_host_info_unittest.cc b/chrome/browser/net/dns_host_info_unittest.cc index a079716..2c50236 100644 --- a/chrome/browser/net/dns_host_info_unittest.cc +++ b/chrome/browser/net/dns_host_info_unittest.cc @@ -86,4 +86,3 @@ TEST(DnsHostInfoTest, StateChangeTest) { // hostname when already set. } // namespace - diff --git a/chrome/browser/net/dns_master.h b/chrome/browser/net/dns_master.h index 8018e26..f71825d 100644 --- a/chrome/browser/net/dns_master.h +++ b/chrome/browser/net/dns_master.h @@ -176,4 +176,3 @@ class DnsMaster { } // namespace chrome_browser_net #endif // CHROME_BROWSER_NET_DNS_MASTER_H_ - diff --git a/chrome/browser/net/resolve_proxy_msg_helper.h b/chrome/browser/net/resolve_proxy_msg_helper.h index bf4c2f8..ee6f4af 100644 --- a/chrome/browser/net/resolve_proxy_msg_helper.h +++ b/chrome/browser/net/resolve_proxy_msg_helper.h @@ -101,4 +101,3 @@ class ResolveProxyMsgHelper { }; #endif // CHROME_BROWSER_NET_RESOLVE_PROXY_MSG_HELPER_ - diff --git a/chrome/browser/net/resolve_proxy_msg_helper_unittest.cc b/chrome/browser/net/resolve_proxy_msg_helper_unittest.cc index 2f059e5..efc53b7c 100644 --- a/chrome/browser/net/resolve_proxy_msg_helper_unittest.cc +++ b/chrome/browser/net/resolve_proxy_msg_helper_unittest.cc @@ -351,4 +351,3 @@ TEST(ResolveProxyMsgHelperTest, CancelPendingRequests) { // It should also be the case that msg1, msg2, msg3 were deleted by the // cancellation. (Else will show up as a leak in Purify). } - diff --git a/chrome/browser/net/url_fixer_upper.h b/chrome/browser/net/url_fixer_upper.h index 07cb162..6113cf8 100644 --- a/chrome/browser/net/url_fixer_upper.h +++ b/chrome/browser/net/url_fixer_upper.h @@ -63,4 +63,3 @@ namespace URLFixerUpper { }; #endif // #ifndef CHROME_BROWSER_URL_FIXER_UPPER_H__ - diff --git a/chrome/browser/options_window.h b/chrome/browser/options_window.h index 95dd8ef..e9be16c 100644 --- a/chrome/browser/options_window.h +++ b/chrome/browser/options_window.h @@ -36,4 +36,3 @@ void ShowOptionsWindow(OptionsPage page, Profile* profile); #endif // #ifndef CHROME_BROWSER_OPTIONS_WINDOW_H__ - diff --git a/chrome/browser/page_state.h b/chrome/browser/page_state.h index 7f3379b..a85ac4c 100644 --- a/chrome/browser/page_state.h +++ b/chrome/browser/page_state.h @@ -60,4 +60,3 @@ class PageState { #endif // CHROME_BROWSER_PAGE_STATE_H__ - diff --git a/chrome/browser/password_manager/encryptor_unittest.cc b/chrome/browser/password_manager/encryptor_unittest.cc index dda9299..45a193f 100644 --- a/chrome/browser/password_manager/encryptor_unittest.cc +++ b/chrome/browser/password_manager/encryptor_unittest.cc @@ -76,4 +76,3 @@ TEST(EncryptorTest, EncryptionDecryption) { } } // namespace - diff --git a/chrome/browser/password_manager/ie7_password.cc b/chrome/browser/password_manager/ie7_password.cc index c448f92..a720802 100644 --- a/chrome/browser/password_manager/ie7_password.cc +++ b/chrome/browser/password_manager/ie7_password.cc @@ -195,4 +195,3 @@ bool DecryptPassword(const std::wstring& url, } } // namespace ie7_password - diff --git a/chrome/browser/password_manager/ie7_password.h b/chrome/browser/password_manager/ie7_password.h index c90b8e2..44ff972 100644 --- a/chrome/browser/password_manager/ie7_password.h +++ b/chrome/browser/password_manager/ie7_password.h @@ -44,4 +44,3 @@ std::wstring GetUrlHash(const std::wstring& url); } // namespace ie7_password #endif // CHROME_BROWSER_IE7_PASSWORD_H__ - diff --git a/chrome/browser/password_manager/password_form_manager.cc b/chrome/browser/password_manager/password_form_manager.cc index 138b713..cf40a1b 100644 --- a/chrome/browser/password_manager/password_form_manager.cc +++ b/chrome/browser/password_manager/password_form_manager.cc @@ -447,4 +447,3 @@ int PasswordFormManager::ScoreResult(const PasswordForm& candidate) const { return score; } - diff --git a/chrome/browser/password_manager/password_form_manager.h b/chrome/browser/password_manager/password_form_manager.h index 3e61476..7ae079f 100644 --- a/chrome/browser/password_manager/password_form_manager.h +++ b/chrome/browser/password_manager/password_form_manager.h @@ -168,4 +168,3 @@ class PasswordFormManager : public WebDataServiceConsumer { DISALLOW_EVIL_CONSTRUCTORS(PasswordFormManager); }; #endif // CHROME_BROWSER_PASSWORD_FORM_MANAGER_H__ - diff --git a/chrome/browser/password_manager/password_form_manager_unittest.cc b/chrome/browser/password_manager/password_form_manager_unittest.cc index ffcee20..8e90ebf 100644 --- a/chrome/browser/password_manager/password_form_manager_unittest.cc +++ b/chrome/browser/password_manager/password_form_manager_unittest.cc @@ -193,4 +193,3 @@ TEST_F(PasswordFormManagerTest, TestEmptyAction) { EXPECT_EQ(observed_form()->action, GetPendingCredentials(manager.get())->action); } - diff --git a/chrome/browser/password_manager/password_manager.cc b/chrome/browser/password_manager/password_manager.cc index e47db13..769c08e 100644 --- a/chrome/browser/password_manager/password_manager.cc +++ b/chrome/browser/password_manager/password_manager.cc @@ -243,4 +243,3 @@ void PasswordManager::Autofill( preferred_match->password_value); } } - diff --git a/chrome/browser/password_manager/password_manager.h b/chrome/browser/password_manager/password_manager.h index 2ded7d2..392cad0 100644 --- a/chrome/browser/password_manager/password_manager.h +++ b/chrome/browser/password_manager/password_manager.h @@ -102,4 +102,3 @@ class PasswordManager : public views::LoginModel { }; #endif - diff --git a/chrome/browser/plugin_process_host.h b/chrome/browser/plugin_process_host.h index ead8c81..48c05e9f 100644 --- a/chrome/browser/plugin_process_host.h +++ b/chrome/browser/plugin_process_host.h @@ -152,4 +152,3 @@ class PluginProcessHost : public ChildProcessHost, }; #endif // CHROME_BROWSER_PLUGIN_PROCESS_HOST_H_ - diff --git a/chrome/browser/plugin_service.cc b/chrome/browser/plugin_service.cc index 584c3d6..ed9f042 100644 --- a/chrome/browser/plugin_service.cc +++ b/chrome/browser/plugin_service.cc @@ -196,4 +196,3 @@ void PluginService::ShutdownHandler::OnShutdown() { plugin_service->OnShutdown(); } } - diff --git a/chrome/browser/printing/page_number.cc b/chrome/browser/printing/page_number.cc index 941fa730..9832c96 100644 --- a/chrome/browser/printing/page_number.cc +++ b/chrome/browser/printing/page_number.cc @@ -81,4 +81,3 @@ bool PageNumber::operator!=(const PageNumber& other) const { } } // namespace printing - diff --git a/chrome/browser/printing/page_number.h b/chrome/browser/printing/page_number.h index 2782824..20417e8 100644 --- a/chrome/browser/printing/page_number.h +++ b/chrome/browser/printing/page_number.h @@ -71,4 +71,3 @@ inline typename std::basic_ostream<E,T>& operator<<( } // namespace printing #endif // CHROME_BROWSER_PRINTING_PAGE_NUMBER_H__ - diff --git a/chrome/browser/printing/page_number_unittest.cc b/chrome/browser/printing/page_number_unittest.cc index c25e1bc..6281925 100644 --- a/chrome/browser/printing/page_number_unittest.cc +++ b/chrome/browser/printing/page_number_unittest.cc @@ -28,4 +28,3 @@ TEST(PageNumberTest, Count) { ++page; EXPECT_EQ(printing::PageNumber::npos(), page); } - diff --git a/chrome/browser/printing/page_overlays.cc b/chrome/browser/printing/page_overlays.cc index 714f194..eb1d3c6 100644 --- a/chrome/browser/printing/page_overlays.cc +++ b/chrome/browser/printing/page_overlays.cc @@ -156,4 +156,3 @@ std::wstring PageOverlays::ReplaceVariables(const std::wstring& input, } } // namespace printing - diff --git a/chrome/browser/printing/page_overlays.h b/chrome/browser/printing/page_overlays.h index 25ad616..42e77fc 100644 --- a/chrome/browser/printing/page_overlays.h +++ b/chrome/browser/printing/page_overlays.h @@ -74,4 +74,3 @@ class PageOverlays { } // namespace printing #endif // CHROME_BROWSER_PRINTING_PAGE_OVERLAYS_H__ - diff --git a/chrome/browser/printing/page_overlays_unittest.cc b/chrome/browser/printing/page_overlays_unittest.cc index d590f8e..04104a8 100644 --- a/chrome/browser/printing/page_overlays_unittest.cc +++ b/chrome/browser/printing/page_overlays_unittest.cc @@ -74,4 +74,3 @@ TEST_F(PageOverlaysTest, StringConversion) { kOverlayKeys[i].key; } } - diff --git a/chrome/browser/printing/page_range.cc b/chrome/browser/printing/page_range.cc index 380cbaa..e46cd3a 100644 --- a/chrome/browser/printing/page_range.cc +++ b/chrome/browser/printing/page_range.cc @@ -21,4 +21,3 @@ std::vector<int> PageRange::GetPages(const PageRanges& ranges) { } } // namespace printing - diff --git a/chrome/browser/printing/page_range.h b/chrome/browser/printing/page_range.h index 147fa71..a2d042c 100644 --- a/chrome/browser/printing/page_range.h +++ b/chrome/browser/printing/page_range.h @@ -29,4 +29,3 @@ struct PageRange { } // namespace printing #endif // CHROME_BROWSER_PRINTING_PAGE_RANGE_H__ - diff --git a/chrome/browser/printing/page_range_unittest.cc b/chrome/browser/printing/page_range_unittest.cc index d7a8d3f..b059d5b 100644 --- a/chrome/browser/printing/page_range_unittest.cc +++ b/chrome/browser/printing/page_range_unittest.cc @@ -34,4 +34,3 @@ TEST(PageRangeTest, Empty) { std::vector<int> pages(printing::PageRange::GetPages(ranges)); EXPECT_EQ(0U, pages.size()); } - diff --git a/chrome/browser/printing/page_setup.cc b/chrome/browser/printing/page_setup.cc index 755fc3f..2df670c 100644 --- a/chrome/browser/printing/page_setup.cc +++ b/chrome/browser/printing/page_setup.cc @@ -124,4 +124,3 @@ void PageSetup::SetRequestedMargins(const PageMargins& requested_margins) { } } // namespace printing - diff --git a/chrome/browser/printing/page_setup.h b/chrome/browser/printing/page_setup.h index 558eb44..6cf294e 100644 --- a/chrome/browser/printing/page_setup.h +++ b/chrome/browser/printing/page_setup.h @@ -80,4 +80,3 @@ class PageSetup { } // namespace printing #endif // CHROME_BROWSER_PRINTING_PAGE_SETUP_H__ - diff --git a/chrome/browser/printing/page_setup_unittest.cc b/chrome/browser/printing/page_setup_unittest.cc index bd95c66..8619014 100644 --- a/chrome/browser/printing/page_setup_unittest.cc +++ b/chrome/browser/printing/page_setup_unittest.cc @@ -144,4 +144,3 @@ TEST(PageSetupTest, HardCoded) { EXPECT_EQ(effective_margins.bottom, setup.effective_margins().bottom) << " " << page_size << " " << printable_area << " " << kTextHeight; } - diff --git a/chrome/browser/printing/print_job.cc b/chrome/browser/printing/print_job.cc index 0d999f7..4e727c7 100644 --- a/chrome/browser/printing/print_job.cc +++ b/chrome/browser/printing/print_job.cc @@ -374,4 +374,3 @@ PrintedPage* JobEventDetails::page() const { } } // namespace printing - diff --git a/chrome/browser/printing/print_job.h b/chrome/browser/printing/print_job.h index 5b38668..f775297 100644 --- a/chrome/browser/printing/print_job.h +++ b/chrome/browser/printing/print_job.h @@ -209,4 +209,3 @@ class JobEventDetails : public base::RefCountedThreadSafe<JobEventDetails> { } // namespace printing #endif // CHROME_BROWSER_PRINTING_PRINT_JOB_H_ - diff --git a/chrome/browser/printing/print_job_manager.cc b/chrome/browser/printing/print_job_manager.cc index 4f70a30..ccfd22d 100644 --- a/chrome/browser/printing/print_job_manager.cc +++ b/chrome/browser/printing/print_job_manager.cc @@ -195,4 +195,3 @@ void PrintJobManager::OnPrintedDocumentUpdated(const PrintedDocument& document, } } // namespace printing - diff --git a/chrome/browser/printing/print_job_worker.cc b/chrome/browser/printing/print_job_worker.cc index 5f1621f..d325bb9 100644 --- a/chrome/browser/printing/print_job_worker.cc +++ b/chrome/browser/printing/print_job_worker.cc @@ -299,4 +299,3 @@ void RunnableMethodTraits<printing::PrintJobWorker>::ReleaseCallee( DCHECK_EQ(owner_, obj->owner_); owner_ = NULL; } - diff --git a/chrome/browser/printing/print_job_worker.h b/chrome/browser/printing/print_job_worker.h index 5fb5fbd..3142567 100644 --- a/chrome/browser/printing/print_job_worker.h +++ b/chrome/browser/printing/print_job_worker.h @@ -109,4 +109,3 @@ struct RunnableMethodTraits<printing::PrintJobWorker> { }; #endif // CHROME_BROWSER_PRINTING_PRINT_JOB_WORKER_H__ - diff --git a/chrome/browser/printing/print_job_worker_owner.h b/chrome/browser/printing/print_job_worker_owner.h index b21404d..334c5ab 100644 --- a/chrome/browser/printing/print_job_worker_owner.h +++ b/chrome/browser/printing/print_job_worker_owner.h @@ -43,4 +43,3 @@ class PrintJobWorkerOwner { } // namespace printing #endif // CHROME_BROWSER_PRINTING_PRINT_JOB_WORKER_OWNER_H__ - diff --git a/chrome/browser/printing/print_settings.cc b/chrome/browser/printing/print_settings.cc index 6f3f156..4f8903b 100644 --- a/chrome/browser/printing/print_settings.cc +++ b/chrome/browser/printing/print_settings.cc @@ -177,4 +177,3 @@ int PrintSettings::NewCookie() { } } // namespace printing - diff --git a/chrome/browser/printing/print_settings.h b/chrome/browser/printing/print_settings.h index 94d5cbc..48a39e6 100644 --- a/chrome/browser/printing/print_settings.h +++ b/chrome/browser/printing/print_settings.h @@ -112,4 +112,3 @@ class PrintSettings { } // namespace printing #endif // CHROME_BROWSER_PRINTING_PRINT_SETTINGS_H__ - diff --git a/chrome/browser/printing/print_view_manager.cc b/chrome/browser/printing/print_view_manager.cc index 1491bf0..1c4c51b 100644 --- a/chrome/browser/printing/print_view_manager.cc +++ b/chrome/browser/printing/print_view_manager.cc @@ -406,4 +406,3 @@ bool PrintViewManager::OpportunisticallyCreatePrintJob(int cookie) { } } // namespace printing - diff --git a/chrome/browser/printing/printed_document.cc b/chrome/browser/printing/printed_document.cc index 589085b..b42b375 100644 --- a/chrome/browser/printing/printed_document.cc +++ b/chrome/browser/printing/printed_document.cc @@ -378,4 +378,3 @@ PrintedDocument::Immutable::Immutable(const PrintSettings& settings, } } // namespace printing - diff --git a/chrome/browser/printing/printed_document.h b/chrome/browser/printing/printed_document.h index 41fb570..0f6fc158 100644 --- a/chrome/browser/printing/printed_document.h +++ b/chrome/browser/printing/printed_document.h @@ -193,4 +193,3 @@ class PrintedDocument : public base::RefCountedThreadSafe<PrintedDocument> { } // namespace printing #endif // CHROME_BROWSER_PRINTING_PRINTED_DOCUMENT_H__ - diff --git a/chrome/browser/printing/printed_page.cc b/chrome/browser/printing/printed_page.cc index 62e7ac2..1cb5c0d 100644 --- a/chrome/browser/printing/printed_page.cc +++ b/chrome/browser/printing/printed_page.cc @@ -24,4 +24,3 @@ const gfx::Emf* PrintedPage::emf() const { } } // namespace printing - diff --git a/chrome/browser/printing/printed_page.h b/chrome/browser/printing/printed_page.h index 9bc2cc3c..19c740e 100644 --- a/chrome/browser/printing/printed_page.h +++ b/chrome/browser/printing/printed_page.h @@ -51,4 +51,3 @@ class PrintedPage : public base::RefCountedThreadSafe<PrintedPage> { } // namespace printing #endif // CHROME_BROWSER_PRINTING_PRINTED_PAGE_H__ - diff --git a/chrome/browser/printing/printed_pages_source.h b/chrome/browser/printing/printed_pages_source.h index 56ee0a4..c23bd34 100644 --- a/chrome/browser/printing/printed_pages_source.h +++ b/chrome/browser/printing/printed_pages_source.h @@ -27,4 +27,3 @@ class PrintedPagesSource { } // namespace printing #endif // CHROME_BROWSER_PRINTING_PRINTED_PAGES_SOURCE_H__ - diff --git a/chrome/browser/printing/printer_query.cc b/chrome/browser/printing/printer_query.cc index 0661a16..f5ca6a5 100644 --- a/chrome/browser/printing/printer_query.cc +++ b/chrome/browser/printing/printer_query.cc @@ -114,4 +114,3 @@ bool PrinterQuery::is_valid() const { } } // namespace printing - diff --git a/chrome/browser/printing/printer_query.h b/chrome/browser/printing/printer_query.h index d79ac73..3d389db 100644 --- a/chrome/browser/printing/printer_query.h +++ b/chrome/browser/printing/printer_query.h @@ -104,4 +104,3 @@ class PrinterQuery : public base::RefCountedThreadSafe<PrinterQuery>, } // namespace printing #endif // CHROME_BROWSER_PRINTING_PRINTER_QUERY_H_ - diff --git a/chrome/browser/printing/printing_test.h b/chrome/browser/printing/printing_test.h index 1ade36b..3237813 100644 --- a/chrome/browser/printing/printing_test.h +++ b/chrome/browser/printing/printing_test.h @@ -34,4 +34,3 @@ class PrintingTest : public Parent { }; #endif // CHROME_BROWSER_PRINTING_PRINTING_TEST_H__ - diff --git a/chrome/browser/printing/win_printing_context.cc b/chrome/browser/printing/win_printing_context.cc index 9bc0cae..c9d0053 100644 --- a/chrome/browser/printing/win_printing_context.cc +++ b/chrome/browser/printing/win_printing_context.cc @@ -603,4 +603,3 @@ PrintingContext::Result PrintingContext::ParseDialogResult( } } // namespace printing - diff --git a/chrome/browser/printing/win_printing_context_unittest.cc b/chrome/browser/printing/win_printing_context_unittest.cc index 6b7a641..e2a03a1 100644 --- a/chrome/browser/printing/win_printing_context_unittest.cc +++ b/chrome/browser/printing/win_printing_context_unittest.cc @@ -27,4 +27,3 @@ TEST_F(PrintingContextTest, Base) { EXPECT_TRUE(SetWorldTransform(context.context(), &random_matrix)); EXPECT_TRUE(ModifyWorldTransform(context.context(), NULL, MWT_IDENTITY)); } - diff --git a/chrome/browser/profile_manager.cc b/chrome/browser/profile_manager.cc index 9e61b0a..407c39b 100644 --- a/chrome/browser/profile_manager.cc +++ b/chrome/browser/profile_manager.cc @@ -337,4 +337,3 @@ std::wstring ProfileManager::CanonicalizeID(const std::wstring& id) { TrimWhitespace(id, TRIM_ALL, &no_whitespace); return StringToLowerASCII(no_whitespace); } - diff --git a/chrome/browser/profile_manager.h b/chrome/browser/profile_manager.h index 3735492..466fb2f 100644 --- a/chrome/browser/profile_manager.h +++ b/chrome/browser/profile_manager.h @@ -183,4 +183,3 @@ class ProfileManager : public NonThreadSafe, }; #endif // CHROME_BROWSER_PROFILE_MANAGER_H__ - diff --git a/chrome/browser/profile_manager_unittest.cc b/chrome/browser/profile_manager_unittest.cc index ed47ef0..b4cf233 100644 --- a/chrome/browser/profile_manager_unittest.cc +++ b/chrome/browser/profile_manager_unittest.cc @@ -85,4 +85,3 @@ TEST_F(ProfileManagerTest, CreateProfile) { ASSERT_EQ(L"new-profile", prefs->GetString(prefs::kProfileID)); #endif } - diff --git a/chrome/browser/renderer_host/render_widget_host_unittest.cc b/chrome/browser/renderer_host/render_widget_host_unittest.cc index 9e656f5..82dc076 100644 --- a/chrome/browser/renderer_host/render_widget_host_unittest.cc +++ b/chrome/browser/renderer_host/render_widget_host_unittest.cc @@ -359,4 +359,3 @@ TEST_F(RenderWidgetHostTest, IgnoreKeyEventsWeDidntSend) { EXPECT_FALSE(host_->unhandled_keyboard_event_called()); } - diff --git a/chrome/browser/renderer_host/render_widget_host_view.h b/chrome/browser/renderer_host/render_widget_host_view.h index 3589427..f269844 100644 --- a/chrome/browser/renderer_host/render_widget_host_view.h +++ b/chrome/browser/renderer_host/render_widget_host_view.h @@ -122,4 +122,3 @@ class RenderWidgetHostView { }; #endif // CHROME_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_H_ - diff --git a/chrome/browser/renderer_host/render_widget_host_view_gtk.cc b/chrome/browser/renderer_host/render_widget_host_view_gtk.cc index 4b8749b..794d5ae 100644 --- a/chrome/browser/renderer_host/render_widget_host_view_gtk.cc +++ b/chrome/browser/renderer_host/render_widget_host_view_gtk.cc @@ -294,4 +294,3 @@ void RenderWidgetHostViewGtk::Paint(const gfx::Rect& damage_rect) { NOTIMPLEMENTED(); } } - diff --git a/chrome/browser/renderer_host/render_widget_host_view_mac.h b/chrome/browser/renderer_host/render_widget_host_view_mac.h index 54ff098..38f72dd 100644 --- a/chrome/browser/renderer_host/render_widget_host_view_mac.h +++ b/chrome/browser/renderer_host/render_widget_host_view_mac.h @@ -116,4 +116,3 @@ class RenderWidgetHostViewMac : public RenderWidgetHostView { }; #endif // CHROME_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_MAC_H_ - diff --git a/chrome/browser/renderer_host/render_widget_host_view_win.h b/chrome/browser/renderer_host/render_widget_host_view_win.h index bb86d23..4e6d7f8 100644 --- a/chrome/browser/renderer_host/render_widget_host_view_win.h +++ b/chrome/browser/renderer_host/render_widget_host_view_win.h @@ -283,4 +283,3 @@ class RenderWidgetHostViewWin : }; #endif // CHROME_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_WIN_H_ - diff --git a/chrome/browser/renderer_host/renderer_security_policy.cc b/chrome/browser/renderer_host/renderer_security_policy.cc index d79dced..753dff8 100644 --- a/chrome/browser/renderer_host/renderer_security_policy.cc +++ b/chrome/browser/renderer_host/renderer_security_policy.cc @@ -285,4 +285,3 @@ bool RendererSecurityPolicy::HasDOMUIBindings(int renderer_id) { return state->second->has_dom_ui_bindings(); } - diff --git a/chrome/browser/renderer_host/renderer_security_policy.h b/chrome/browser/renderer_host/renderer_security_policy.h index 646f783..a726d28 100644 --- a/chrome/browser/renderer_host/renderer_security_policy.h +++ b/chrome/browser/renderer_host/renderer_security_policy.h @@ -119,4 +119,3 @@ class RendererSecurityPolicy { }; #endif // CHROME_BROWSER_RENDERER_HOST_RENDERER_SECURITY_POLICY_H_ - diff --git a/chrome/browser/renderer_host/renderer_security_policy_unittest.cc b/chrome/browser/renderer_host/renderer_security_policy_unittest.cc index 3097aac..42c90bd 100644 --- a/chrome/browser/renderer_host/renderer_security_policy_unittest.cc +++ b/chrome/browser/renderer_host/renderer_security_policy_unittest.cc @@ -260,4 +260,3 @@ TEST_F(RendererSecurityPolicyTest, RemoveRace) { EXPECT_FALSE(p->CanUploadFile(kRendererID, file)); EXPECT_FALSE(p->HasDOMUIBindings(kRendererID)); } - diff --git a/chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc b/chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc index 5d3a6b8..dce2e1d 100644 --- a/chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc +++ b/chrome/browser/renderer_host/resource_dispatcher_host_uitest.cc @@ -276,4 +276,3 @@ TEST_F(ResourceDispatcherTest, CrossSiteNavigationErrorPage) { EXPECT_TRUE(tab->GetTabTitle(&tab_title)); EXPECT_EQ(L"Title Of Awesomeness", tab_title); } - diff --git a/chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc b/chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc index 73212b0..55df67c 100644 --- a/chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc +++ b/chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc @@ -617,4 +617,3 @@ TEST_F(ResourceDispatcherHostTest, TooManyOutstandingRequests) { CheckSuccessfulRequest(msgs[kMaxRequests + 3], URLRequestTestJob::test_data_2()); } - diff --git a/chrome/browser/rlz/rlz.h b/chrome/browser/rlz/rlz.h index 69199ae..f9936ba 100644 --- a/chrome/browser/rlz/rlz.h +++ b/chrome/browser/rlz/rlz.h @@ -97,4 +97,3 @@ class RLZTracker { }; #endif // CHROME_BROWSER_RLZ_RLZ_H__ - diff --git a/chrome/browser/rlz/rlz_unittest.cc b/chrome/browser/rlz/rlz_unittest.cc index ee84e0c..8ab87bd 100644 --- a/chrome/browser/rlz/rlz_unittest.cc +++ b/chrome/browser/rlz/rlz_unittest.cc @@ -65,4 +65,3 @@ TEST(RlzLibTest, CleanProductEvents) { EXPECT_TRUE(RLZTracker::ClearAllProductEvents(RLZTracker::CHROME)); EXPECT_FALSE(CleanValue(kKeyName, kEvent1)); } - diff --git a/chrome/browser/safe_browsing/chunk_range.cc b/chrome/browser/safe_browsing/chunk_range.cc index 2d30fc3..112d71a 100644 --- a/chrome/browser/safe_browsing/chunk_range.cc +++ b/chrome/browser/safe_browsing/chunk_range.cc @@ -120,4 +120,3 @@ bool IsChunkInRange(int chunk_number, const std::vector<ChunkRange>& ranges) { return false; } - diff --git a/chrome/browser/safe_browsing/chunk_range_unittest.cc b/chrome/browser/safe_browsing/chunk_range_unittest.cc index 91e44db..914e3ec 100644 --- a/chrome/browser/safe_browsing/chunk_range_unittest.cc +++ b/chrome/browser/safe_browsing/chunk_range_unittest.cc @@ -192,5 +192,3 @@ TEST(SafeBrowsingChunkRangeTest, TestSearchChunkRanges) { EXPECT_FALSE(IsChunkInRange(990, ranges)); EXPECT_FALSE(IsChunkInRange(2000, ranges)); } - - diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc index c30a07f..5ccc3f6 100644 --- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc +++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc @@ -436,4 +436,3 @@ bool SafeBrowsingBlockingPage::IsMainPage( return unsafe_resources.size() == 1 && unsafe_resources[0].resource_type == ResourceType::MAIN_FRAME; } - diff --git a/chrome/browser/sandbox_policy.h b/chrome/browser/sandbox_policy.h index 3711073..f0e3346 100644 --- a/chrome/browser/sandbox_policy.h +++ b/chrome/browser/sandbox_policy.h @@ -50,4 +50,3 @@ bool ApplyPolicyForTrustedPlugin(sandbox::TargetPolicy* policy); bool ApplyPolicyForUntrustedPlugin(sandbox::TargetPolicy* policy); #endif // CHROME_BROWSER_SANDBOX_POLICY_H_ - diff --git a/chrome/browser/sanity_uitest.cc b/chrome/browser/sanity_uitest.cc index a5aebc5..5559ca4 100644 --- a/chrome/browser/sanity_uitest.cc +++ b/chrome/browser/sanity_uitest.cc @@ -46,4 +46,3 @@ TEST_F(ColumnLayout, Crash) { // UIText will check if this crashed. } - diff --git a/chrome/browser/search_engines/template_url.h b/chrome/browser/search_engines/template_url.h index a675eec..c9b36c4 100644 --- a/chrome/browser/search_engines/template_url.h +++ b/chrome/browser/search_engines/template_url.h @@ -433,4 +433,3 @@ class TemplateURL { }; #endif // CHROME_BROWSER_TEMPLATE_URL_PARSER_H__ - diff --git a/chrome/browser/search_engines/template_url_fetcher.cc b/chrome/browser/search_engines/template_url_fetcher.cc index 3627092..177a15b 100644 --- a/chrome/browser/search_engines/template_url_fetcher.cc +++ b/chrome/browser/search_engines/template_url_fetcher.cc @@ -177,4 +177,3 @@ void TemplateURLFetcher::RequestCompleted(RequestDelegate* request) { requests_->erase(find(requests_->begin(), requests_->end(), request)); delete request; } - diff --git a/chrome/browser/search_engines/template_url_model.h b/chrome/browser/search_engines/template_url_model.h index 2c673d4..2c28d3d 100644 --- a/chrome/browser/search_engines/template_url_model.h +++ b/chrome/browser/search_engines/template_url_model.h @@ -346,4 +346,3 @@ class TemplateURLModel : public WebDataServiceConsumer, }; #endif // CHROME_BROWSER_TEMPLATE_URL_MODEL_H__ - diff --git a/chrome/browser/search_engines/template_url_parser.h b/chrome/browser/search_engines/template_url_parser.h index facf7c6..65a4881 100644 --- a/chrome/browser/search_engines/template_url_parser.h +++ b/chrome/browser/search_engines/template_url_parser.h @@ -45,4 +45,3 @@ class TemplateURLParser { }; #endif // CHROME_BROWSER_TEMPLATE_URL_PARSER_H__ - diff --git a/chrome/browser/search_engines/template_url_prepopulate_data.h b/chrome/browser/search_engines/template_url_prepopulate_data.h index 9bc3a70..9de3328 100644 --- a/chrome/browser/search_engines/template_url_prepopulate_data.h +++ b/chrome/browser/search_engines/template_url_prepopulate_data.h @@ -29,4 +29,3 @@ void GetPrepopulatedEngines(PrefService* prefs, } // namespace TemplateURLPrepopulateData #endif // CHROME_BROWSER_TEMPLATE_URL_PREPOPULATE_DATA_H__ - diff --git a/chrome/browser/session_history_uitest.cc b/chrome/browser/session_history_uitest.cc index 22df6d8..64edd93 100644 --- a/chrome/browser/session_history_uitest.cc +++ b/chrome/browser/session_history_uitest.cc @@ -512,4 +512,3 @@ TEST_F(SessionHistoryTest, LocationReplace) { EXPECT_EQ(L"", GetTabTitle()); } #endif - diff --git a/chrome/browser/session_startup_pref.cc b/chrome/browser/session_startup_pref.cc index 207863a..5e235a2 100644 --- a/chrome/browser/session_startup_pref.cc +++ b/chrome/browser/session_startup_pref.cc @@ -95,4 +95,3 @@ SessionStartupPref SessionStartupPref::GetStartupPref(PrefService* prefs) { return pref; } - diff --git a/chrome/browser/session_startup_pref.h b/chrome/browser/session_startup_pref.h index fac3160..4cf8a78 100644 --- a/chrome/browser/session_startup_pref.h +++ b/chrome/browser/session_startup_pref.h @@ -48,4 +48,3 @@ struct SessionStartupPref { }; #endif // CHROME_BROWSER_SESSION_STARTUP_PREF_H__ - diff --git a/chrome/browser/sessions/session_service_test_helper.cc b/chrome/browser/sessions/session_service_test_helper.cc index a8ee464..0fdc03b 100644 --- a/chrome/browser/sessions/session_service_test_helper.cc +++ b/chrome/browser/sessions/session_service_test_helper.cc @@ -81,4 +81,3 @@ void SessionServiceTestHelper::AssertSingleWindowWithSingleTab( SessionBackend* SessionServiceTestHelper::backend() { return service_->backend(); } - diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc index c38ae76..9732305 100644 --- a/chrome/browser/shell_integration.cc +++ b/chrome/browser/shell_integration.cc @@ -147,4 +147,3 @@ bool ShellIntegration::IsFirefoxDefaultBrowser() { } return ff_default; } - diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h index 165fa6c..8b32d7d 100644 --- a/chrome/browser/shell_integration.h +++ b/chrome/browser/shell_integration.h @@ -25,4 +25,3 @@ class ShellIntegration { }; #endif // CHROME_BROWSER_SHELL_INTEGRATION_H__ - diff --git a/chrome/browser/site_instance_unittest.cc b/chrome/browser/site_instance_unittest.cc index d04fff1..2001d53 100644 --- a/chrome/browser/site_instance_unittest.cc +++ b/chrome/browser/site_instance_unittest.cc @@ -396,4 +396,3 @@ TEST_F(SiteInstanceTest, OneSiteInstancePerSiteInProfile) { // browsing_instances will be deleted when their SiteInstances are deleted } - diff --git a/chrome/browser/spellcheck_worditerator.cc b/chrome/browser/spellcheck_worditerator.cc index 2ea5879..9291b66 100644 --- a/chrome/browser/spellcheck_worditerator.cc +++ b/chrome/browser/spellcheck_worditerator.cc @@ -275,4 +275,3 @@ bool SpellcheckWordIterator::Normalize(int input_start, output_string->assign(output.getTerminatedBuffer()); return (status == U_ZERO_ERROR); } - diff --git a/chrome/browser/spellcheck_worditerator.h b/chrome/browser/spellcheck_worditerator.h index ce15aec..f9e7830 100644 --- a/chrome/browser/spellcheck_worditerator.h +++ b/chrome/browser/spellcheck_worditerator.h @@ -181,4 +181,3 @@ class SpellcheckWordIterator { }; #endif // CHROME_BROWSER_SPELLCHECK_WORDITERATOR_H__ - diff --git a/chrome/browser/ssl/ssl_error_info.cc b/chrome/browser/ssl/ssl_error_info.cc index 712985f..a101f8b 100644 --- a/chrome/browser/ssl/ssl_error_info.cc +++ b/chrome/browser/ssl/ssl_error_info.cc @@ -246,4 +246,3 @@ int SSLErrorInfo::GetErrorsForCertStatus(int cert_id, } return count; } - diff --git a/chrome/browser/ssl/ssl_error_info.h b/chrome/browser/ssl/ssl_error_info.h index c7d6698..93f60df 100644 --- a/chrome/browser/ssl/ssl_error_info.h +++ b/chrome/browser/ssl/ssl_error_info.h @@ -80,4 +80,3 @@ private: }; #endif // CHROME_BROWSER_SSL_ERROR_INFO_H__ - diff --git a/chrome/browser/ssl/ssl_manager.cc b/chrome/browser/ssl/ssl_manager.cc index 58d7acb..123deaa 100644 --- a/chrome/browser/ssl/ssl_manager.cc +++ b/chrome/browser/ssl/ssl_manager.cc @@ -730,4 +730,3 @@ bool SSLManager::GetEVCertNames(const net::X509Certificate& cert, } return true; } - diff --git a/chrome/browser/ssl/ssl_policy.h b/chrome/browser/ssl/ssl_policy.h index d317b63..b61861d 100644 --- a/chrome/browser/ssl/ssl_policy.h +++ b/chrome/browser/ssl/ssl_policy.h @@ -66,4 +66,3 @@ class SSLPolicy : public SSLManager::Delegate, }; #endif // CHROME_BROWSER_SSL_POLICY_H__ - diff --git a/chrome/browser/tab_contents/interstitial_page.h b/chrome/browser/tab_contents/interstitial_page.h index b77d525..31176bc 100644 --- a/chrome/browser/tab_contents/interstitial_page.h +++ b/chrome/browser/tab_contents/interstitial_page.h @@ -185,4 +185,3 @@ class InterstitialPage : public NotificationObserver, }; #endif // #ifndef CHROME_BROWSER_TAB_CONTENTS_INTERSTITIAL_PAGE_H_ - diff --git a/chrome/browser/tab_contents/page_navigator.h b/chrome/browser/tab_contents/page_navigator.h index 2a3ce59..7d203e3 100644 --- a/chrome/browser/tab_contents/page_navigator.h +++ b/chrome/browser/tab_contents/page_navigator.h @@ -24,4 +24,3 @@ class PageNavigator { }; #endif // CHROME_BROWSER_TAB_CONTENTS_PAGE_NAVIGATOR_H_ - diff --git a/chrome/browser/tab_contents/provisional_load_details.cc b/chrome/browser/tab_contents/provisional_load_details.cc index 8664569..42d4a23 100644 --- a/chrome/browser/tab_contents/provisional_load_details.cc +++ b/chrome/browser/tab_contents/provisional_load_details.cc @@ -22,4 +22,3 @@ ProvisionalLoadDetails::ProvisionalLoadDetails(bool is_main_frame, &ssl_cert_status_, &ssl_security_bits_); } - diff --git a/chrome/browser/tab_contents/provisional_load_details.h b/chrome/browser/tab_contents/provisional_load_details.h index dc445d8..4359668 100644 --- a/chrome/browser/tab_contents/provisional_load_details.h +++ b/chrome/browser/tab_contents/provisional_load_details.h @@ -57,4 +57,3 @@ class ProvisionalLoadDetails { }; #endif // CHROME_BROWSER_TAB_CONTENTS_PROVISIONAL_LOAD_DETAILS_H_ - diff --git a/chrome/browser/tab_contents/render_view_context_menu_gtk.cc b/chrome/browser/tab_contents/render_view_context_menu_gtk.cc index dad440a..da49aca 100644 --- a/chrome/browser/tab_contents/render_view_context_menu_gtk.cc +++ b/chrome/browser/tab_contents/render_view_context_menu_gtk.cc @@ -103,4 +103,3 @@ void RenderViewContextMenuGtk::DoneMakingMenu( }; menu->push_back(end_menu_item); } - diff --git a/chrome/browser/tab_contents/render_view_host_manager.cc b/chrome/browser/tab_contents/render_view_host_manager.cc index 1b7b6a5..162ecb9 100644 --- a/chrome/browser/tab_contents/render_view_host_manager.cc +++ b/chrome/browser/tab_contents/render_view_host_manager.cc @@ -551,4 +551,3 @@ void RenderViewHostManager::CrossSiteNavigationCanceled() { if (pending_render_view_host_) CancelPendingRenderView(); } - diff --git a/chrome/browser/tab_contents/site_instance.cc b/chrome/browser/tab_contents/site_instance.cc index cdbef80..6582be6 100644 --- a/chrome/browser/tab_contents/site_instance.cc +++ b/chrome/browser/tab_contents/site_instance.cc @@ -151,4 +151,3 @@ bool SiteInstance::IsSameWebSite(const GURL& url1, const GURL& url2) { return net::RegistryControlledDomainService::SameDomainOrHost(url1, url2); } - diff --git a/chrome/browser/tab_contents/tab_contents_factory.cc b/chrome/browser/tab_contents/tab_contents_factory.cc index efd17d8..e519476 100644 --- a/chrome/browser/tab_contents/tab_contents_factory.cc +++ b/chrome/browser/tab_contents/tab_contents_factory.cc @@ -143,4 +143,3 @@ TabContentsFactory* TabContents::RegisterFactory(TabContentsType type, return prev_factory; } - diff --git a/chrome/browser/tab_contents/tab_contents_type.h b/chrome/browser/tab_contents/tab_contents_type.h index 6f8a81c..2b68a24 100644 --- a/chrome/browser/tab_contents/tab_contents_type.h +++ b/chrome/browser/tab_contents/tab_contents_type.h @@ -23,4 +23,3 @@ enum TabContentsType { }; #endif // CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_TYPE_H__ - diff --git a/chrome/browser/tab_contents/tab_util.h b/chrome/browser/tab_contents/tab_util.h index 5103617..0745cf7 100644 --- a/chrome/browser/tab_contents/tab_util.h +++ b/chrome/browser/tab_contents/tab_util.h @@ -23,4 +23,3 @@ WebContents* GetWebContentsByID(int render_process_host_id, int routing_id); } // namespace tab_util #endif // CHROME_BROWSER_TAB_CONTENTS_TAB_UTIL_H_ - diff --git a/chrome/browser/tab_contents/view_source_uitest.cc b/chrome/browser/tab_contents/view_source_uitest.cc index d0089ee..fed5ba5 100644 --- a/chrome/browser/tab_contents/view_source_uitest.cc +++ b/chrome/browser/tab_contents/view_source_uitest.cc @@ -107,4 +107,3 @@ TEST_F(ViewSourceTest, ViewSourceInPageMenuDisabledWhileViewingSource) { EXPECT_FALSE(IsPageMenuCommandEnabled(IDC_VIEW_SOURCE)); } - diff --git a/chrome/browser/tab_contents/web_contents_view_gtk.cc b/chrome/browser/tab_contents/web_contents_view_gtk.cc index 7c86751..a8a8522 100644 --- a/chrome/browser/tab_contents/web_contents_view_gtk.cc +++ b/chrome/browser/tab_contents/web_contents_view_gtk.cc @@ -219,4 +219,3 @@ void WebContentsViewGtk::ShowCreatedWidgetInternal( const gfx::Rect& initial_pos) { NOTIMPLEMENTED(); } - diff --git a/chrome/browser/tab_contents/web_contents_view_gtk.h b/chrome/browser/tab_contents/web_contents_view_gtk.h index d920b89..2edd353 100644 --- a/chrome/browser/tab_contents/web_contents_view_gtk.h +++ b/chrome/browser/tab_contents/web_contents_view_gtk.h @@ -76,4 +76,3 @@ class WebContentsViewGtk : public WebContentsView { }; #endif // CHROME_BROWSER_TAB_CONTENTS_WEB_CONTENTS_VIEW_GTK_H_ - diff --git a/chrome/browser/tab_contents/web_drag_source.cc b/chrome/browser/tab_contents/web_drag_source.cc index 979adef..888cc08 100644 --- a/chrome/browser/tab_contents/web_drag_source.cc +++ b/chrome/browser/tab_contents/web_drag_source.cc @@ -54,4 +54,3 @@ void WebDragSource::OnDragSourceMove() { render_view_host_->DragSourceMovedTo(client.x(), client.y(), screen.x(), screen.y()); } - diff --git a/chrome/browser/tab_contents/web_drag_source.h b/chrome/browser/tab_contents/web_drag_source.h index aa6141a..dc45792 100644 --- a/chrome/browser/tab_contents/web_drag_source.h +++ b/chrome/browser/tab_contents/web_drag_source.h @@ -54,4 +54,3 @@ class WebDragSource : public BaseDragSource { }; #endif // #ifndef CHROME_BROWSER_TAB_CONTENTS_WEB_DRAG_SOURCE_H_ - diff --git a/chrome/browser/tab_contents/web_drop_target.h b/chrome/browser/tab_contents/web_drop_target.h index aca4096..9a25b77 100644 --- a/chrome/browser/tab_contents/web_drop_target.h +++ b/chrome/browser/tab_contents/web_drop_target.h @@ -71,4 +71,3 @@ class WebDropTarget : public BaseDropTarget { }; #endif // #ifndef CHROME_BROWSER_TAB_CONTENTS_WEB_DROP_TARGET_H_ - diff --git a/chrome/browser/tabs/tab_strip_model.cc b/chrome/browser/tabs/tab_strip_model.cc index 6a67942..e312071 100644 --- a/chrome/browser/tabs/tab_strip_model.cc +++ b/chrome/browser/tabs/tab_strip_model.cc @@ -599,5 +599,3 @@ bool TabStripModel::OpenerMatches(TabContentsData* data, bool use_group) { return data->opener == opener || (use_group && data->group == opener); } - - diff --git a/chrome/browser/tabs/tab_strip_model_order_controller.cc b/chrome/browser/tabs/tab_strip_model_order_controller.cc index 0581b63..f483f2b 100644 --- a/chrome/browser/tabs/tab_strip_model_order_controller.cc +++ b/chrome/browser/tabs/tab_strip_model_order_controller.cc @@ -129,4 +129,3 @@ int TabStripModelOrderController::GetValidIndex(int index, index = std::max(0, index - 1); return index; } - diff --git a/chrome/browser/tabs/tab_strip_model_order_controller.h b/chrome/browser/tabs/tab_strip_model_order_controller.h index 6abe3d7..045b821 100644 --- a/chrome/browser/tabs/tab_strip_model_order_controller.h +++ b/chrome/browser/tabs/tab_strip_model_order_controller.h @@ -48,4 +48,3 @@ class TabStripModelOrderController : public TabStripModelObserver { }; #endif // CHROME_BROWSER_TABS_TAB_STRIP_MODEL_ORDER_CONTROLLER_H__ - diff --git a/chrome/browser/tabs/tab_strip_model_unittest.cc b/chrome/browser/tabs/tab_strip_model_unittest.cc index 3778a93..2b29a16 100644 --- a/chrome/browser/tabs/tab_strip_model_unittest.cc +++ b/chrome/browser/tabs/tab_strip_model_unittest.cc @@ -1290,4 +1290,3 @@ TEST_F(TabStripModelTest, NavigationForgettingDoesntAffectNewTab) { strip.CloseAllTabs(); } - diff --git a/chrome/browser/task_manager.cc b/chrome/browser/task_manager.cc index ffc20cd..4a4ac65 100644 --- a/chrome/browser/task_manager.cc +++ b/chrome/browser/task_manager.cc @@ -1099,4 +1099,3 @@ views::View* TaskManager::GetContentsView() { TaskManager* TaskManager::GetInstance() { return Singleton<TaskManager>::get(); } - diff --git a/chrome/browser/task_manager.h b/chrome/browser/task_manager.h index 362a170..7776177 100644 --- a/chrome/browser/task_manager.h +++ b/chrome/browser/task_manager.h @@ -321,5 +321,3 @@ class TaskManagerTableModel : public views::GroupTableModel, }; #endif // CHROME_BROWSER_TASK_MANAGER_H_ - - diff --git a/chrome/browser/task_manager_resource_providers.cc b/chrome/browser/task_manager_resource_providers.cc index 1b68194..fbc340c 100644 --- a/chrome/browser/task_manager_resource_providers.cc +++ b/chrome/browser/task_manager_resource_providers.cc @@ -526,5 +526,3 @@ void TaskManagerBrowserProcessResourceProvider::StartUpdating() { void TaskManagerBrowserProcessResourceProvider::StopUpdating() { } - - diff --git a/chrome/browser/toolbar_model.cc b/chrome/browser/toolbar_model.cc index 803fa69..999514b 100644 --- a/chrome/browser/toolbar_model.cc +++ b/chrome/browser/toolbar_model.cc @@ -227,4 +227,3 @@ void ToolbarModel::CreateErrorText(NavigationEntry* entry, std::wstring* text) { } } } - diff --git a/chrome/browser/toolbar_model.h b/chrome/browser/toolbar_model.h index b50f350..daf3cea 100644 --- a/chrome/browser/toolbar_model.h +++ b/chrome/browser/toolbar_model.h @@ -88,4 +88,3 @@ class ToolbarModel { }; #endif // CHROME_BROWSER_TOOLBAR_MODEL_H__ - diff --git a/chrome/browser/views/about_chrome_view.h b/chrome/browser/views/about_chrome_view.h index 47292e3..e965c3c 100644 --- a/chrome/browser/views/about_chrome_view.h +++ b/chrome/browser/views/about_chrome_view.h @@ -175,4 +175,3 @@ class AboutChromeView : public views::View, }; #endif // CHROME_BROWSER_VIEWS_ABOUT_CHROME_VIEW_H_ - diff --git a/chrome/browser/views/bookmark_bar_view.h b/chrome/browser/views/bookmark_bar_view.h index 06b9e6c6..3475a61 100644 --- a/chrome/browser/views/bookmark_bar_view.h +++ b/chrome/browser/views/bookmark_bar_view.h @@ -440,4 +440,3 @@ class BookmarkBarView : public views::View, }; #endif // CHROME_BROWSER_VIEWS_BOOKMARK_BAR_VIEW_H_ - diff --git a/chrome/browser/views/bug_report_view.cc b/chrome/browser/views/bug_report_view.cc index e1375f9..63308aa 100644 --- a/chrome/browser/views/bug_report_view.cc +++ b/chrome/browser/views/bug_report_view.cc @@ -487,4 +487,3 @@ void BugReportView::ReportPhishing() { GURL(), PageTransition::LINK); } - diff --git a/chrome/browser/views/dom_view.cc b/chrome/browser/views/dom_view.cc index 16739a4..bd7f7df 100644 --- a/chrome/browser/views/dom_view.cc +++ b/chrome/browser/views/dom_view.cc @@ -38,4 +38,3 @@ bool DOMView::Init(Profile* profile, SiteInstance* instance) { host_->controller()->LoadURL(contents_, GURL(), PageTransition::START_PAGE); return true; } - diff --git a/chrome/browser/views/dom_view.h b/chrome/browser/views/dom_view.h index 92bf31f..d79c012 100644 --- a/chrome/browser/views/dom_view.h +++ b/chrome/browser/views/dom_view.h @@ -40,4 +40,3 @@ class DOMView : public views::HWNDView { }; #endif // CHROME_BROWSER_VIEWS_DOM_VIEW_H_ - diff --git a/chrome/browser/views/download_item_view.h b/chrome/browser/views/download_item_view.h index 1c8aaac..b7a95dc 100644 --- a/chrome/browser/views/download_item_view.h +++ b/chrome/browser/views/download_item_view.h @@ -222,4 +222,3 @@ class DownloadItemView : public views::NativeButton::Listener, }; #endif // CHROME_BROWSER_VIEWS_DOWNLOAD_ITEM_VIEW_H__ - diff --git a/chrome/browser/views/download_shelf_view.h b/chrome/browser/views/download_shelf_view.h index 9bf9032..36b2070 100644 --- a/chrome/browser/views/download_shelf_view.h +++ b/chrome/browser/views/download_shelf_view.h @@ -96,4 +96,3 @@ class DownloadShelfView : public DownloadShelf, }; #endif // CHROME_BROWSER_VIEWS_DOWNLOAD_SHELF_VIEW_H_ - diff --git a/chrome/browser/views/download_started_animation.cc b/chrome/browser/views/download_started_animation.cc index 42ce4b8..0b1ad01 100644 --- a/chrome/browser/views/download_started_animation.cc +++ b/chrome/browser/views/download_started_animation.cc @@ -115,4 +115,3 @@ void DownloadStartedAnimation::Observe(NotificationType type, const NotificationDetails& details) { Close(); } - diff --git a/chrome/browser/views/edit_keyword_controller.cc b/chrome/browser/views/edit_keyword_controller.cc index 1d9f2ed..05bf8fd 100644 --- a/chrome/browser/views/edit_keyword_controller.cc +++ b/chrome/browser/views/edit_keyword_controller.cc @@ -366,4 +366,3 @@ void EditKeywordController::CleanUpCancelledAdd() { template_url_ = NULL; } } - diff --git a/chrome/browser/views/event_utils.cc b/chrome/browser/views/event_utils.cc index 82dfd29..989deab 100644 --- a/chrome/browser/views/event_utils.cc +++ b/chrome/browser/views/event_utils.cc @@ -29,4 +29,3 @@ bool IsPossibleDispositionEvent(const views::MouseEvent& event) { } } - diff --git a/chrome/browser/views/event_utils.h b/chrome/browser/views/event_utils.h index 96549b8..0fdef8d 100644 --- a/chrome/browser/views/event_utils.h +++ b/chrome/browser/views/event_utils.h @@ -25,4 +25,3 @@ bool IsPossibleDispositionEvent(const views::MouseEvent& event); } #endif // CHROME_BROWSER_VIEWS_EVENT_UTILS_H__ - diff --git a/chrome/browser/views/external_protocol_dialog.cc b/chrome/browser/views/external_protocol_dialog.cc index 37e137c..d5b5126 100644 --- a/chrome/browser/views/external_protocol_dialog.cc +++ b/chrome/browser/views/external_protocol_dialog.cc @@ -138,4 +138,3 @@ std::wstring ExternalProtocolDialog::GetApplicationForProtocol( return std::wstring(); } } - diff --git a/chrome/browser/views/first_run_bubble.cc b/chrome/browser/views/first_run_bubble.cc index 1ed7916..dc14153 100644 --- a/chrome/browser/views/first_run_bubble.cc +++ b/chrome/browser/views/first_run_bubble.cc @@ -218,4 +218,3 @@ FirstRunBubble* FirstRunBubble::Show(Profile* profile, HWND parent_hwnd, void FirstRunBubble::EnableParent() { ::EnableWindow(GetParent(), true); } - diff --git a/chrome/browser/views/first_run_bubble.h b/chrome/browser/views/first_run_bubble.h index 6dd1afc..a358aa8 100644 --- a/chrome/browser/views/first_run_bubble.h +++ b/chrome/browser/views/first_run_bubble.h @@ -48,4 +48,3 @@ class FirstRunBubble : public InfoBubble, }; #endif // CHROME_BROWSER_VIEWS_FIRST_RUN_BUBBLE_H__ - diff --git a/chrome/browser/views/first_run_customize_view.cc b/chrome/browser/views/first_run_customize_view.cc index e5d89cc..3681ee4 100644 --- a/chrome/browser/views/first_run_customize_view.cc +++ b/chrome/browser/views/first_run_customize_view.cc @@ -223,4 +223,3 @@ bool FirstRunCustomizeView::Cancel() { return true; } - diff --git a/chrome/browser/views/first_run_customize_view.h b/chrome/browser/views/first_run_customize_view.h index 6a20a14..4138d62 100644 --- a/chrome/browser/views/first_run_customize_view.h +++ b/chrome/browser/views/first_run_customize_view.h @@ -83,4 +83,3 @@ class FirstRunCustomizeView : public FirstRunViewBase, }; #endif // CHROME_BROWSER_VIEWS_FIRST_RUN_CUSTOMIZE_VIEW_H_ - diff --git a/chrome/browser/views/first_run_view.cc b/chrome/browser/views/first_run_view.cc index a10aae2..3c67693 100644 --- a/chrome/browser/views/first_run_view.cc +++ b/chrome/browser/views/first_run_view.cc @@ -203,4 +203,3 @@ void FirstRunView::CustomizeAccepted() { void FirstRunView::CustomizeCanceled() { UserMetrics::RecordAction(L"FirstRunCustom_Cancel", profile_); } - diff --git a/chrome/browser/views/first_run_view_base.h b/chrome/browser/views/first_run_view_base.h index 6a93524..ef7fdf3 100644 --- a/chrome/browser/views/first_run_view_base.h +++ b/chrome/browser/views/first_run_view_base.h @@ -91,4 +91,3 @@ class FirstRunViewBase : public views::View, }; #endif // CHROME_BROWSER_VIEWS_FIRST_RUN_VIEW_BASE_H_ - diff --git a/chrome/browser/views/frame/browser_frame.cc b/chrome/browser/views/frame/browser_frame.cc index ad7beff..ef59a12 100644 --- a/chrome/browser/views/frame/browser_frame.cc +++ b/chrome/browser/views/frame/browser_frame.cc @@ -191,4 +191,3 @@ void BrowserFrame::UpdateDWMFrame() { } DwmExtendFrameIntoClientArea(GetHWND(), &margins); } - diff --git a/chrome/browser/views/frame/browser_frame.h b/chrome/browser/views/frame/browser_frame.h index c7efcab..3c95858 100644 --- a/chrome/browser/views/frame/browser_frame.h +++ b/chrome/browser/views/frame/browser_frame.h @@ -89,4 +89,3 @@ class BrowserFrame : public views::Window { }; #endif // #ifndef CHROME_BROWSER_VIEWS_FRAME_BROWSER_FRAME_ - diff --git a/chrome/browser/views/frame/browser_view.cc b/chrome/browser/views/frame/browser_view.cc index ebd48887..5836e55 100644 --- a/chrome/browser/views/frame/browser_view.cc +++ b/chrome/browser/views/frame/browser_view.cc @@ -1675,4 +1675,3 @@ BrowserWindow* BrowserWindow::CreateBrowserWindow(Browser* browser) { (new BrowserFrame(browser_view))->Init(); return browser_view; } - diff --git a/chrome/browser/views/frame/glass_browser_frame_view.cc b/chrome/browser/views/frame/glass_browser_frame_view.cc index 9fce143..5812350 100644 --- a/chrome/browser/views/frame/glass_browser_frame_view.cc +++ b/chrome/browser/views/frame/glass_browser_frame_view.cc @@ -421,4 +421,3 @@ void GlassBrowserFrameView::InitClass() { initialized = true; } } - diff --git a/chrome/browser/views/frame/glass_browser_frame_view.h b/chrome/browser/views/frame/glass_browser_frame_view.h index 626f23d..166ebd8 100644 --- a/chrome/browser/views/frame/glass_browser_frame_view.h +++ b/chrome/browser/views/frame/glass_browser_frame_view.h @@ -104,4 +104,3 @@ class GlassBrowserFrameView : public BrowserNonClientFrameView { }; #endif // #ifndef CHROME_BROWSER_VIEWS_FRAME_GLASS_BROWSER_FRAME_VIEW_H_ - diff --git a/chrome/browser/views/frame/opaque_browser_frame_view.h b/chrome/browser/views/frame/opaque_browser_frame_view.h index e21ff3d..d62bf71 100644 --- a/chrome/browser/views/frame/opaque_browser_frame_view.h +++ b/chrome/browser/views/frame/opaque_browser_frame_view.h @@ -163,4 +163,3 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView, }; #endif // #ifndef CHROME_BROWSER_VIEWS_FRAME_OPAQUE_BROWSER_FRAME_VIEW_H_ - diff --git a/chrome/browser/views/go_button.cc b/chrome/browser/views/go_button.cc index 45ab605..fbdd6b8 100644 --- a/chrome/browser/views/go_button.cc +++ b/chrome/browser/views/go_button.cc @@ -131,4 +131,3 @@ bool GoButton::GetTooltipText(int x, int y, std::wstring* tooltip) { l10n_util::GetStringF(IDS_TOOLTIP_GO_SEARCH, L"Google", current_text)); return true; } - diff --git a/chrome/browser/views/go_button.h b/chrome/browser/views/go_button.h index 4566184..372bff5 100644 --- a/chrome/browser/views/go_button.h +++ b/chrome/browser/views/go_button.h @@ -64,4 +64,3 @@ class GoButton : public views::ToggleButton { }; #endif // CHROME_BROWSER_VIEWS_GO_BUTTON_H__ - diff --git a/chrome/browser/views/html_dialog_view.cc b/chrome/browser/views/html_dialog_view.cc index 788bd1a..0d5830b 100644 --- a/chrome/browser/views/html_dialog_view.cc +++ b/chrome/browser/views/html_dialog_view.cc @@ -183,4 +183,3 @@ void HtmlDialogView::InitDialog() { host->Init(this); host->set_delegate(this); } - diff --git a/chrome/browser/views/html_dialog_view.h b/chrome/browser/views/html_dialog_view.h index e03997f..c7a91fa 100644 --- a/chrome/browser/views/html_dialog_view.h +++ b/chrome/browser/views/html_dialog_view.h @@ -101,4 +101,3 @@ class HtmlDialogView }; #endif // CHROME_BROWSER_VIEWS_HTML_DIALOG_VIEW_H_ - diff --git a/chrome/browser/views/hung_renderer_view.h b/chrome/browser/views/hung_renderer_view.h index 5ca5dea..bf60962 100644 --- a/chrome/browser/views/hung_renderer_view.h +++ b/chrome/browser/views/hung_renderer_view.h @@ -29,4 +29,3 @@ class HungRendererWarning { #endif // CHROME_BROWSER_VIEWS_HUNG_RENDERER_VIEW_H__ - diff --git a/chrome/browser/views/hwnd_html_view.h b/chrome/browser/views/hwnd_html_view.h index 6f57ea3..49c6e34 100644 --- a/chrome/browser/views/hwnd_html_view.h +++ b/chrome/browser/views/hwnd_html_view.h @@ -64,4 +64,3 @@ class HWNDHtmlView : public views::HWNDView { }; #endif // CHROME_BROWSER_VIEWS_HWND_HTML_VIEW_H_ - diff --git a/chrome/browser/views/importer_lock_view.cc b/chrome/browser/views/importer_lock_view.cc index b9b9a8a..f9019af 100644 --- a/chrome/browser/views/importer_lock_view.cc +++ b/chrome/browser/views/importer_lock_view.cc @@ -78,4 +78,3 @@ bool ImporterLockView::Cancel() { views::View* ImporterLockView::GetContentsView() { return this; } - diff --git a/chrome/browser/views/importer_lock_view.h b/chrome/browser/views/importer_lock_view.h index 04926ae..a3be110 100644 --- a/chrome/browser/views/importer_lock_view.h +++ b/chrome/browser/views/importer_lock_view.h @@ -44,4 +44,3 @@ class ImporterLockView : public views::View, }; #endif // CHROME_BROWSER_VIEWS_IMPORTER_LOCK_VIEW_H__ - diff --git a/chrome/browser/views/importer_view.h b/chrome/browser/views/importer_view.h index 4f6efec..1e9aaad 100644 --- a/chrome/browser/views/importer_view.h +++ b/chrome/browser/views/importer_view.h @@ -92,4 +92,3 @@ class ImporterView : public views::View, }; #endif // CHROME_BROWSER_VIEWS_IMPORTER_VIEW_H__ - diff --git a/chrome/browser/views/importing_progress_view.cc b/chrome/browser/views/importing_progress_view.cc index 82c8047..74adee6 100644 --- a/chrome/browser/views/importing_progress_view.cc +++ b/chrome/browser/views/importing_progress_view.cc @@ -312,4 +312,3 @@ void StartImportingWithUI(HWND parent_window, new ProfileWriter(target_profile), first_run); } - diff --git a/chrome/browser/views/importing_progress_view.h b/chrome/browser/views/importing_progress_view.h index 61ec12f..0225bb0 100644 --- a/chrome/browser/views/importing_progress_view.h +++ b/chrome/browser/views/importing_progress_view.h @@ -90,4 +90,3 @@ class ImportingProgressView : public views::View, }; #endif // CHROME_BROWSER_VIEWS_IMPORTING_PROGRESS_VIEW_H_ - diff --git a/chrome/browser/views/input_window.cc b/chrome/browser/views/input_window.cc index fb051e3..6add8e8 100644 --- a/chrome/browser/views/input_window.cc +++ b/chrome/browser/views/input_window.cc @@ -168,4 +168,3 @@ views::Window* CreateInputWindow(HWND parent_hwnd, window->client_view()->AsDialogClientView()->UpdateDialogButtons(); return window; } - diff --git a/chrome/browser/views/input_window.h b/chrome/browser/views/input_window.h index e9cd7e9..879ac92 100644 --- a/chrome/browser/views/input_window.h +++ b/chrome/browser/views/input_window.h @@ -41,4 +41,3 @@ views::Window* CreateInputWindow(HWND parent_hwnd, InputWindowDelegate* delegate); #endif // CHROME_BROWSER_VIEWS_INPUT_WINDOW_H__ - diff --git a/chrome/browser/views/keyword_editor_view.h b/chrome/browser/views/keyword_editor_view.h index c2135a4..8d475e7 100644 --- a/chrome/browser/views/keyword_editor_view.h +++ b/chrome/browser/views/keyword_editor_view.h @@ -203,4 +203,3 @@ class KeywordEditorView : public views::View, }; #endif // CHROME_BROWSER_VIEWS_KEYWORD_EDITOR_VIEW_H_ - diff --git a/chrome/browser/views/keyword_editor_view_unittest.cc b/chrome/browser/views/keyword_editor_view_unittest.cc index 4d04a07..f480f0e 100644 --- a/chrome/browser/views/keyword_editor_view_unittest.cc +++ b/chrome/browser/views/keyword_editor_view_unittest.cc @@ -142,4 +142,3 @@ TEST_F(KeywordEditorViewTest, MutateTemplateURLModel) { ASSERT_EQ(1, table_model()->RowCount()); ASSERT_EQ(0, table_model()->IndexOfTemplateURL(turl)); } - diff --git a/chrome/browser/views/location_bar_view.h b/chrome/browser/views/location_bar_view.h index e6b1764..07b9e06 100644 --- a/chrome/browser/views/location_bar_view.h +++ b/chrome/browser/views/location_bar_view.h @@ -393,4 +393,3 @@ class LocationBarView : public LocationBar, }; #endif // CHROME_BROWSER_VIEWS_LOCATION_BAR_VIEW_H__ - diff --git a/chrome/browser/views/login_view.cc b/chrome/browser/views/login_view.cc index 3259307d..2652ea3 100644 --- a/chrome/browser/views/login_view.cc +++ b/chrome/browser/views/login_view.cc @@ -121,4 +121,3 @@ void LoginView::FocusFirstField() { } } // namespace - diff --git a/chrome/browser/views/login_view.h b/chrome/browser/views/login_view.h index 10aa07a..36e2591 100644 --- a/chrome/browser/views/login_view.h +++ b/chrome/browser/views/login_view.h @@ -81,4 +81,3 @@ class LoginView : public View, public LoginModelObserver { } // namespace #endif // CHROME_BROWSER_VIEWS_LOGIN_VIEW_H__ - diff --git a/chrome/browser/views/options/advanced_contents_view.cc b/chrome/browser/views/options/advanced_contents_view.cc index 080f578..8a02880 100644 --- a/chrome/browser/views/options/advanced_contents_view.cc +++ b/chrome/browser/views/options/advanced_contents_view.cc @@ -1214,4 +1214,3 @@ void AdvancedScrollViewContainer::Layout() { scroll_view_->SetBounds(lb); scroll_view_->Layout(); } - diff --git a/chrome/browser/views/options/advanced_contents_view.h b/chrome/browser/views/options/advanced_contents_view.h index 8d62bf1..4173d95 100644 --- a/chrome/browser/views/options/advanced_contents_view.h +++ b/chrome/browser/views/options/advanced_contents_view.h @@ -36,4 +36,3 @@ class AdvancedScrollViewContainer : public views::View { }; #endif // #ifndef CHROME_BROWSER_VIEWS_OPTIONS_ADVANCED_CONTENTS_VIEW_H__ - diff --git a/chrome/browser/views/options/advanced_page_view.cc b/chrome/browser/views/options/advanced_page_view.cc index b04f975..7c46822f 100644 --- a/chrome/browser/views/options/advanced_page_view.cc +++ b/chrome/browser/views/options/advanced_page_view.cc @@ -188,4 +188,3 @@ void AdvancedPageView::InitControlLayout() { layout->AddView(reset_to_default_button_, 1, 1, GridLayout::TRAILING, GridLayout::CENTER); } - diff --git a/chrome/browser/views/options/advanced_page_view.h b/chrome/browser/views/options/advanced_page_view.h index 75a7ee2..ac2fb80 100644 --- a/chrome/browser/views/options/advanced_page_view.h +++ b/chrome/browser/views/options/advanced_page_view.h @@ -40,4 +40,3 @@ class AdvancedPageView : public OptionsPageView, }; #endif // CHROME_BROWSER_VIEWS_OPTIONS_ADVANCED_PAGE_VIEW_H_ - diff --git a/chrome/browser/views/options/content_page_view.cc b/chrome/browser/views/options/content_page_view.cc index ed068b6..05e948b 100644 --- a/chrome/browser/views/options/content_page_view.cc +++ b/chrome/browser/views/options/content_page_view.cc @@ -519,4 +519,3 @@ void ContentPageView::UpdateDownloadDirectoryDisplay() { download_default_download_location_display_->SetFile( FilePath::FromWStringHack(default_download_location_.GetValue())); } - diff --git a/chrome/browser/views/options/content_page_view.h b/chrome/browser/views/options/content_page_view.h index c6c7127..ed9b45b 100644 --- a/chrome/browser/views/options/content_page_view.h +++ b/chrome/browser/views/options/content_page_view.h @@ -94,4 +94,3 @@ class ContentPageView : public OptionsPageView, }; #endif // #ifndef CHROME_BROWSER_VIEWS_OPTIONS_CONTENT_PAGE_VIEW_H__ - diff --git a/chrome/browser/views/options/fonts_languages_window_view.cc b/chrome/browser/views/options/fonts_languages_window_view.cc index 3939b25..1e4372d 100644 --- a/chrome/browser/views/options/fonts_languages_window_view.cc +++ b/chrome/browser/views/options/fonts_languages_window_view.cc @@ -99,4 +99,3 @@ void FontsLanguagesWindowView::Init() { tabs_->AddTab(l10n_util::GetString( IDS_FONT_LANGUAGE_SETTING_LANGUAGES_TAB_TITLE), languages_page_); } - diff --git a/chrome/browser/views/options/fonts_languages_window_view.h b/chrome/browser/views/options/fonts_languages_window_view.h index 0d9c77d..8d27727 100644 --- a/chrome/browser/views/options/fonts_languages_window_view.h +++ b/chrome/browser/views/options/fonts_languages_window_view.h @@ -67,4 +67,3 @@ class FontsLanguagesWindowView : public views::View, }; #endif // #ifndef CHROME_BROWSER_FONTS_LANGUAGE_WINDOW_H__ - diff --git a/chrome/browser/views/options/fonts_page_view.cc b/chrome/browser/views/options/fonts_page_view.cc index f8c4ea1..df9bb19 100644 --- a/chrome/browser/views/options/fonts_page_view.cc +++ b/chrome/browser/views/options/fonts_page_view.cc @@ -495,4 +495,3 @@ void FontsPageView::InitEncodingLayout() { layout->AddView(default_encoding_combobox_, 1, 1, GridLayout::FILL, GridLayout::CENTER); } - diff --git a/chrome/browser/views/options/fonts_page_view.h b/chrome/browser/views/options/fonts_page_view.h index 21bd2a1..ddc0e62 100644 --- a/chrome/browser/views/options/fonts_page_view.h +++ b/chrome/browser/views/options/fonts_page_view.h @@ -121,4 +121,3 @@ class FontsPageView : public OptionsPageView, }; #endif // #ifndef CHROME_BROWSER_VIEWS_OPTIONS_FONTS_PAGE_VIEW_H__ - diff --git a/chrome/browser/views/options/general_page_view.cc b/chrome/browser/views/options/general_page_view.cc index c614950..3fbc161c 100644 --- a/chrome/browser/views/options/general_page_view.cc +++ b/chrome/browser/views/options/general_page_view.cc @@ -1087,4 +1087,3 @@ void GeneralPageView::SetDefaultSearchProvider() { default_search_engines_model_->model()->SetDefaultSearchProvider( default_search_engines_model_->GetTemplateURLAt(index)); } - diff --git a/chrome/browser/views/options/general_page_view.h b/chrome/browser/views/options/general_page_view.h index 7860cff..9bee7fe 100644 --- a/chrome/browser/views/options/general_page_view.h +++ b/chrome/browser/views/options/general_page_view.h @@ -158,4 +158,3 @@ class GeneralPageView : public OptionsPageView, }; #endif // CHROME_BROWSER_VIEWS_OPTIONS_GENERAL_PAGE_VIEW_H_ - diff --git a/chrome/browser/views/options/language_combobox_model.cc b/chrome/browser/views/options/language_combobox_model.cc index 0930fbb..eccaaa7 100644 --- a/chrome/browser/views/options/language_combobox_model.cc +++ b/chrome/browser/views/options/language_combobox_model.cc @@ -163,4 +163,3 @@ int LanguageComboboxModel::GetSelectedLanguageIndex(const std::wstring& return GetIndexFromLocale(current_lang); } - diff --git a/chrome/browser/views/options/language_combobox_model.h b/chrome/browser/views/options/language_combobox_model.h index 9922fe8..896834c 100644 --- a/chrome/browser/views/options/language_combobox_model.h +++ b/chrome/browser/views/options/language_combobox_model.h @@ -68,4 +68,3 @@ class LanguageComboboxModel : public views::ComboBox::Model { }; #endif // #ifndef CHROME_BROWSER_VIEWS_OPTIONS_LANGUAGE_COMBOBOX_MODEL_H__ - diff --git a/chrome/browser/views/options/languages_page_view.h b/chrome/browser/views/options/languages_page_view.h index 3a7b104..9623317 100644 --- a/chrome/browser/views/options/languages_page_view.h +++ b/chrome/browser/views/options/languages_page_view.h @@ -109,4 +109,3 @@ class LanguagesPageView : public OptionsPageView, }; #endif // CHROME_BROWSER_VIEWS_OPTIONS_LANGUAGES_PAGE_VIEW_H__ - diff --git a/chrome/browser/views/options/options_group_view.cc b/chrome/browser/views/options/options_group_view.cc index 6ff1d14..19d3887 100644 --- a/chrome/browser/views/options/options_group_view.cc +++ b/chrome/browser/views/options/options_group_view.cc @@ -134,4 +134,3 @@ void OptionsGroupView::Init() { layout->AddView(separator_); } } - diff --git a/chrome/browser/views/options/options_group_view.h b/chrome/browser/views/options/options_group_view.h index f4050d9..8620030 100644 --- a/chrome/browser/views/options/options_group_view.h +++ b/chrome/browser/views/options/options_group_view.h @@ -59,4 +59,3 @@ class OptionsGroupView : public views::View { }; #endif // #ifndef CHROME_BROWSER_VIEWS_OPTIONS_OPTIONS_GROUP_VIEW_H__ - diff --git a/chrome/browser/views/options/options_page_view.h b/chrome/browser/views/options/options_page_view.h index f9e5110..ecb403d 100644 --- a/chrome/browser/views/options/options_page_view.h +++ b/chrome/browser/views/options/options_page_view.h @@ -77,4 +77,3 @@ class OptionsPageView : public views::View, }; #endif // #ifndef CHROME_BROWSER_VIEWS_OPTIONS_OPTIONS_PAGE_VIEW_H__ - diff --git a/chrome/browser/views/options/options_window_view.cc b/chrome/browser/views/options/options_window_view.cc index e301d76..04e24f0 100644 --- a/chrome/browser/views/options/options_window_view.cc +++ b/chrome/browser/views/options/options_window_view.cc @@ -241,4 +241,3 @@ void ShowOptionsWindow(OptionsPage page, } instance_->ShowOptionsPage(page, highlight_group); } - diff --git a/chrome/browser/views/page_info_window.cc b/chrome/browser/views/page_info_window.cc index 510784f..ad7f1cc 100644 --- a/chrome/browser/views/page_info_window.cc +++ b/chrome/browser/views/page_info_window.cc @@ -684,4 +684,3 @@ void PageInfoWindow::ShowCertDialog(int cert_id) { // modal to the browser window. BOOL rv = ::CryptUIDlgViewCertificate(&view_info, &properties_changed); } - diff --git a/chrome/browser/views/password_manager_exceptions_view.h b/chrome/browser/views/password_manager_exceptions_view.h index 0151a5b..836c027 100644 --- a/chrome/browser/views/password_manager_exceptions_view.h +++ b/chrome/browser/views/password_manager_exceptions_view.h @@ -96,4 +96,3 @@ class PasswordManagerExceptionsView : public views::View, DISALLOW_EVIL_CONSTRUCTORS(PasswordManagerExceptionsView); }; #endif // CHROME_BROWSER_PASSWORD_MANAGER_EXCEPTIONS_VIEW_H__ - diff --git a/chrome/browser/views/password_manager_view.h b/chrome/browser/views/password_manager_view.h index 6454db0..143567f 100644 --- a/chrome/browser/views/password_manager_view.h +++ b/chrome/browser/views/password_manager_view.h @@ -191,4 +191,3 @@ class PasswordManagerView : public views::View, DISALLOW_EVIL_CONSTRUCTORS(PasswordManagerView); }; #endif // CHROME_BROWSER_PASSWORD_MANAGER_VIEW_H__ - diff --git a/chrome/browser/views/repost_form_warning_view.cc b/chrome/browser/views/repost_form_warning_view.cc index b040b8f..fffb571 100644 --- a/chrome/browser/views/repost_form_warning_view.cc +++ b/chrome/browser/views/repost_form_warning_view.cc @@ -102,4 +102,3 @@ void RepostFormWarningView::Observe(NotificationType type, window()->Close(); } } - diff --git a/chrome/browser/views/restart_message_box.cc b/chrome/browser/views/restart_message_box.cc index d38d3fb..bd0c8ff 100644 --- a/chrome/browser/views/restart_message_box.cc +++ b/chrome/browser/views/restart_message_box.cc @@ -61,4 +61,3 @@ RestartMessageBox::RestartMessageBox(HWND parent_hwnd) { RestartMessageBox::~RestartMessageBox() { } - diff --git a/chrome/browser/views/restart_message_box.h b/chrome/browser/views/restart_message_box.h index 1e09a03..6721d20 100644 --- a/chrome/browser/views/restart_message_box.h +++ b/chrome/browser/views/restart_message_box.h @@ -38,4 +38,3 @@ class RestartMessageBox : public views::DialogDelegate { }; #endif // CHROME_BROWSER_VIEWS_RESTART_MESSAGE_BOX_H_ - diff --git a/chrome/browser/views/sad_tab_view.cc b/chrome/browser/views/sad_tab_view.cc index ca30aca..d7e2de4 100644 --- a/chrome/browser/views/sad_tab_view.cc +++ b/chrome/browser/views/sad_tab_view.cc @@ -97,5 +97,3 @@ void SadTabView::InitClass() { initialized = true; } } - - diff --git a/chrome/browser/views/sad_tab_view.h b/chrome/browser/views/sad_tab_view.h index be33df1..5b2f7e7 100644 --- a/chrome/browser/views/sad_tab_view.h +++ b/chrome/browser/views/sad_tab_view.h @@ -55,4 +55,3 @@ class SadTabView : public views::View { }; #endif // CHROME_BROWSER_VIEWS_SAD_TAB_H__ - diff --git a/chrome/browser/views/shelf_item_dialog.cc b/chrome/browser/views/shelf_item_dialog.cc index d7c5518..99d7f7e 100644 --- a/chrome/browser/views/shelf_item_dialog.cc +++ b/chrome/browser/views/shelf_item_dialog.cc @@ -512,4 +512,3 @@ void ShelfItemDialog::OnDoubleClick() { GURL ShelfItemDialog::GetInputURL() const { return GURL(URLFixerUpper::FixupURL(url_field_->GetText(), L"")); } - diff --git a/chrome/browser/views/shelf_item_dialog.h b/chrome/browser/views/shelf_item_dialog.h index f6cb7db..8aff06c 100644 --- a/chrome/browser/views/shelf_item_dialog.h +++ b/chrome/browser/views/shelf_item_dialog.h @@ -124,4 +124,3 @@ class ShelfItemDialog : public views::View, }; #endif // CHROME_BROWSER_VIEWS_SHELF_ITEM_DIALOG_H__ - diff --git a/chrome/browser/views/standard_layout.h b/chrome/browser/views/standard_layout.h index 17e3855..3c3d5b63 100644 --- a/chrome/browser/views/standard_layout.h +++ b/chrome/browser/views/standard_layout.h @@ -75,4 +75,3 @@ static views::GridLayout* CreatePanelGridLayout(views::View* host) { } #endif // CHROME_BROWSER_VIEWS_STANDARD_LAYOUT_H__ - diff --git a/chrome/browser/views/status_bubble_views.h b/chrome/browser/views/status_bubble_views.h index 945290c..e5e565a 100644 --- a/chrome/browser/views/status_bubble_views.h +++ b/chrome/browser/views/status_bubble_views.h @@ -68,4 +68,3 @@ class StatusBubbleViews : public StatusBubble { }; #endif // CHROME_BROWSER_VIEWS_STATUS_BUBBLE_VIEWS_H_ - diff --git a/chrome/browser/views/tab_contents_container_view.cc b/chrome/browser/views/tab_contents_container_view.cc index f8261704..3031835 100644 --- a/chrome/browser/views/tab_contents_container_view.cc +++ b/chrome/browser/views/tab_contents_container_view.cc @@ -258,4 +258,3 @@ void TabContentsContainerView::TabContentsDestroyed(TabContents* contents) { DCHECK(contents == tab_contents_); SetTabContents(NULL); } - diff --git a/chrome/browser/views/tab_icon_view.cc b/chrome/browser/views/tab_icon_view.cc index 51db9bf..7a7c972 100644 --- a/chrome/browser/views/tab_icon_view.cc +++ b/chrome/browser/views/tab_icon_view.cc @@ -146,4 +146,3 @@ void TabIconView::Paint(ChromeCanvas* canvas) { gfx::Size TabIconView::GetPreferredSize() { return gfx::Size(kFavIconSize, kFavIconSize); } - diff --git a/chrome/browser/views/tabs/dragged_tab_view.cc b/chrome/browser/views/tabs/dragged_tab_view.cc index 3b5e218..aae0052 100644 --- a/chrome/browser/views/tabs/dragged_tab_view.cc +++ b/chrome/browser/views/tabs/dragged_tab_view.cc @@ -237,4 +237,3 @@ void DraggedTabView::ResizeContainer() { int DraggedTabView::ScaleValue(int value) { return attached_ ? value : static_cast<int>(value * kScalingFactor); } - diff --git a/chrome/browser/views/tabs/dragged_tab_view.h b/chrome/browser/views/tabs/dragged_tab_view.h index e219a5d..fb26254 100644 --- a/chrome/browser/views/tabs/dragged_tab_view.h +++ b/chrome/browser/views/tabs/dragged_tab_view.h @@ -116,4 +116,3 @@ class DraggedTabView : public views::View, }; #endif // CHROME_BROWSER_VIEWS_TABS_DRAGGED_TAB_VIEW_H_ - diff --git a/chrome/browser/views/tabs/hwnd_photobooth.h b/chrome/browser/views/tabs/hwnd_photobooth.h index 56a5eb2..e621e24 100644 --- a/chrome/browser/views/tabs/hwnd_photobooth.h +++ b/chrome/browser/views/tabs/hwnd_photobooth.h @@ -59,4 +59,3 @@ class HWNDPhotobooth { }; #endif // #ifndef CHROME_BROWSER_VIEWS_TABS_HWND_PHOTOBOOTH_H__ - diff --git a/chrome/browser/views/tabs/tab.h b/chrome/browser/views/tabs/tab.h index 8d3e50a..9c136ae 100644 --- a/chrome/browser/views/tabs/tab.h +++ b/chrome/browser/views/tabs/tab.h @@ -138,4 +138,3 @@ class Tab : public TabRenderer, }; #endif // CHROME_BROWSER_VIEWS_TABS_TAB_H_ - diff --git a/chrome/browser/views/tabs/tab_dragging_test.cc b/chrome/browser/views/tabs/tab_dragging_test.cc index 76a6574b..919df66 100644 --- a/chrome/browser/views/tabs/tab_dragging_test.cc +++ b/chrome/browser/views/tabs/tab_dragging_test.cc @@ -499,4 +499,3 @@ TEST_F(TabDraggingTest, Tab2OutOfTabStrip) { EXPECT_NE(tab1_2_url.spec(), tab1_url.spec()); EXPECT_NE(tab1_2_url.spec(), tab3_url.spec()); } - diff --git a/chrome/browser/views/tabs/tab_renderer.cc b/chrome/browser/views/tabs/tab_renderer.cc index 932fd32..3d5556c 100644 --- a/chrome/browser/views/tabs/tab_renderer.cc +++ b/chrome/browser/views/tabs/tab_renderer.cc @@ -701,4 +701,3 @@ void TabRenderer::DisplayCrashedFavIcon() { void TabRenderer::ResetCrashedFavIcon() { should_display_crashed_favicon_ = false; } - diff --git a/chrome/browser/views/tabs/tab_renderer.h b/chrome/browser/views/tabs/tab_renderer.h index 68df3e3..96f2766 100644 --- a/chrome/browser/views/tabs/tab_renderer.h +++ b/chrome/browser/views/tabs/tab_renderer.h @@ -174,4 +174,3 @@ class TabRenderer : public views::View, }; #endif // CHROME_BROWSER_VIEWS_TABS_TAB_RENDERER_H__ - diff --git a/chrome/browser/views/tabs/tab_strip.h b/chrome/browser/views/tabs/tab_strip.h index 1cffb945..e673507 100644 --- a/chrome/browser/views/tabs/tab_strip.h +++ b/chrome/browser/views/tabs/tab_strip.h @@ -359,4 +359,3 @@ class TabStrip : public views::View, }; #endif // CHROME_BROWSER_VIEWS_TABS_TAB_STRIP_H__ - diff --git a/chrome/browser/views/theme_helpers.cc b/chrome/browser/views/theme_helpers.cc index d67d6d3..a1b802f 100644 --- a/chrome/browser/views/theme_helpers.cc +++ b/chrome/browser/views/theme_helpers.cc @@ -90,5 +90,3 @@ void GetDarkLineColor(SkColor* dark_color) { GetBValue(shadow_ref)); } } - - diff --git a/chrome/browser/views/theme_helpers.h b/chrome/browser/views/theme_helpers.h index 979cf86..679b878 100644 --- a/chrome/browser/views/theme_helpers.h +++ b/chrome/browser/views/theme_helpers.h @@ -27,4 +27,3 @@ void GetRebarGradientColors(int width, int x1, int x2, void GetDarkLineColor(SkColor* dark_color); #endif // #ifndef CHROME_BROWSER_VIEWS_THEME_HELPERS_H__ - diff --git a/chrome/browser/views/toolbar_star_toggle.h b/chrome/browser/views/toolbar_star_toggle.h index f9b0a9a..a794bb9 100644 --- a/chrome/browser/views/toolbar_star_toggle.h +++ b/chrome/browser/views/toolbar_star_toggle.h @@ -59,4 +59,3 @@ class ToolbarStarToggle : public views::ToggleButton, }; #endif // CHROME_BROWSER_VIEWS_TOOLBAR_STAR_TOGGLE_H_ - diff --git a/chrome/browser/views/toolbar_view.cc b/chrome/browser/views/toolbar_view.cc index c1b40c4..710c330 100644 --- a/chrome/browser/views/toolbar_view.cc +++ b/chrome/browser/views/toolbar_view.cc @@ -845,4 +845,3 @@ bool BrowserToolbarView::GetAcceleratorInfo(int id, // Else, we retrieve the accelerator information from the frame. return GetWidget()->GetAccelerator(id, accel); } - diff --git a/chrome/browser/views/user_data_dir_dialog.cc b/chrome/browser/views/user_data_dir_dialog.cc index 48719a0..b80208d 100644 --- a/chrome/browser/views/user_data_dir_dialog.cc +++ b/chrome/browser/views/user_data_dir_dialog.cc @@ -99,4 +99,3 @@ void UserDataDirDialog::FileSelected(const std::wstring& path, void* params) { void UserDataDirDialog::FileSelectionCanceled(void* params) { } - diff --git a/chrome/browser/views/user_data_dir_dialog.h b/chrome/browser/views/user_data_dir_dialog.h index cec3406..edc3894 100644 --- a/chrome/browser/views/user_data_dir_dialog.h +++ b/chrome/browser/views/user_data_dir_dialog.h @@ -68,4 +68,3 @@ class UserDataDirDialog : public views::DialogDelegate, }; #endif // CHROME_BROWSER_USER_DATA_DIR_DIALOG_H__ - diff --git a/chrome/browser/visitedlink_master.h b/chrome/browser/visitedlink_master.h index b9ebca4..e1c4fb4 100644 --- a/chrome/browser/visitedlink_master.h +++ b/chrome/browser/visitedlink_master.h @@ -397,4 +397,3 @@ inline void VisitedLinkMaster::DebugValidate() { #endif #endif // CHROME_BROWSER_VISITEDLINK_MASTER_H__ - diff --git a/chrome/browser/visitedlink_perftest.cc b/chrome/browser/visitedlink_perftest.cc index 8184824..cb2da7f 100644 --- a/chrome/browser/visitedlink_perftest.cc +++ b/chrome/browser/visitedlink_perftest.cc @@ -190,4 +190,3 @@ TEST_F(VisitedLink, TestLoad) { LogPerfResult("Visited_link_hot_load_time", hot_sum / hot_load_times.size(), "ms"); } - diff --git a/chrome/browser/visitedlink_unittest.cc b/chrome/browser/visitedlink_unittest.cc index c3cbd0a..8f59462 100644 --- a/chrome/browser/visitedlink_unittest.cc +++ b/chrome/browser/visitedlink_unittest.cc @@ -373,4 +373,3 @@ TEST_F(VisitedLinkTest, Rebuild) { // Make sure the extra one was *not* written (Reload won't test this). EXPECT_FALSE(master_->IsVisited(TestURL(g_test_count))); } - diff --git a/chrome/browser/webdata/web_data_service.cc b/chrome/browser/webdata/web_data_service.cc index da430af..1687159 100644 --- a/chrome/browser/webdata/web_data_service.cc +++ b/chrome/browser/webdata/web_data_service.cc @@ -679,4 +679,3 @@ int WebDataService::GetNextRequestHandle() { AutoLock l(pending_lock_); return ++next_request_handle_; } - diff --git a/chrome/browser/webdata/web_database_unittest.cc b/chrome/browser/webdata/web_database_unittest.cc index d56edbd..cacb04d 100644 --- a/chrome/browser/webdata/web_database_unittest.cc +++ b/chrome/browser/webdata/web_database_unittest.cc @@ -676,4 +676,3 @@ TEST_F(WebDatabaseTest, WebAppImages) { ASSERT_EQ(16, images[1].height()); } } - diff --git a/chrome/browser/window_sizer.cc b/chrome/browser/window_sizer.cc index 69cbd7c..7d30f8d 100644 --- a/chrome/browser/window_sizer.cc +++ b/chrome/browser/window_sizer.cc @@ -372,4 +372,3 @@ void WindowSizer::AdjustBoundsToBeVisibleOnMonitorContaining( bounds->set_width(work_area.width() - 2 * kWindowTilePixels); } } - diff --git a/chrome/browser/window_sizer.h b/chrome/browser/window_sizer.h index 3a819b2..abc5115 100644 --- a/chrome/browser/window_sizer.h +++ b/chrome/browser/window_sizer.h @@ -146,4 +146,3 @@ class WindowSizer { #endif // #ifndef CHROME_BROWSER_WINDOW_SIZER_H__ - diff --git a/chrome/browser/window_sizer_unittest.cc b/chrome/browser/window_sizer_unittest.cc index 5980b3e..3769d63 100644 --- a/chrome/browser/window_sizer_unittest.cc +++ b/chrome/browser/window_sizer_unittest.cc @@ -592,4 +592,3 @@ TEST(WindowSizerTest, PersistedBoundsCase) { EXPECT_EQ(initial_bounds, window_bounds); } } - 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__ - diff --git a/chrome/installer/mini_installer/mini_installer.cc b/chrome/installer/mini_installer/mini_installer.cc index 6c659be..d82efaa 100644 --- a/chrome/installer/mini_installer/mini_installer.cc +++ b/chrome/installer/mini_installer/mini_installer.cc @@ -423,4 +423,3 @@ int MainEntryPoint() { int result = mini_installer::WMain(::GetModuleHandle(NULL)); ::ExitProcess(result); } - diff --git a/chrome/installer/mini_installer/mini_installer.h b/chrome/installer/mini_installer/mini_installer.h index 506e218..1ae3656 100644 --- a/chrome/installer/mini_installer/mini_installer.h +++ b/chrome/installer/mini_installer/mini_installer.h @@ -47,4 +47,3 @@ const wchar_t kManifestFilename[] = L"packed_files.txt"; } // namespace mini_installer #endif // CHROME_INSTALLER_MINI_INSTALLER__ - diff --git a/chrome/installer/mini_installer/pe_resource.cc b/chrome/installer/mini_installer/pe_resource.cc index d6eb7aa..ff840be 100644 --- a/chrome/installer/mini_installer/pe_resource.cc +++ b/chrome/installer/mini_installer/pe_resource.cc @@ -46,4 +46,3 @@ bool PEResource::WriteToDisk(const wchar_t* full_path) { } return ::CloseHandle(out_file) ? true : false; } - diff --git a/chrome/installer/mini_installer/pe_resource.h b/chrome/installer/mini_installer/pe_resource.h index dee7233..dc33990 100644 --- a/chrome/installer/mini_installer/pe_resource.h +++ b/chrome/installer/mini_installer/pe_resource.h @@ -39,4 +39,3 @@ class PEResource { }; #endif // CHROME_INSTALLER_MINI_INSTALLER_PE_RESOURCE__ - diff --git a/chrome/installer/setup/compat_checks_unittest.cc b/chrome/installer/setup/compat_checks_unittest.cc index 8fc93bf..def8632 100644 --- a/chrome/installer/setup/compat_checks_unittest.cc +++ b/chrome/installer/setup/compat_checks_unittest.cc @@ -21,4 +21,3 @@ TEST(CompatTests, SymantecSEPVersion) { EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(NULL)); } - diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc index e58c56d..e6c51dd 100644 --- a/chrome/installer/setup/install.cc +++ b/chrome/installer/setup/install.cc @@ -275,4 +275,3 @@ bool installer::InstallNewVersion(const std::wstring& exe_path, } return success; } - diff --git a/chrome/installer/setup/setup_constants.cc b/chrome/installer/setup/setup_constants.cc index d9bd2f2..256454e 100644 --- a/chrome/installer/setup/setup_constants.cc +++ b/chrome/installer/setup/setup_constants.cc @@ -20,4 +20,3 @@ const wchar_t kInstallSourceChromeDir[] = L"Chrome-bin"; const wchar_t kMediaPlayerRegPath[] = L"Software\\Microsoft\\MediaPlayer\\ShimInclusionList"; } // namespace installer - diff --git a/chrome/installer/setup/setup_constants.h b/chrome/installer/setup/setup_constants.h index fda44e9..d77b31c 100644 --- a/chrome/installer/setup/setup_constants.h +++ b/chrome/installer/setup/setup_constants.h @@ -23,4 +23,3 @@ extern const wchar_t kMediaPlayerRegPath[]; } // namespace installer #endif // CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__ - diff --git a/chrome/installer/setup/uninstall.h b/chrome/installer/setup/uninstall.h index 9004636..dc2241d 100644 --- a/chrome/installer/setup/uninstall.h +++ b/chrome/installer/setup/uninstall.h @@ -32,4 +32,3 @@ installer_util::InstallStatus UninstallChrome( } // namespace installer_setup #endif // CHROME_INSTALLER_SETUP_UNINSTALL_H__ - diff --git a/chrome/installer/util/browser_distribution.cc b/chrome/installer/util/browser_distribution.cc index 4d52c8c..f98e366 100644 --- a/chrome/installer/util/browser_distribution.cc +++ b/chrome/installer/util/browser_distribution.cc @@ -66,4 +66,3 @@ std::wstring BrowserDistribution::GetVersionKey() { void BrowserDistribution::UpdateDiffInstallStatus(bool system_install, bool incremental_install, installer_util::InstallStatus install_status) { } - diff --git a/chrome/installer/util/browser_distribution.h b/chrome/installer/util/browser_distribution.h index f48dcd8..3ff74a3 100644 --- a/chrome/installer/util/browser_distribution.h +++ b/chrome/installer/util/browser_distribution.h @@ -50,4 +50,3 @@ class BrowserDistribution { }; #endif // CHROME_INSTALLER_UTIL_BROWSER_DISTRIBUTION_H_ - diff --git a/chrome/installer/util/compat_checks.cc b/chrome/installer/util/compat_checks.cc index 3c1d3ae..2eaa2dd 100644 --- a/chrome/installer/util/compat_checks.cc +++ b/chrome/installer/util/compat_checks.cc @@ -56,4 +56,3 @@ bool HasIncompatibleSymantecEndpointVersion(const wchar_t* version) { return false; return IsBadSEPVersion(v0, v1, v2); } - diff --git a/chrome/installer/util/compat_checks_unittest.cc b/chrome/installer/util/compat_checks_unittest.cc index 3c43a26..2d6d295 100644 --- a/chrome/installer/util/compat_checks_unittest.cc +++ b/chrome/installer/util/compat_checks_unittest.cc @@ -20,4 +20,3 @@ TEST(CompatTests, SymantecSEP) { EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.b.3000.1")); } - diff --git a/chrome/installer/util/copy_tree_work_item.cc b/chrome/installer/util/copy_tree_work_item.cc index 0b51f95..5aa601c 100644 --- a/chrome/installer/util/copy_tree_work_item.cc +++ b/chrome/installer/util/copy_tree_work_item.cc @@ -145,4 +145,3 @@ bool CopyTreeWorkItem::GetBackupPath() { return true; } - diff --git a/chrome/installer/util/copy_tree_work_item.h b/chrome/installer/util/copy_tree_work_item.h index c7b5e41..d4c54bd 100644 --- a/chrome/installer/util/copy_tree_work_item.h +++ b/chrome/installer/util/copy_tree_work_item.h @@ -78,4 +78,3 @@ class CopyTreeWorkItem : public WorkItem { }; #endif // CHROME_INSTALLER_UTIL_COPY_TREE_WORK_ITEM_H__ - diff --git a/chrome/installer/util/copy_tree_work_item_unittest.cc b/chrome/installer/util/copy_tree_work_item_unittest.cc index 1e0c04a..b9a2dac3 100644 --- a/chrome/installer/util/copy_tree_work_item_unittest.cc +++ b/chrome/installer/util/copy_tree_work_item_unittest.cc @@ -667,4 +667,3 @@ TEST_F(CopyTreeWorkItemTest, CopyTree) { LOG(INFO) << "compare " << file_name_from_2 << " and " << file_name_to_2; EXPECT_TRUE(file_util::ContentsEqual(file_name_from_2, file_name_to_2)); } - diff --git a/chrome/installer/util/create_dir_work_item.cc b/chrome/installer/util/create_dir_work_item.cc index bbf0ae2..d02de53 100644 --- a/chrome/installer/util/create_dir_work_item.cc +++ b/chrome/installer/util/create_dir_work_item.cc @@ -67,4 +67,3 @@ void CreateDirWorkItem::Rollback() { return; } - diff --git a/chrome/installer/util/create_dir_work_item.h b/chrome/installer/util/create_dir_work_item.h index 2b98f16..4f3edf7 100644 --- a/chrome/installer/util/create_dir_work_item.h +++ b/chrome/installer/util/create_dir_work_item.h @@ -43,4 +43,3 @@ class CreateDirWorkItem : public WorkItem { }; #endif // CHROME_INSTALLER_UTIL_CREATE_DIR_WORK_ITEM_H__ - diff --git a/chrome/installer/util/create_dir_work_item_unittest.cc b/chrome/installer/util/create_dir_work_item_unittest.cc index 6382f5c..e179afc 100644 --- a/chrome/installer/util/create_dir_work_item_unittest.cc +++ b/chrome/installer/util/create_dir_work_item_unittest.cc @@ -142,4 +142,3 @@ TEST_F(CreateDirWorkItemTest, RollbackWithMissingDir) { // the rest. EXPECT_FALSE(file_util::PathExists(dir_to_create_1)); } - diff --git a/chrome/installer/util/create_reg_key_work_item.cc b/chrome/installer/util/create_reg_key_work_item.cc index 3de9ac2..78536de 100644 --- a/chrome/installer/util/create_reg_key_work_item.cc +++ b/chrome/installer/util/create_reg_key_work_item.cc @@ -103,4 +103,3 @@ bool CreateRegKeyWorkItem::InitKeyList() { return true; } - diff --git a/chrome/installer/util/create_reg_key_work_item.h b/chrome/installer/util/create_reg_key_work_item.h index 029dfee..0c6c831 100644 --- a/chrome/installer/util/create_reg_key_work_item.h +++ b/chrome/installer/util/create_reg_key_work_item.h @@ -47,4 +47,3 @@ class CreateRegKeyWorkItem : public WorkItem { }; #endif // CHROME_INSTALLER_UTIL_CREATE_REG_KEY_WORK_ITEM_H__ - diff --git a/chrome/installer/util/create_reg_key_work_item_unittest.cc b/chrome/installer/util/create_reg_key_work_item_unittest.cc index 649b8fc..21280b9 100644 --- a/chrome/installer/util/create_reg_key_work_item_unittest.cc +++ b/chrome/installer/util/create_reg_key_work_item_unittest.cc @@ -174,4 +174,3 @@ TEST_F(CreateRegKeyWorkItemTest, RollbackWithSetValue) { // Rollback should not remove the key. EXPECT_TRUE(key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ)); } - diff --git a/chrome/installer/util/delete_reg_value_work_item.cc b/chrome/installer/util/delete_reg_value_work_item.cc index b2f162a..ff49167 100644 --- a/chrome/installer/util/delete_reg_value_work_item.cc +++ b/chrome/installer/util/delete_reg_value_work_item.cc @@ -79,4 +79,3 @@ void DeleteRegValueWorkItem::Rollback() { key.Close(); return; } - diff --git a/chrome/installer/util/delete_reg_value_work_item.h b/chrome/installer/util/delete_reg_value_work_item.h index 164279a..3656ee5 100644 --- a/chrome/installer/util/delete_reg_value_work_item.h +++ b/chrome/installer/util/delete_reg_value_work_item.h @@ -62,4 +62,3 @@ class DeleteRegValueWorkItem : public WorkItem { }; #endif // CHROME_INSTALLER_UTIL_DELETE_REG_VALUE_WORK_ITEM_H_ - diff --git a/chrome/installer/util/delete_tree_work_item.cc b/chrome/installer/util/delete_tree_work_item.cc index cc270a7..dd689ff 100644 --- a/chrome/installer/util/delete_tree_work_item.cc +++ b/chrome/installer/util/delete_tree_work_item.cc @@ -70,4 +70,3 @@ bool DeleteTreeWorkItem::GetBackupPath(std::wstring for_path, return true; } - diff --git a/chrome/installer/util/delete_tree_work_item.h b/chrome/installer/util/delete_tree_work_item.h index 64b7a28..571d2d0 100644 --- a/chrome/installer/util/delete_tree_work_item.h +++ b/chrome/installer/util/delete_tree_work_item.h @@ -47,4 +47,3 @@ class DeleteTreeWorkItem : public WorkItem { }; #endif // CHROME_INSTALLER_UTIL_DELETE_TREE_WORK_ITEM_H__ - diff --git a/chrome/installer/util/delete_tree_work_item_unittest.cc b/chrome/installer/util/delete_tree_work_item_unittest.cc index 282aa0d..ec11a2e 100644 --- a/chrome/installer/util/delete_tree_work_item_unittest.cc +++ b/chrome/installer/util/delete_tree_work_item_unittest.cc @@ -216,4 +216,3 @@ TEST_F(DeleteTreeWorkItemTest, DeleteTreeInUse) { // make sure the handle is closed. WaitForSingleObject(pi.hProcess, INFINITE); } - diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h index f0bc8bd..1dc53a5 100644 --- a/chrome/installer/util/google_chrome_distribution.h +++ b/chrome/installer/util/google_chrome_distribution.h @@ -85,4 +85,3 @@ class GoogleChromeDistribution : public BrowserDistribution { }; #endif // CHROME_INSTALLER_UTIL_GOOGLE_CHROME_DISTRIBUTION_H_ - diff --git a/chrome/installer/util/google_update_constants.cc b/chrome/installer/util/google_update_constants.cc index fc2dbc7..fd18e09 100644 --- a/chrome/installer/util/google_update_constants.cc +++ b/chrome/installer/util/google_update_constants.cc @@ -27,4 +27,3 @@ const wchar_t kRegReferralField[] = L"referral"; const wchar_t kEnvProductVersionKey[] = L"CHROME_VERSION"; } // namespace installer - diff --git a/chrome/installer/util/google_update_constants.h b/chrome/installer/util/google_update_constants.h index 66b1efe..f6b833f 100644 --- a/chrome/installer/util/google_update_constants.h +++ b/chrome/installer/util/google_update_constants.h @@ -34,4 +34,3 @@ extern const wchar_t kEnvProductVersionKey[]; } // namespace google_update #endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_ - diff --git a/chrome/installer/util/google_update_settings.h b/chrome/installer/util/google_update_settings.h index f45d1fc..8ae65b4 100644 --- a/chrome/installer/util/google_update_settings.h +++ b/chrome/installer/util/google_update_settings.h @@ -49,4 +49,3 @@ class GoogleUpdateSettings { }; #endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_SETTINGS_H_ - diff --git a/chrome/installer/util/helper.cc b/chrome/installer/util/helper.cc index b7dd3c6..51d095c 100644 --- a/chrome/installer/util/helper.cc +++ b/chrome/installer/util/helper.cc @@ -110,4 +110,3 @@ void installer::RemoveOldVersionDirs(const std::wstring& chrome_path, FindClose(file_handle); } - diff --git a/chrome/installer/util/helper.h b/chrome/installer/util/helper.h index c4678b5..c59ca89 100644 --- a/chrome/installer/util/helper.h +++ b/chrome/installer/util/helper.h @@ -42,4 +42,3 @@ void RemoveOldVersionDirs(const std::wstring& chrome_path, } // namespace installer #endif - diff --git a/chrome/installer/util/helper_unittest.cc b/chrome/installer/util/helper_unittest.cc index b35a11b..7692284 100644 --- a/chrome/installer/util/helper_unittest.cc +++ b/chrome/installer/util/helper_unittest.cc @@ -193,4 +193,3 @@ TEST_F(SetupHelperTest, DeleteInUsed) { // the latest version should stay EXPECT_TRUE(file_util::PathExists(chrome_dll_4)); } - diff --git a/chrome/installer/util/html_dialog.h b/chrome/installer/util/html_dialog.h index 46ed1c8..468237e0 100644 --- a/chrome/installer/util/html_dialog.h +++ b/chrome/installer/util/html_dialog.h @@ -92,4 +92,3 @@ class EulaHTMLDialog { } // namespace installer #endif // CHROME_INSTALLER_UTIL_HTML_DIALOG_H_ - diff --git a/chrome/installer/util/html_dialog_impl.cc b/chrome/installer/util/html_dialog_impl.cc index 8925016..f896d0e 100644 --- a/chrome/installer/util/html_dialog_impl.cc +++ b/chrome/installer/util/html_dialog_impl.cc @@ -183,4 +183,3 @@ EulaHTMLDialog::Outcome EulaHTMLDialog::ShowModal() { } } // namespace installer - diff --git a/chrome/installer/util/install_util.h b/chrome/installer/util/install_util.h index ee6e2ff..68b0538 100644 --- a/chrome/installer/util/install_util.h +++ b/chrome/installer/util/install_util.h @@ -59,4 +59,3 @@ class InstallUtil { #endif // CHROME_INSTALLER_UTIL_INSTALL_UTIL_H__ - diff --git a/chrome/installer/util/l10n_string_util.cc b/chrome/installer/util/l10n_string_util.cc index 0675dca..46ed565 100644 --- a/chrome/installer/util/l10n_string_util.cc +++ b/chrome/installer/util/l10n_string_util.cc @@ -234,4 +234,3 @@ std::wstring GetLocalizedEulaResource() { } } // namespace installer_util - diff --git a/chrome/installer/util/l10n_string_util.h b/chrome/installer/util/l10n_string_util.h index bea5344..b12fff3 100644 --- a/chrome/installer/util/l10n_string_util.h +++ b/chrome/installer/util/l10n_string_util.h @@ -29,4 +29,3 @@ std::wstring GetLocalizedEulaResource(); } // namespace installer_util. #endif // CHROME_INSTALLER_UTIL_L10N_STRING_UTIL_H_ - diff --git a/chrome/installer/util/logging_installer.cc b/chrome/installer/util/logging_installer.cc index 6aaf979..953535c 100644 --- a/chrome/installer/util/logging_installer.cc +++ b/chrome/installer/util/logging_installer.cc @@ -65,4 +65,3 @@ std::wstring GetLogFilePath(const CommandLine& command_line) { } } // namespace installer - diff --git a/chrome/installer/util/logging_installer.h b/chrome/installer/util/logging_installer.h index c53611d..b14c2a3 100644 --- a/chrome/installer/util/logging_installer.h +++ b/chrome/installer/util/logging_installer.h @@ -25,4 +25,3 @@ std::wstring GetLogFilePath(const CommandLine& command_line); } // namespace installer #endif - diff --git a/chrome/installer/util/lzma_util.cc b/chrome/installer/util/lzma_util.cc index c1a2be2..18eced3 100644 --- a/chrome/installer/util/lzma_util.cc +++ b/chrome/installer/util/lzma_util.cc @@ -183,4 +183,3 @@ void LzmaUtil::CloseArchive() { } } // namespace installer - diff --git a/chrome/installer/util/lzma_util.h b/chrome/installer/util/lzma_util.h index e186fd6..f2a942e 100644 --- a/chrome/installer/util/lzma_util.h +++ b/chrome/installer/util/lzma_util.h @@ -35,4 +35,3 @@ class LzmaUtil { #endif // CHROME_INSTALLER_UTIL_LZMA_UTIL_H__ - diff --git a/chrome/installer/util/move_tree_work_item.h b/chrome/installer/util/move_tree_work_item.h index fd938d2..95964fb 100644 --- a/chrome/installer/util/move_tree_work_item.h +++ b/chrome/installer/util/move_tree_work_item.h @@ -59,4 +59,3 @@ class MoveTreeWorkItem : public WorkItem { }; #endif // CHROME_INSTALLER_UTIL_MOVE_TREE_WORK_ITEM_H_ - diff --git a/chrome/installer/util/set_reg_value_work_item.cc b/chrome/installer/util/set_reg_value_work_item.cc index a7714bb..57965d0 100644 --- a/chrome/installer/util/set_reg_value_work_item.cc +++ b/chrome/installer/util/set_reg_value_work_item.cc @@ -149,4 +149,3 @@ void SetRegValueWorkItem::Rollback() { key.Close(); return; } - diff --git a/chrome/installer/util/set_reg_value_work_item.h b/chrome/installer/util/set_reg_value_work_item.h index c795363..1dd4869 100644 --- a/chrome/installer/util/set_reg_value_work_item.h +++ b/chrome/installer/util/set_reg_value_work_item.h @@ -74,4 +74,3 @@ class SetRegValueWorkItem : public WorkItem { }; #endif // CHROME_INSTALLER_UTIL_SET_REG_VALUE_WORK_ITEM_H__ - diff --git a/chrome/installer/util/set_reg_value_work_item_unittest.cc b/chrome/installer/util/set_reg_value_work_item_unittest.cc index bf41fff..dc74ed3 100644 --- a/chrome/installer/util/set_reg_value_work_item_unittest.cc +++ b/chrome/installer/util/set_reg_value_work_item_unittest.cc @@ -225,4 +225,3 @@ TEST_F(SetRegValueWorkItemTest, WriteNonExistingKey) { parent_key, name, dword1, false)); EXPECT_FALSE(work_item->Do()); } - diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc index 7984de6..5627cc3 100644 --- a/chrome/installer/util/shell_util.cc +++ b/chrome/installer/util/shell_util.cc @@ -686,4 +686,3 @@ bool ShellUtil::UpdateChromeShortcut(const std::wstring& chrome_exe, 0); // icon index } } - diff --git a/chrome/installer/util/version.cc b/chrome/installer/util/version.cc index a542c9a..892d5d7 100644 --- a/chrome/installer/util/version.cc +++ b/chrome/installer/util/version.cc @@ -44,4 +44,3 @@ installer::Version* installer::Version::GetVersionFromString( return new Version(StringToInt64(numbers[0]), StringToInt64(numbers[1]), StringToInt64(numbers[2]), StringToInt64(numbers[3])); } - diff --git a/chrome/installer/util/version.h b/chrome/installer/util/version.h index 559db22..5d7e3c0 100644 --- a/chrome/installer/util/version.h +++ b/chrome/installer/util/version.h @@ -44,4 +44,3 @@ private: } // namespace installer #endif - diff --git a/chrome/installer/util/work_item.cc b/chrome/installer/util/work_item.cc index 568a79d..6c56fa7 100644 --- a/chrome/installer/util/work_item.cc +++ b/chrome/installer/util/work_item.cc @@ -74,4 +74,3 @@ WorkItemList* WorkItem::CreateWorkItemList() { std::wstring WorkItem::Dump() { return std::wstring(L"Work Item"); } - diff --git a/chrome/installer/util/work_item.h b/chrome/installer/util/work_item.h index f23e181..86f4834 100644 --- a/chrome/installer/util/work_item.h +++ b/chrome/installer/util/work_item.h @@ -111,4 +111,3 @@ class WorkItem { }; #endif // CHROME_INSTALLER_UTIL_WORK_ITEM_H_ - diff --git a/chrome/installer/util/work_item_list.cc b/chrome/installer/util/work_item_list.cc index 0115e81..7913b8c 100644 --- a/chrome/installer/util/work_item_list.cc +++ b/chrome/installer/util/work_item_list.cc @@ -133,4 +133,3 @@ bool WorkItemList::AddSetRegValueWorkItem(HKEY predefined_root, value_data, overwrite)); return AddWorkItem(item); } - diff --git a/chrome/installer/util/work_item_list.h b/chrome/installer/util/work_item_list.h index c59272f..a8e3bbb 100644 --- a/chrome/installer/util/work_item_list.h +++ b/chrome/installer/util/work_item_list.h @@ -98,4 +98,3 @@ class WorkItemList : public WorkItem { }; #endif // CHROME_INSTALLER_UTIL_WORK_ITEM_LIST_H__ - diff --git a/chrome/installer/util/work_item_list_unittest.cc b/chrome/installer/util/work_item_list_unittest.cc index 520b5b0..41d9918 100644 --- a/chrome/installer/util/work_item_list_unittest.cc +++ b/chrome/installer/util/work_item_list_unittest.cc @@ -154,4 +154,3 @@ TEST_F(WorkItemListTest, ExecutionFailAndRollback) { EXPECT_FALSE(key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ)); EXPECT_FALSE(file_util::PathExists(top_dir_to_create)); } - diff --git a/chrome/plugin/chrome_plugin_host.cc b/chrome/plugin/chrome_plugin_host.cc index 9a070e9..bc5357a 100644 --- a/chrome/plugin/chrome_plugin_host.cc +++ b/chrome/plugin/chrome_plugin_host.cc @@ -615,4 +615,3 @@ CPBrowserFuncs* GetCPBrowserFuncsForPlugin() { return &browser_funcs; } - diff --git a/chrome/plugin/npobject_stub.cc b/chrome/plugin/npobject_stub.cc index a36a5f2..12a9df7 100644 --- a/chrome/plugin/npobject_stub.cc +++ b/chrome/plugin/npobject_stub.cc @@ -304,4 +304,3 @@ void NPObjectStub::OnSetException(const std::string& message) { NPN_SetException(npobject_, message.c_str()); } - diff --git a/chrome/plugin/npobject_util.h b/chrome/plugin/npobject_util.h index 2c2590f..1ff38a0 100644 --- a/chrome/plugin/npobject_util.h +++ b/chrome/plugin/npobject_util.h @@ -67,4 +67,3 @@ HANDLE GetMessageBoxEvent(HWND hwnd); #endif // defined(OS_WIN) #endif // CHROME_PLUGIN_NPOBJECT_UTIL_H__ - diff --git a/chrome/plugin/plugin_main.cc b/chrome/plugin/plugin_main.cc index 7c56f24..f6808c1 100644 --- a/chrome/plugin/plugin_main.cc +++ b/chrome/plugin/plugin_main.cc @@ -83,4 +83,3 @@ int PluginMain(const MainFunctionParams& parameters) { CoUninitialize(); return 0; } - diff --git a/chrome/plugin/webplugin_delegate_stub.cc b/chrome/plugin/webplugin_delegate_stub.cc index 3026333..ab98068 100644 --- a/chrome/plugin/webplugin_delegate_stub.cc +++ b/chrome/plugin/webplugin_delegate_stub.cc @@ -341,4 +341,3 @@ void WebPluginDelegateStub::OnURLRequestRouted(const std::string& url, HANDLE notify_data) { delegate_->URLRequestRouted(url, notify_needed, notify_data); } - diff --git a/chrome/renderer/about_handler.cc b/chrome/renderer/about_handler.cc index ff26d85..d775531 100644 --- a/chrome/renderer/about_handler.cc +++ b/chrome/renderer/about_handler.cc @@ -65,4 +65,3 @@ void AboutHandler::AboutHang() { void AboutHandler::AboutShortHang() { PlatformThread::Sleep(20000); } - diff --git a/chrome/renderer/automation/dom_automation_controller.cc b/chrome/renderer/automation/dom_automation_controller.cc index 0c320ca..a1cef66 100644 --- a/chrome/renderer/automation/dom_automation_controller.cc +++ b/chrome/renderer/automation/dom_automation_controller.cc @@ -103,4 +103,3 @@ void DomAutomationController::SetAutomationId( automation_id_ = args[0].ToInt32(); result->Set(true); } - diff --git a/chrome/renderer/automation/dom_automation_controller.h b/chrome/renderer/automation/dom_automation_controller.h index 552adab..33e6111 100644 --- a/chrome/renderer/automation/dom_automation_controller.h +++ b/chrome/renderer/automation/dom_automation_controller.h @@ -105,4 +105,3 @@ class DomAutomationController : public CppBoundClass { }; #endif // CHROME_RENDERER_AUTOMATION_DOM_AUTOMATION_CONTROLLER_H__ - diff --git a/chrome/renderer/chrome_plugin_host.h b/chrome/renderer/chrome_plugin_host.h index d581435..8b6d782 100644 --- a/chrome/renderer/chrome_plugin_host.h +++ b/chrome/renderer/chrome_plugin_host.h @@ -11,4 +11,3 @@ CPBrowserFuncs* GetCPBrowserFuncsForRenderer(); #endif // CHROME_RENDERER_CHROME_PLUGIN_HOST_H__ - diff --git a/chrome/renderer/debug_message_handler.cc b/chrome/renderer/debug_message_handler.cc index bfb1e02..34c9acf 100644 --- a/chrome/renderer/debug_message_handler.cc +++ b/chrome/renderer/debug_message_handler.cc @@ -131,4 +131,3 @@ bool DebugMessageHandler::OnMessageReceived(const IPC::Message& message) { IPC_END_MESSAGE_MAP() return handled; } - diff --git a/chrome/renderer/dev_tools_agent.cc b/chrome/renderer/dev_tools_agent.cc index ec00906..ac453d5 100644 --- a/chrome/renderer/dev_tools_agent.cc +++ b/chrome/renderer/dev_tools_agent.cc @@ -150,4 +150,3 @@ void DevToolsAgent::OnDebugCommand(const std::wstring& cmd) { debugger_->Command(cmd); } } - diff --git a/chrome/renderer/dev_tools_agent.h b/chrome/renderer/dev_tools_agent.h index 2517163..86b2d33 100644 --- a/chrome/renderer/dev_tools_agent.h +++ b/chrome/renderer/dev_tools_agent.h @@ -71,4 +71,3 @@ class DevToolsAgent : public IPC::ChannelProxy::MessageFilter, }; #endif // CHROME_RENDERER_DEV_TOOLS_AGENT_H_ - diff --git a/chrome/renderer/dev_tools_client.cc b/chrome/renderer/dev_tools_client.cc index 6061c92..502ef39 100644 --- a/chrome/renderer/dev_tools_client.cc +++ b/chrome/renderer/dev_tools_client.cc @@ -38,4 +38,3 @@ void DevToolsClient::DidDebugAttach() { DCHECK(RenderThread::current()->message_loop() == MessageLoop::current()); // TODO(yurys): delegate to JS frontend. } - diff --git a/chrome/renderer/dev_tools_client.h b/chrome/renderer/dev_tools_client.h index d3dfdf1..fd92dcf 100644 --- a/chrome/renderer/dev_tools_client.h +++ b/chrome/renderer/dev_tools_client.h @@ -40,4 +40,3 @@ class DevToolsClient { }; #endif // CHROME_RENDERER_DEV_TOOLS_CLIENT_H_ - diff --git a/chrome/renderer/dev_tools_messages.h b/chrome/renderer/dev_tools_messages.h index 9225c2e..4067730 100644 --- a/chrome/renderer/dev_tools_messages.h +++ b/chrome/renderer/dev_tools_messages.h @@ -9,4 +9,3 @@ #include "chrome/common/ipc_message_macros.h" #endif // CHROME_RENDERER_DEV_TOOLS_MESSAGES_H_ - diff --git a/chrome/renderer/dev_tools_messages_internal.h b/chrome/renderer/dev_tools_messages_internal.h index 9a1f8b5..8922f18 100644 --- a/chrome/renderer/dev_tools_messages_internal.h +++ b/chrome/renderer/dev_tools_messages_internal.h @@ -76,4 +76,3 @@ IPC_BEGIN_MESSAGES(DevToolsAgent) std::wstring /* cmd */) IPC_END_MESSAGES(DevToolsAgent) - diff --git a/chrome/renderer/dom_ui_bindings.cc b/chrome/renderer/dom_ui_bindings.cc index b5558cf7..8e9373e 100644 --- a/chrome/renderer/dom_ui_bindings.cc +++ b/chrome/renderer/dom_ui_bindings.cc @@ -55,4 +55,3 @@ void DOMBoundBrowserObject::SetProperty(const std::string& name, BindProperty(name, cpp_value); properties_.push_back(cpp_value); } - diff --git a/chrome/renderer/dom_ui_bindings.h b/chrome/renderer/dom_ui_bindings.h index 2ef55e5..23b2d35 100644 --- a/chrome/renderer/dom_ui_bindings.h +++ b/chrome/renderer/dom_ui_bindings.h @@ -65,4 +65,3 @@ class DOMUIBindings : public DOMBoundBrowserObject { }; #endif // CHROME_RENDERER_DOM_UI_BINDINGS_H__ - diff --git a/chrome/renderer/extensions/greasemonkey_api_unittest.cc b/chrome/renderer/extensions/greasemonkey_api_unittest.cc index 23bf07a..a0c3ee6 100755 --- a/chrome/renderer/extensions/greasemonkey_api_unittest.cc +++ b/chrome/renderer/extensions/greasemonkey_api_unittest.cc @@ -84,4 +84,3 @@ TEST_F(GreasemonkeyApiTest, Log) { } #endif // #if defined(OSWIN) - diff --git a/chrome/renderer/external_host_bindings.h b/chrome/renderer/external_host_bindings.h index 62caac6..cd8bcdb 100644 --- a/chrome/renderer/external_host_bindings.h +++ b/chrome/renderer/external_host_bindings.h @@ -48,4 +48,3 @@ class ExternalHostBindings : public DOMBoundBrowserObject { }; #endif // CHROME_RENDERER_EXTERNAL_HOST_BINDINGS_H_ - diff --git a/chrome/renderer/external_js_object.cc b/chrome/renderer/external_js_object.cc index 1fb9f5f..a397b91 100644 --- a/chrome/renderer/external_js_object.cc +++ b/chrome/renderer/external_js_object.cc @@ -21,4 +21,3 @@ void ExternalJSObject::AddSearchProvider(const CppArgumentList& args, render_view_->AddSearchProvider(args[0].ToString()); } } - diff --git a/chrome/renderer/external_js_object.h b/chrome/renderer/external_js_object.h index 19c7953..738aa7c 100644 --- a/chrome/renderer/external_js_object.h +++ b/chrome/renderer/external_js_object.h @@ -39,4 +39,3 @@ class ExternalJSObject : public CppBoundClass { }; #endif // CHROME_RENDERER_EXTERNAL_JS_OBJECT_H__ - diff --git a/chrome/renderer/localized_error.h b/chrome/renderer/localized_error.h index 8db6433..b5024a7 100644 --- a/chrome/renderer/localized_error.h +++ b/chrome/renderer/localized_error.h @@ -20,4 +20,3 @@ void GetFormRepostErrorValues(const GURL& display_url, DictionaryValue* error_strings); #endif // CHROME_RENDERER_LOCALIZED_ERROR_VALUES_H__ - diff --git a/chrome/renderer/net/render_dns_master.cc b/chrome/renderer/net/render_dns_master.cc index b62b6ca..0c1ad2b 100644 --- a/chrome/renderer/net/render_dns_master.cc +++ b/chrome/renderer/net/render_dns_master.cc @@ -160,4 +160,3 @@ bool RenderDnsMaster::is_numeric_ip(const char* name, size_t length) { } return true; } - diff --git a/chrome/renderer/net/render_dns_master.h b/chrome/renderer/net/render_dns_master.h index edd6aa0..81f1d32 100644 --- a/chrome/renderer/net/render_dns_master.h +++ b/chrome/renderer/net/render_dns_master.h @@ -107,4 +107,3 @@ class RenderDnsMaster { }; // class RenderDnsMaster #endif // CHROME_RENDERER_RENDER_NET_DNS_MASTER_H__ - diff --git a/chrome/renderer/net/render_dns_queue.cc b/chrome/renderer/net/render_dns_queue.cc index 94c0ea0..b805f82 100644 --- a/chrome/renderer/net/render_dns_queue.cc +++ b/chrome/renderer/net/render_dns_queue.cc @@ -144,4 +144,3 @@ bool DnsQueue::Validate() { '\0' == buffer_[buffer_sentinel_] && ((0 == size_) == (readable_ == writeable_)); } - diff --git a/chrome/renderer/net/render_dns_queue.h b/chrome/renderer/net/render_dns_queue.h index a13be8c..351d393 100644 --- a/chrome/renderer/net/render_dns_queue.h +++ b/chrome/renderer/net/render_dns_queue.h @@ -90,4 +90,3 @@ class DnsQueue { }; // class DnsQueue #endif // CHROME_RENDERER_NET_RENDER_DNS_QUEUE_H__ - diff --git a/chrome/renderer/net/render_dns_queue_unittest.cc b/chrome/renderer/net/render_dns_queue_unittest.cc index 898f38d..e2cccb0 100644 --- a/chrome/renderer/net/render_dns_queue_unittest.cc +++ b/chrome/renderer/net/render_dns_queue_unittest.cc @@ -260,4 +260,3 @@ TEST(DnsQueueTest, WrapOnVariousSubstrings) { } }; // namespace - diff --git a/chrome/renderer/plugin_channel_host.cc b/chrome/renderer/plugin_channel_host.cc index 0ec7ef2..3759de1 100644 --- a/chrome/renderer/plugin_channel_host.cc +++ b/chrome/renderer/plugin_channel_host.cc @@ -107,5 +107,3 @@ void PluginChannelHost::OnChannelError() { proxies_.clear(); } - - diff --git a/chrome/renderer/render_view_unittest.cc b/chrome/renderer/render_view_unittest.cc index 283bd2d..96d4704 100644 --- a/chrome/renderer/render_view_unittest.cc +++ b/chrome/renderer/render_view_unittest.cc @@ -318,4 +318,3 @@ TEST_F(RenderViewTest, ImeComposition) { } } } - diff --git a/chrome/renderer/renderer_histogram_snapshots.cc b/chrome/renderer/renderer_histogram_snapshots.cc index a4488ca..6d0507d 100644 --- a/chrome/renderer/renderer_histogram_snapshots.cc +++ b/chrome/renderer/renderer_histogram_snapshots.cc @@ -91,4 +91,3 @@ void RendererHistogramSnapshots::UploadHistogramDelta( Histogram::SerializeHistogramInfo(histogram, snapshot); pickled_histograms->push_back(histogram_info); } - diff --git a/chrome/renderer/renderer_histogram_snapshots.h b/chrome/renderer/renderer_histogram_snapshots.h index b3d7fb1..5c9f93a 100644 --- a/chrome/renderer/renderer_histogram_snapshots.h +++ b/chrome/renderer/renderer_histogram_snapshots.h @@ -51,4 +51,3 @@ class RendererHistogramSnapshots { }; #endif // CHROME_RENDERER_HISTOGRAM_SNAPSHOTS_H_ - diff --git a/chrome/renderer/renderer_main.cc b/chrome/renderer/renderer_main.cc index 7654a4d..c9d6aa2 100644 --- a/chrome/renderer/renderer_main.cc +++ b/chrome/renderer/renderer_main.cc @@ -111,4 +111,3 @@ int RendererMain(const MainFunctionParams& parameters) { platform.PlatformUninitialize(); return 0; } - diff --git a/chrome/renderer/visitedlink_slave.cc b/chrome/renderer/visitedlink_slave.cc index 1e6092b..00919c6 100644 --- a/chrome/renderer/visitedlink_slave.cc +++ b/chrome/renderer/visitedlink_slave.cc @@ -60,4 +60,3 @@ void VisitedLinkSlave::FreeTable() { hash_table_ = NULL; table_length_ = 0; } - diff --git a/chrome/test/accessibility/accessibility_util.cc b/chrome/test/accessibility/accessibility_util.cc index aa9fd2c..eb18a1a 100644 --- a/chrome/test/accessibility/accessibility_util.cc +++ b/chrome/test/accessibility/accessibility_util.cc @@ -551,4 +551,3 @@ LONG GetState(IAccessible* acc_obj, VARIANT child) { VariantClear(&state); return state.lVal; } - diff --git a/chrome/test/accessibility/accessibility_util.h b/chrome/test/accessibility/accessibility_util.h index 738a0de..0659be8 100644 --- a/chrome/test/accessibility/accessibility_util.h +++ b/chrome/test/accessibility/accessibility_util.h @@ -141,4 +141,3 @@ HRESULT GetPageMenuButton(IAccessible** acc_obj); HRESULT GetAppMenuButton(IAccessible** acc_obj); #endif // CHROME_TEST_ACCESSIBILITY_ACCESSIBILITY_UTIL_H_ - diff --git a/chrome/test/accessibility/browser_impl.cc b/chrome/test/accessibility/browser_impl.cc index 10785b1..f1ea023 100644 --- a/chrome/test/accessibility/browser_impl.cc +++ b/chrome/test/accessibility/browser_impl.cc @@ -510,4 +510,3 @@ void BrowserImpl::CloseTabFromCollection(INT64 index) { } } } - diff --git a/chrome/test/accessibility/browser_impl.h b/chrome/test/accessibility/browser_impl.h index 42facf0..ce05054 100644 --- a/chrome/test/accessibility/browser_impl.h +++ b/chrome/test/accessibility/browser_impl.h @@ -113,4 +113,3 @@ class BrowserImpl { }; #endif // CHROME_TEST_ACCESSIBILITY_BROWSER_IMPL_H_ - diff --git a/chrome/test/accessibility/constants.h b/chrome/test/accessibility/constants.h index 43091795..ecaa736 100644 --- a/chrome/test/accessibility/constants.h +++ b/chrome/test/accessibility/constants.h @@ -96,4 +96,3 @@ enum KEYBD_KEYS { }; #endif // CHROME_TEST_ACCESSIBILITY_CONSTANTS_H_ - diff --git a/chrome/test/accessibility/keyboard_util.cc b/chrome/test/accessibility/keyboard_util.cc index 8201927..c0a90f3 100644 --- a/chrome/test/accessibility/keyboard_util.cc +++ b/chrome/test/accessibility/keyboard_util.cc @@ -192,4 +192,3 @@ KEYBD_KEYS GetKeybdKeysVal(BSTR str) { // No key found. return KEY_INVALID; } - diff --git a/chrome/test/accessibility/keyboard_util.h b/chrome/test/accessibility/keyboard_util.h index af15a240..de10c4580 100644 --- a/chrome/test/accessibility/keyboard_util.h +++ b/chrome/test/accessibility/keyboard_util.h @@ -34,4 +34,3 @@ void ReleaseKey(HWND hwnd, WORD key); KEYBD_KEYS GetKeybdKeysVal(BSTR str); #endif // CHROME_TEST_ACCESSIBILITY_KEYBOARD_UTIL_H_ - diff --git a/chrome/test/accessibility/registry_util.cc b/chrome/test/accessibility/registry_util.cc index 8c5984d..249a207 100644 --- a/chrome/test/accessibility/registry_util.cc +++ b/chrome/test/accessibility/registry_util.cc @@ -12,4 +12,3 @@ BSTR GetChromeExePath() { BSTR chrome_exe_path = SysAllocString(CHROME_PATH); return chrome_exe_path; } - diff --git a/chrome/test/accessibility/registry_util.h b/chrome/test/accessibility/registry_util.h index a37b66c..b9ba65c 100644 --- a/chrome/test/accessibility/registry_util.h +++ b/chrome/test/accessibility/registry_util.h @@ -15,4 +15,3 @@ BSTR GetChromeExePath(); #endif // CHROME_TEST_ACCESSIBILITY_REGISTRY_UTIL_H_ - diff --git a/chrome/test/accessibility/tab_impl.cc b/chrome/test/accessibility/tab_impl.cc index d116760..ada90fe 100644 --- a/chrome/test/accessibility/tab_impl.cc +++ b/chrome/test/accessibility/tab_impl.cc @@ -363,4 +363,3 @@ bool TabImpl::GoBack(void) { bool TabImpl::GoForward(void) { return true; } - diff --git a/chrome/test/accessibility/tab_impl.h b/chrome/test/accessibility/tab_impl.h index 3155222..0a20d92 100644 --- a/chrome/test/accessibility/tab_impl.h +++ b/chrome/test/accessibility/tab_impl.h @@ -133,4 +133,3 @@ class TabImpl { #endif // CHROME_TEST_ACCISSIBILITY_TAB_IMPL_H_ - diff --git a/chrome/test/activex_test_control/activex_test_control.cc b/chrome/test/activex_test_control/activex_test_control.cc index b0d4c82..573fad7 100644 --- a/chrome/test/activex_test_control/activex_test_control.cc +++ b/chrome/test/activex_test_control/activex_test_control.cc @@ -47,4 +47,3 @@ STDAPI DllUnregisterServer(void) { HRESULT hr = g_atlmodule.DllUnregisterServer(); return hr; } - diff --git a/chrome/test/activex_test_control/chrome_test_control.cc b/chrome/test/activex_test_control/chrome_test_control.cc index 378b730..040e3b4 100644 --- a/chrome/test/activex_test_control/chrome_test_control.cc +++ b/chrome/test/activex_test_control/chrome_test_control.cc @@ -32,4 +32,3 @@ HRESULT ChromeTestControl::OnDraw(ATL_DRAWINFO& di) { return S_OK; } - diff --git a/chrome/test/activex_test_control/chrome_test_control.h b/chrome/test/activex_test_control/chrome_test_control.h index 3f4673ab..9b5fccc 100644 --- a/chrome/test/activex_test_control/chrome_test_control.h +++ b/chrome/test/activex_test_control/chrome_test_control.h @@ -261,4 +261,3 @@ END_MSG_MAP() OBJECT_ENTRY_AUTO(__uuidof(ChromeTestControl), ChromeTestControl) #endif // #ifndef CHROME_TEST_ACTIVEX_TEST_CONTROL_CHROME_TEST_CONTROL_H__ - diff --git a/chrome/test/activex_test_control/chrome_test_control_cp.h b/chrome/test/activex_test_control/chrome_test_control_cp.h index bf935c9..42edd95 100644 --- a/chrome/test/activex_test_control/chrome_test_control_cp.h +++ b/chrome/test/activex_test_control/chrome_test_control_cp.h @@ -15,4 +15,3 @@ class CProxy_IChromeTestControlEvents }; #endif // #ifndef CHROME_TEST_ACTIVEX_TEST_CONTROL_CHROME_TEST_CONTROL_CP_H__ - diff --git a/chrome/test/automated_ui_tests/automated_ui_tests.h b/chrome/test/automated_ui_tests/automated_ui_tests.h index b747d34..fdee28c 100644 --- a/chrome/test/automated_ui_tests/automated_ui_tests.h +++ b/chrome/test/automated_ui_tests/automated_ui_tests.h @@ -494,4 +494,3 @@ class AutomatedUITest : public UITest { }; #endif // CHROME_TEST_AUTOMATED_UI_TESTS_AUTOMATED_UI_TESTS_H_ - diff --git a/chrome/test/automation/autocomplete_edit_proxy.h b/chrome/test/automation/autocomplete_edit_proxy.h index 85172d3..79d8975 100644 --- a/chrome/test/automation/autocomplete_edit_proxy.h +++ b/chrome/test/automation/autocomplete_edit_proxy.h @@ -150,5 +150,3 @@ class AutocompleteEditProxy : public AutomationResourceProxy { }; #endif // #define CHROME_TEST_AUTOMATION_AUTOCOMPLETE_EDIT_PROXY_H__ - - diff --git a/chrome/test/automation/automation_handle_tracker.cc b/chrome/test/automation/automation_handle_tracker.cc index a0f2a29..b843218 100644 --- a/chrome/test/automation/automation_handle_tracker.cc +++ b/chrome/test/automation/automation_handle_tracker.cc @@ -70,4 +70,3 @@ void AutomationHandleTracker::InvalidateHandle(AutomationHandle handle) { iter->second->Invalidate(); } } - diff --git a/chrome/test/automation/automation_messages.h b/chrome/test/automation/automation_messages.h index 289cf5e5..ffeef1f 100644 --- a/chrome/test/automation/automation_messages.h +++ b/chrome/test/automation/automation_messages.h @@ -127,4 +127,3 @@ struct ParamTraits<NavigationEntry::PageType> { #include "chrome/common/ipc_message_macros.h" #endif // CHROME_TEST_AUTOMATION_AUTOMATION_MESSAGES_H__ - diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc index e296f62..6b3cab5 100644 --- a/chrome/test/automation/automation_proxy_uitest.cc +++ b/chrome/test/automation/automation_proxy_uitest.cc @@ -1118,4 +1118,3 @@ TEST_F(AutomationProxyTest5, TestLifetimeOfDomAutomationController) { ASSERT_TRUE(tab->ExecuteAndExtractString(L"", jscript, &actual)); ASSERT_STREQ(expected.c_str(), actual.c_str()); } - diff --git a/chrome/test/automation/browser_proxy.h b/chrome/test/automation/browser_proxy.h index cc27d61..2b3a54e 100644 --- a/chrome/test/automation/browser_proxy.h +++ b/chrome/test/automation/browser_proxy.h @@ -203,4 +203,3 @@ class BrowserProxy : public AutomationResourceProxy { }; #endif // CHROME_TEST_AUTOMATION_BROWSER_PROXY_H_ - diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h index 54e5df4..dc10a13 100644 --- a/chrome/test/automation/tab_proxy.h +++ b/chrome/test/automation/tab_proxy.h @@ -290,4 +290,3 @@ class TabProxy : public AutomationResourceProxy { }; #endif // CHROME_TEST_AUTOMATION_TAB_PROXY_H_ - diff --git a/chrome/test/chrome_plugin/test_chrome_plugin.h b/chrome/test/chrome_plugin/test_chrome_plugin.h index f7df0da..b8e3f75 100644 --- a/chrome/test/chrome_plugin/test_chrome_plugin.h +++ b/chrome/test/chrome_plugin/test_chrome_plugin.h @@ -68,4 +68,3 @@ struct TestFuncParams { const char kChromeTestPluginPostData[] = "Test Data"; #endif // CHROME_TEST_CHROME_PLUGIN_TEST_CHROME_PLUGIN_H__ - diff --git a/chrome/test/injection_test_dll.h b/chrome/test/injection_test_dll.h index 0221201..31988b1 100644 --- a/chrome/test/injection_test_dll.h +++ b/chrome/test/injection_test_dll.h @@ -24,4 +24,3 @@ typedef BOOL (__cdecl *RunPluginTests)(int* test_count); } #endif // CHROME_TEST_INJECTION_TEST_DLL_H__ - diff --git a/chrome/test/memory_test/memory_test.cc b/chrome/test/memory_test/memory_test.cc index 2ef79d1..1a71227 100644 --- a/chrome/test/memory_test/memory_test.cc +++ b/chrome/test/memory_test/memory_test.cc @@ -436,4 +436,3 @@ TEST_F(MemoryTest, FiveTabTest) { TEST_F(MemoryTest, TwelveTabTest) { RunTest(L"12t", 12); } - diff --git a/chrome/test/mini_installer_test/chrome_mini_installer.cc b/chrome/test/mini_installer_test/chrome_mini_installer.cc index bb22908..bca73d8 100644 --- a/chrome/test/mini_installer_test/chrome_mini_installer.cc +++ b/chrome/test/mini_installer_test/chrome_mini_installer.cc @@ -460,4 +460,3 @@ void ChromeMiniInstaller::WaitUntilProcessStopsRunning( } ASSERT_EQ(0, base::GetProcessCount(process_name, NULL)); } - diff --git a/chrome/test/mini_installer_test/chrome_mini_installer.h b/chrome/test/mini_installer_test/chrome_mini_installer.h index eddcce8..61f0536 100644 --- a/chrome/test/mini_installer_test/chrome_mini_installer.h +++ b/chrome/test/mini_installer_test/chrome_mini_installer.h @@ -121,4 +121,3 @@ class ChromeMiniInstaller { }; #endif // CHROME_TEST_MINI_INSTALLER_TEST_CHROME_MINI_INSTALLER_H__ - diff --git a/chrome/test/mini_installer_test/mini_installer_test_constants.cc b/chrome/test/mini_installer_test/mini_installer_test_constants.cc index e5372f27..6e1571d 100644 --- a/chrome/test/mini_installer_test/mini_installer_test_constants.cc +++ b/chrome/test/mini_installer_test/mini_installer_test_constants.cc @@ -41,4 +41,3 @@ const wchar_t kChromeApplyTagExe[] = const wchar_t kChromeApplyTagParameters[] = L"\"appguid={8A69D345-D564-463C-AFF1-A69D9E530F96}&appname=Chrome&needsadmin=false\""; } - diff --git a/chrome/test/mini_installer_test/mini_installer_test_constants.h b/chrome/test/mini_installer_test/mini_installer_test_constants.h index febad8b..1f16147 100644 --- a/chrome/test/mini_installer_test/mini_installer_test_constants.h +++ b/chrome/test/mini_installer_test/mini_installer_test_constants.h @@ -41,4 +41,3 @@ extern const wchar_t kChromeApplyTagParameters[]; } #endif // CHROME_TEST_MINI_INSTALLER_TEST_MINI_INSTALLER_TEST_CONSTANTS_H__ - diff --git a/chrome/test/mini_installer_test/test.cc b/chrome/test/mini_installer_test/test.cc index 7c12c7a..f8a4f08 100644 --- a/chrome/test/mini_installer_test/test.cc +++ b/chrome/test/mini_installer_test/test.cc @@ -60,4 +60,3 @@ TEST(InstallUtilTests, MiniInstallTestValidWindowsVersion) { // Make sure the code agrees. EXPECT_TRUE(InstallUtil::IsOSSupported()); } - diff --git a/chrome/test/page_cycler/page_cycler_test.cc b/chrome/test/page_cycler/page_cycler_test.cc index 66c27f8..c56bdc6 100644 --- a/chrome/test/page_cycler/page_cycler_test.cc +++ b/chrome/test/page_cycler/page_cycler_test.cc @@ -335,4 +335,3 @@ TEST_F(PageCyclerTest, BloatHttp) { TEST_F(PageCyclerReferenceTest, BloatHttp) { RunTest("bloat", true); } - diff --git a/chrome/test/perf/mem_usage.cc b/chrome/test/perf/mem_usage.cc index fdfa435..853bfac 100644 --- a/chrome/test/perf/mem_usage.cc +++ b/chrome/test/perf/mem_usage.cc @@ -107,4 +107,3 @@ void PrintChromeMemoryUsageInfo() { } }; } - diff --git a/chrome/test/perf/mem_usage.h b/chrome/test/perf/mem_usage.h index 7e7137f..71f27f1 100644 --- a/chrome/test/perf/mem_usage.h +++ b/chrome/test/perf/mem_usage.h @@ -41,4 +41,3 @@ size_t GetSystemCommitCharge(); // Get and print memory usage information for running chrome processes. void PrintChromeMemoryUsageInfo(); #endif // CHROME_TEST_PERF_MEM_USAGE_H__ - diff --git a/chrome/test/perf/perftests.cc b/chrome/test/perf/perftests.cc index da37ba3..62d9353 100644 --- a/chrome/test/perf/perftests.cc +++ b/chrome/test/perf/perftests.cc @@ -12,4 +12,3 @@ int main(int argc, char **argv) { return PerfTestSuite(argc, argv).Run(); } - diff --git a/chrome/test/reliability/page_load_test.h b/chrome/test/reliability/page_load_test.h index aae4f99..73e3fd1 100644 --- a/chrome/test/reliability/page_load_test.h +++ b/chrome/test/reliability/page_load_test.h @@ -14,4 +14,3 @@ void SetPageRange(const CommandLine&); #endif // CHROME_TEST_RELIABILITY_PAGE_LOAD_TEST_H__ - diff --git a/chrome/test/reliability/reliability_test_suite.h b/chrome/test/reliability/reliability_test_suite.h index cf1d88f..0bd1bc2 100644 --- a/chrome/test/reliability/reliability_test_suite.h +++ b/chrome/test/reliability/reliability_test_suite.h @@ -23,4 +23,3 @@ protected: }; #endif // CHROME_TEST_RELIABILITY_RELIABILITY_TEST_SUITE_H_ - diff --git a/chrome/test/reliability/run_all_unittests.cc b/chrome/test/reliability/run_all_unittests.cc index 2555872..db0a7f5 100644 --- a/chrome/test/reliability/run_all_unittests.cc +++ b/chrome/test/reliability/run_all_unittests.cc @@ -7,4 +7,3 @@ int main(int argc, char **argv) { return ReliabilityTestSuite(argc, argv).Run(); } - diff --git a/chrome/test/security_tests/ipc_security_tests.cc b/chrome/test/security_tests/ipc_security_tests.cc index 181a8af..038d662 100644 --- a/chrome/test/security_tests/ipc_security_tests.cc +++ b/chrome/test/security_tests/ipc_security_tests.cc @@ -190,4 +190,3 @@ bool PipeImpersonationAttack() { ::CloseHandle(thread); return true; } - diff --git a/chrome/test/security_tests/ipc_security_tests.h b/chrome/test/security_tests/ipc_security_tests.h index 6a5fc53..c036dc2 100644 --- a/chrome/test/security_tests/ipc_security_tests.h +++ b/chrome/test/security_tests/ipc_security_tests.h @@ -12,4 +12,3 @@ bool PipeImpersonationAttack(); #endif // CHROME_TEST_SECURITY_TESTS_IPC_SECURITY_TESTS_H__ - diff --git a/chrome/test/security_tests/security_tests.cc b/chrome/test/security_tests/security_tests.cc index 4ac65a8..33f2755 100644 --- a/chrome/test/security_tests/security_tests.cc +++ b/chrome/test/security_tests/security_tests.cc @@ -60,4 +60,3 @@ BOOL __declspec(dllexport) __cdecl RunPluginTests(int *test_count) { SECURITY_CHECK(TestOpenWriteFile(L"%SystemRoot%\\Cursors\\arrow_i.cur")); return TRUE; } - diff --git a/chrome/test/selenium/selenium_test.cc b/chrome/test/selenium/selenium_test.cc index f80c30f..be66b0d 100644 --- a/chrome/test/selenium/selenium_test.cc +++ b/chrome/test/selenium/selenium_test.cc @@ -170,4 +170,3 @@ TEST_F(SeleniumTest, Core) { printf("\n"); } } - diff --git a/chrome/test/startup/startup_test.cc b/chrome/test/startup/startup_test.cc index 9fedf52..031bc26 100644 --- a/chrome/test/startup/startup_test.cc +++ b/chrome/test/startup/startup_test.cc @@ -151,4 +151,3 @@ TEST_F(StartupFileTest, PerfColdGears) { } #endif // defined(OS_WIN) - diff --git a/chrome/test/tab_switching/tab_switching_test.cc b/chrome/test/tab_switching/tab_switching_test.cc index 612181c..bad83b3 100644 --- a/chrome/test/tab_switching/tab_switching_test.cc +++ b/chrome/test/tab_switching/tab_switching_test.cc @@ -142,4 +142,3 @@ class TabSwitchingUITest : public UITest { TEST_F(TabSwitchingUITest, GenerateTabSwitchStats) { RunTabSwitchingUITest(); } - diff --git a/chrome/test/test_notification_tracker.cc b/chrome/test/test_notification_tracker.cc index d89ea16..dd22b3b 100644 --- a/chrome/test/test_notification_tracker.cc +++ b/chrome/test/test_notification_tracker.cc @@ -78,4 +78,3 @@ void TestNotificationTracker::Observe(NotificationType type, const NotificationDetails& details) { events_.push_back(Event(type, source, details)); } - diff --git a/chrome/test/test_notification_tracker.h b/chrome/test/test_notification_tracker.h index 31dfb98..23d351c 100644 --- a/chrome/test/test_notification_tracker.h +++ b/chrome/test/test_notification_tracker.h @@ -78,4 +78,3 @@ class TestNotificationTracker : public NotificationObserver { }; #endif // CHROME_TEST_NOTIFICATION_TRACKER_H_ - diff --git a/chrome/test/ui/inspector_controller_uitest.cc b/chrome/test/ui/inspector_controller_uitest.cc index b6d6163..140e6f4 100644 --- a/chrome/test/ui/inspector_controller_uitest.cc +++ b/chrome/test/ui/inspector_controller_uitest.cc @@ -53,4 +53,3 @@ TEST_F(InspectorControllerTest, DISABLED_InspectElement) { L"files/inspector/test2.html")); EXPECT_EQ(2, tab->InspectElement(0, 0)); } - diff --git a/chrome/test/ui/omnibox_uitest.cc b/chrome/test/ui/omnibox_uitest.cc index bdee1bd..d8c5c5a 100644 --- a/chrome/test/ui/omnibox_uitest.cc +++ b/chrome/test/ui/omnibox_uitest.cc @@ -176,4 +176,3 @@ TEST_F(OmniboxTest, Measure) { wprintf(L"__om_time_per_query_min = %d\n", time_min_); wprintf(L"__om_score = %.4f\n", 100.0 * score_ / max_score_); } - diff --git a/chrome/test/ui/sandbox_uitests.cc b/chrome/test/ui/sandbox_uitests.cc index d898cf5..f648304 100644 --- a/chrome/test/ui/sandbox_uitests.cc +++ b/chrome/test/ui/sandbox_uitests.cc @@ -23,4 +23,3 @@ class SandboxTest : public UITest { TEST_F(SandboxTest, ExecuteDll) { EXPECT_EQ(1, GetTabCount()); } - diff --git a/chrome/test/v8_unit_test.h b/chrome/test/v8_unit_test.h index 0ffddd2..da52163 100644 --- a/chrome/test/v8_unit_test.h +++ b/chrome/test/v8_unit_test.h @@ -47,5 +47,3 @@ class V8UnitTest : public testing::Test { }; #endif // CHROME_TEST_V8_UNIT_TEST_H_ - - diff --git a/chrome/tools/build/win/precompiled.h b/chrome/tools/build/win/precompiled.h index 9a6a59b..4b8e79b 100644 --- a/chrome/tools/build/win/precompiled.h +++ b/chrome/tools/build/win/precompiled.h @@ -38,5 +38,3 @@ #include <string> #include <strstream> #include <vector> - - diff --git a/chrome/tools/build/win/precompiled_wtl.h b/chrome/tools/build/win/precompiled_wtl.h index f9ebe7b..55a5664 100644 --- a/chrome/tools/build/win/precompiled_wtl.h +++ b/chrome/tools/build/win/precompiled_wtl.h @@ -17,4 +17,3 @@ #include <atlctrls.h> #include <atlcrack.h> #include <atltheme.h> - diff --git a/chrome/tools/convert_dict/aff_reader.cc b/chrome/tools/convert_dict/aff_reader.cc index 2e0d8b3..372033a 100644 --- a/chrome/tools/convert_dict/aff_reader.cc +++ b/chrome/tools/convert_dict/aff_reader.cc @@ -291,4 +291,3 @@ void AffReader::HandleEncodedCommand(const std::string& line) { } } // namespace convert_dict - diff --git a/chrome/tools/convert_dict/aff_reader.h b/chrome/tools/convert_dict/aff_reader.h index efcb213..411bde8 100644 --- a/chrome/tools/convert_dict/aff_reader.h +++ b/chrome/tools/convert_dict/aff_reader.h @@ -104,4 +104,3 @@ class AffReader { } // namespace convert_dict #endif // CHROME_TOOLS_CONVERT_DICT_AFF_READER_H__ - diff --git a/chrome/tools/convert_dict/convert_dict.cc b/chrome/tools/convert_dict/convert_dict.cc index ce17dc7..b67ed19 100644 --- a/chrome/tools/convert_dict/convert_dict.cc +++ b/chrome/tools/convert_dict/convert_dict.cc @@ -127,4 +127,3 @@ int main(int argc, char* argv[]) { return 0; } - diff --git a/chrome/tools/convert_dict/dic_reader.cc b/chrome/tools/convert_dict/dic_reader.cc index 6035d23..70c30a9 100644 --- a/chrome/tools/convert_dict/dic_reader.cc +++ b/chrome/tools/convert_dict/dic_reader.cc @@ -173,4 +173,3 @@ bool DicReader::Read(AffReader* aff_reader) { } } // namespace convert_dict - diff --git a/chrome/tools/convert_dict/dic_reader.h b/chrome/tools/convert_dict/dic_reader.h index 32d6eff..22b20a8 100644 --- a/chrome/tools/convert_dict/dic_reader.h +++ b/chrome/tools/convert_dict/dic_reader.h @@ -44,4 +44,3 @@ class DicReader { } // namespace convert_dict #endif // CHROME_TOOLS_CONVERT_DICT_DIC_READER_H__ - diff --git a/chrome/tools/convert_dict/hunspell_reader.cc b/chrome/tools/convert_dict/hunspell_reader.cc index 5d14174..c04b165 100644 --- a/chrome/tools/convert_dict/hunspell_reader.cc +++ b/chrome/tools/convert_dict/hunspell_reader.cc @@ -44,5 +44,3 @@ void StripComment(std::string* line) { } } // namespace convert_dict - - diff --git a/chrome/tools/convert_dict/hunspell_reader.h b/chrome/tools/convert_dict/hunspell_reader.h index 461ebdb..bc7c8c5 100644 --- a/chrome/tools/convert_dict/hunspell_reader.h +++ b/chrome/tools/convert_dict/hunspell_reader.h @@ -23,5 +23,3 @@ void StripComment(std::string* line); } // namespace convert_dict #endif // CHROME_TOOLS_DIC_CONVERTER_HUNSPELL_READER_H__ - - diff --git a/chrome/tools/crash_service/crash_service.cc b/chrome/tools/crash_service/crash_service.cc index 56f524b..fc921b2 100644 --- a/chrome/tools/crash_service/crash_service.cc +++ b/chrome/tools/crash_service/crash_service.cc @@ -428,4 +428,3 @@ int CrashService::ProcessingLoop() { return static_cast<int>(msg.wParam); } - diff --git a/chrome/tools/crash_service/crash_service.h b/chrome/tools/crash_service/crash_service.h index 46aa160..0edee38 100644 --- a/chrome/tools/crash_service/crash_service.h +++ b/chrome/tools/crash_service/crash_service.h @@ -111,4 +111,3 @@ class CrashService { #endif // CHROME_TOOLS_CRASH_SERVICE__ - diff --git a/chrome/tools/crash_service/main.cc b/chrome/tools/crash_service/main.cc index 8aabf2e..d6a1a20 100644 --- a/chrome/tools/crash_service/main.cc +++ b/chrome/tools/crash_service/main.cc @@ -64,4 +64,3 @@ int __stdcall wWinMain(HINSTANCE instance, HINSTANCE, wchar_t* cmd_line, LOG(INFO) << "session end. return code is " << retv; return retv; } - diff --git a/chrome/tools/perf/flush_cache/flush_cache.cc b/chrome/tools/perf/flush_cache/flush_cache.cc index e178da4e..5fe9296 100644 --- a/chrome/tools/perf/flush_cache/flush_cache.cc +++ b/chrome/tools/perf/flush_cache/flush_cache.cc @@ -30,4 +30,3 @@ int main(int argc, const char* argv[]) { return 0; } - diff --git a/chrome/views/accelerator.cc b/chrome/views/accelerator.cc index 1a70c44..9bbda74 100644 --- a/chrome/views/accelerator.cc +++ b/chrome/views/accelerator.cc @@ -128,4 +128,3 @@ std::wstring Accelerator::GetShortcutText() const { } } // namespace views - diff --git a/chrome/views/accelerator.h b/chrome/views/accelerator.h index 44f0acf..867423c 100644 --- a/chrome/views/accelerator.h +++ b/chrome/views/accelerator.h @@ -95,4 +95,3 @@ class AcceleratorTarget { } #endif // CHROME_VIEWS_ACCELERATOR_H_ - diff --git a/chrome/views/accelerator_handler.h b/chrome/views/accelerator_handler.h index b836240..f71be26 100644 --- a/chrome/views/accelerator_handler.h +++ b/chrome/views/accelerator_handler.h @@ -28,4 +28,3 @@ class AcceleratorHandler : public MessageLoopForUI::Dispatcher { } // namespace views #endif // CHROME_VIEWS_ACCELERATOR_HANDLER_H__ - diff --git a/chrome/views/accessibility/accessible_wrapper.cc b/chrome/views/accessibility/accessible_wrapper.cc index 1774556..fd51586 100644 --- a/chrome/views/accessibility/accessible_wrapper.cc +++ b/chrome/views/accessibility/accessible_wrapper.cc @@ -76,4 +76,3 @@ STDMETHODIMP AccessibleWrapper::SetInstance(IAccessible* interface_ptr) { return S_OK; } - diff --git a/chrome/views/accessibility/accessible_wrapper.h b/chrome/views/accessibility/accessible_wrapper.h index 2785dfe4..0f335d5 100644 --- a/chrome/views/accessibility/accessible_wrapper.h +++ b/chrome/views/accessibility/accessible_wrapper.h @@ -53,4 +53,3 @@ class AccessibleWrapper { }; #endif // CHROME_VIEWS_ACCESSIBILITY_ACCESSIBLE_WRAPPER_H_ - diff --git a/chrome/views/accessibility/view_accessibility.cc b/chrome/views/accessibility/view_accessibility.cc index 370d407..555009e 100644 --- a/chrome/views/accessibility/view_accessibility.cc +++ b/chrome/views/accessibility/view_accessibility.cc @@ -658,5 +658,3 @@ STDMETHODIMP ViewAccessibility::put_accValue(VARIANT var_id, BSTR put_val) { // Deprecated. return DISP_E_MEMBERNOTFOUND; } - - diff --git a/chrome/views/accessibility/view_accessibility.h b/chrome/views/accessibility/view_accessibility.h index d61ab47..f5f9a9b 100644 --- a/chrome/views/accessibility/view_accessibility.h +++ b/chrome/views/accessibility/view_accessibility.h @@ -127,5 +127,3 @@ class ATL_NO_VTABLE ViewAccessibility DISALLOW_EVIL_CONSTRUCTORS(ViewAccessibility); }; #endif // CHROME_VIEWS_ACCESSIBILITY_VIEW_ACCESSIBILITY_H__ - - diff --git a/chrome/views/aero_tooltip_manager.cc b/chrome/views/aero_tooltip_manager.cc index 196cc0a..f412d6b 100644 --- a/chrome/views/aero_tooltip_manager.cc +++ b/chrome/views/aero_tooltip_manager.cc @@ -123,4 +123,3 @@ void AeroTooltipManager::InitialTimer::Execute() { } } // namespace views - diff --git a/chrome/views/aero_tooltip_manager.h b/chrome/views/aero_tooltip_manager.h index 7635904..43d5423 100644 --- a/chrome/views/aero_tooltip_manager.h +++ b/chrome/views/aero_tooltip_manager.h @@ -55,4 +55,3 @@ class AeroTooltipManager : public TooltipManager { } // namespace views #endif // #ifndef CHROME_VIEWS_AERO_TOOLTIP_MANAGER_H__ - diff --git a/chrome/views/app_modal_dialog_delegate.h b/chrome/views/app_modal_dialog_delegate.h index b8fefb4..399b593 100644 --- a/chrome/views/app_modal_dialog_delegate.h +++ b/chrome/views/app_modal_dialog_delegate.h @@ -22,4 +22,3 @@ class AppModalDialogDelegate : public DialogDelegate { } // namespace views #endif // #ifndef CHROME_VIEWS_APP_MODAL_DIALOG_DELEGATE_H__ - diff --git a/chrome/views/background.cc b/chrome/views/background.cc index 056e511..3a7d8fc 100644 --- a/chrome/views/background.cc +++ b/chrome/views/background.cc @@ -111,4 +111,3 @@ Background* Background::CreateBackgroundPainter(bool owns_painter, } } // namespace views - diff --git a/chrome/views/background.h b/chrome/views/background.h index 1169dac..7126720 100644 --- a/chrome/views/background.h +++ b/chrome/views/background.h @@ -89,4 +89,3 @@ class Background { } // namespace views #endif // CHROME_VIEWS_BACKGROUND_H__ - diff --git a/chrome/views/base_button.cc b/chrome/views/base_button.cc index bea0c2f..26b123f 100644 --- a/chrome/views/base_button.cc +++ b/chrome/views/base_button.cc @@ -314,4 +314,3 @@ void BaseButton::Paint(ChromeCanvas* canvas, bool for_drag) { } } // namespace views - diff --git a/chrome/views/bitmap_scroll_bar.cc b/chrome/views/bitmap_scroll_bar.cc index 6239fc0..d919dc8 100644 --- a/chrome/views/bitmap_scroll_bar.cc +++ b/chrome/views/bitmap_scroll_bar.cc @@ -701,4 +701,3 @@ void BitmapScrollBar::SetThumbTrackState(BaseButton::ButtonState state) { } } // namespace views - diff --git a/chrome/views/bitmap_scroll_bar.h b/chrome/views/bitmap_scroll_bar.h index 499286c..71e079d 100644 --- a/chrome/views/bitmap_scroll_bar.h +++ b/chrome/views/bitmap_scroll_bar.h @@ -183,4 +183,3 @@ class BitmapScrollBar : public ScrollBar, } // namespace views #endif // #ifndef CHROME_VIEWS_BITMAP_SCROLL_BAR_H__ - diff --git a/chrome/views/border.cc b/chrome/views/border.cc index b454c47..4be943f 100644 --- a/chrome/views/border.cc +++ b/chrome/views/border.cc @@ -104,4 +104,3 @@ Border* Border::CreateEmptyBorder(int top, int left, int bottom, int right) { } } // namespace views - diff --git a/chrome/views/button.cc b/chrome/views/button.cc index 3c675d5..0093927 100644 --- a/chrome/views/button.cc +++ b/chrome/views/button.cc @@ -199,4 +199,3 @@ void ToggleButton::SetToggledTooltipText(const std::wstring& tooltip) { } } // namespace views - diff --git a/chrome/views/checkbox.cc b/chrome/views/checkbox.cc index 45895bd..813e383 100644 --- a/chrome/views/checkbox.cc +++ b/chrome/views/checkbox.cc @@ -179,4 +179,3 @@ void CheckBox::OnMouseReleased(const MouseEvent& event, } } // namespace views - diff --git a/chrome/views/checkbox.h b/chrome/views/checkbox.h index d72041a..b85e5cd 100644 --- a/chrome/views/checkbox.h +++ b/chrome/views/checkbox.h @@ -83,4 +83,3 @@ class CheckBox : public NativeButton { } // namespace views #endif // CHROME_VIEWS_NATIVE_CHECKBOX_H__ - diff --git a/chrome/views/combo_box.cc b/chrome/views/combo_box.cc index 87d1592..49b1d0f 100644 --- a/chrome/views/combo_box.cc +++ b/chrome/views/combo_box.cc @@ -164,4 +164,3 @@ int ComboBox::GetSelectedItem() { } } // namespace views - diff --git a/chrome/views/combo_box.h b/chrome/views/combo_box.h index c4ec53b..0e896f8 100644 --- a/chrome/views/combo_box.h +++ b/chrome/views/combo_box.h @@ -77,4 +77,3 @@ class ComboBox : public NativeControl { } // namespace views #endif // CHROME_VIEWS_COMBO_BOX_H__ - diff --git a/chrome/views/controller.h b/chrome/views/controller.h index edd9a1c..4736797 100644 --- a/chrome/views/controller.h +++ b/chrome/views/controller.h @@ -31,4 +31,3 @@ class Controller { }; #endif // CHROME_VIEWS_CONTROLLER_H_ - diff --git a/chrome/views/custom_frame_view.cc b/chrome/views/custom_frame_view.cc index 54303f6..316d7a4 100644 --- a/chrome/views/custom_frame_view.cc +++ b/chrome/views/custom_frame_view.cc @@ -695,4 +695,3 @@ void CustomFrameView::InitClass() { } } // namespace views - diff --git a/chrome/views/custom_frame_view.h b/chrome/views/custom_frame_view.h index 0a34f2d..db366a9 100644 --- a/chrome/views/custom_frame_view.h +++ b/chrome/views/custom_frame_view.h @@ -120,4 +120,3 @@ class CustomFrameView : public NonClientFrameView, } // namespace views #endif // #ifndef CHROME_VIEWS_CUSTOM_FRAME_VIEW_H_ - diff --git a/chrome/views/decision.cc b/chrome/views/decision.cc index a2b430c..cbbea49 100644 --- a/chrome/views/decision.cc +++ b/chrome/views/decision.cc @@ -150,4 +150,3 @@ void Option::ButtonPressed(NativeButton* sender) { } } // namespace views - diff --git a/chrome/views/decision.h b/chrome/views/decision.h index 437b4a5..8eeb9a0 100644 --- a/chrome/views/decision.h +++ b/chrome/views/decision.h @@ -59,4 +59,3 @@ class Decision : public View { } // namespace views #endif // CHROME_VIEWS_DECISION_H__ - diff --git a/chrome/views/dialog_client_view.cc b/chrome/views/dialog_client_view.cc index c32b17c..3908c00 100644 --- a/chrome/views/dialog_client_view.cc +++ b/chrome/views/dialog_client_view.cc @@ -432,4 +432,3 @@ void DialogClientView::InitClass() { } } // namespace views - diff --git a/chrome/views/dialog_client_view.h b/chrome/views/dialog_client_view.h index 52862fb..e8bbdc2 100644 --- a/chrome/views/dialog_client_view.h +++ b/chrome/views/dialog_client_view.h @@ -120,4 +120,3 @@ class DialogClientView : public ClientView, } // namespace views #endif // #ifndef CHROME_VIEWS_DIALOG_CLIENT_VIEW_H_ - diff --git a/chrome/views/dialog_delegate.cc b/chrome/views/dialog_delegate.cc index 42aaafc..8c29c13 100644 --- a/chrome/views/dialog_delegate.cc +++ b/chrome/views/dialog_delegate.cc @@ -50,4 +50,3 @@ DialogClientView* DialogDelegate::GetDialogClientView() const { } } // namespace views - diff --git a/chrome/views/event.cc b/chrome/views/event.cc index 03bde10..5a3d42b 100644 --- a/chrome/views/event.cc +++ b/chrome/views/event.cc @@ -95,4 +95,3 @@ bool KeyEvent::IsExtendedKey() const { } } // namespace views - diff --git a/chrome/views/event.h b/chrome/views/event.h index 35ebfbe..29d76a8 100644 --- a/chrome/views/event.h +++ b/chrome/views/event.h @@ -307,4 +307,3 @@ class DropTargetEvent : public LocatedEvent { } // namespace views #endif // CHROME_VIEWS_EVENT_H__ - diff --git a/chrome/views/external_focus_tracker.cc b/chrome/views/external_focus_tracker.cc index 19a5e7e..088693a 100644 --- a/chrome/views/external_focus_tracker.cc +++ b/chrome/views/external_focus_tracker.cc @@ -63,4 +63,3 @@ void ExternalFocusTracker::StartTracking() { } } // namespace views - diff --git a/chrome/views/external_focus_tracker.h b/chrome/views/external_focus_tracker.h index 8b4dc1e..68ae265 100644 --- a/chrome/views/external_focus_tracker.h +++ b/chrome/views/external_focus_tracker.h @@ -74,4 +74,3 @@ class ExternalFocusTracker : public FocusChangeListener { } // namespace views #endif // CHROME_BROWSER_VIEWS_EXTERNAL_FOCUS_TRACKER_H__ - diff --git a/chrome/views/focus_manager_unittest.cc b/chrome/views/focus_manager_unittest.cc index edbb403..1207bbb 100644 --- a/chrome/views/focus_manager_unittest.cc +++ b/chrome/views/focus_manager_unittest.cc @@ -664,4 +664,3 @@ TEST_F(FocusManagerTest, TraversalWithNonEnabledViews) { } } - diff --git a/chrome/views/grid_layout.cc b/chrome/views/grid_layout.cc index 95a3a86..fe4a0f3 100644 --- a/chrome/views/grid_layout.cc +++ b/chrome/views/grid_layout.cc @@ -1011,4 +1011,3 @@ ColumnSet* GridLayout::GetLastValidColumnSet() { } } // namespace views - diff --git a/chrome/views/grid_layout.h b/chrome/views/grid_layout.h index 27ccc3e..da67638 100644 --- a/chrome/views/grid_layout.h +++ b/chrome/views/grid_layout.h @@ -352,4 +352,3 @@ class ColumnSet { } // namespace views #endif // CHROME_VIEWS_GRID_LAYOUT_H__ - diff --git a/chrome/views/grid_layout_unittest.cc b/chrome/views/grid_layout_unittest.cc index 10cb235..08e8d28 100644 --- a/chrome/views/grid_layout_unittest.cc +++ b/chrome/views/grid_layout_unittest.cc @@ -511,4 +511,3 @@ TEST_F(GridLayoutTest, FixedViewHeight) { layout->Layout(&host); ExpectViewBoundsEquals(0, 0, 30, 10, view); } - diff --git a/chrome/views/hwnd_view.cc b/chrome/views/hwnd_view.cc index 82ce224..4df2b42 100644 --- a/chrome/views/hwnd_view.cc +++ b/chrome/views/hwnd_view.cc @@ -192,4 +192,3 @@ std::string HWNDView::GetClassName() const { } } // namespace views - diff --git a/chrome/views/hwnd_view.h b/chrome/views/hwnd_view.h index 8219991..3fe9f1f 100644 --- a/chrome/views/hwnd_view.h +++ b/chrome/views/hwnd_view.h @@ -98,4 +98,3 @@ class HWNDView : public View { } // namespace views #endif // CHROME_VIEWS_HWND_VIEW_H__ - diff --git a/chrome/views/image_view.cc b/chrome/views/image_view.cc index 6c25574..4949d45 100644 --- a/chrome/views/image_view.cc +++ b/chrome/views/image_view.cc @@ -167,4 +167,3 @@ bool ImageView::GetTooltipText(int x, int y, std::wstring* tooltip) { } } // namespace views - diff --git a/chrome/views/image_view.h b/chrome/views/image_view.h index 0632d5d..3db9bb4 100644 --- a/chrome/views/image_view.h +++ b/chrome/views/image_view.h @@ -105,4 +105,3 @@ class ImageView : public View { } // namespace views #endif // CHROME_VIEWS_IMAGE_VIEW_H__ - diff --git a/chrome/views/layout_manager.cc b/chrome/views/layout_manager.cc index 3ba85ea..35028432 100644 --- a/chrome/views/layout_manager.cc +++ b/chrome/views/layout_manager.cc @@ -13,4 +13,3 @@ int LayoutManager::GetPreferredHeightForWidth(View* host, int width) { } } // namespace views - diff --git a/chrome/views/layout_manager.h b/chrome/views/layout_manager.h index fbe5a13..b354642 100644 --- a/chrome/views/layout_manager.h +++ b/chrome/views/layout_manager.h @@ -58,4 +58,3 @@ class LayoutManager { } // namespace views #endif // CHROME_VIEWS_LAYOUT_MANAGER_H__ - diff --git a/chrome/views/link.cc b/chrome/views/link.cc index 357c3dd..8fdd63d 100644 --- a/chrome/views/link.cc +++ b/chrome/views/link.cc @@ -182,4 +182,3 @@ HCURSOR Link::GetCursorForPoint(Event::EventType event_type, int x, int y) { } } // namespace views - diff --git a/chrome/views/link.h b/chrome/views/link.h index 87d7d85..0e8ef5d 100644 --- a/chrome/views/link.h +++ b/chrome/views/link.h @@ -92,4 +92,3 @@ class Link : public Label { } // namespace views #endif // CHROME_VIEWS_LINK_H__ - diff --git a/chrome/views/menu.cc b/chrome/views/menu.cc index bdc6d10..46d93b6 100644 --- a/chrome/views/menu.cc +++ b/chrome/views/menu.cc @@ -588,4 +588,3 @@ void Menu::Cancel() { int Menu::ItemCount() { return GetMenuItemCount(menu_); } - diff --git a/chrome/views/menu.h b/chrome/views/menu.h index fabfcdf..f92c5dc 100644 --- a/chrome/views/menu.h +++ b/chrome/views/menu.h @@ -350,4 +350,3 @@ class Menu { }; #endif // CHROME_VIEWS_MENU_H_ - diff --git a/chrome/views/menu_button.h b/chrome/views/menu_button.h index c43d6b6..185d59f 100644 --- a/chrome/views/menu_button.h +++ b/chrome/views/menu_button.h @@ -95,4 +95,3 @@ class MenuButton : public TextButton { } // namespace views #endif // CHROME_VIEWS_MENU_BUTTON_H__ - diff --git a/chrome/views/message_box_view.cc b/chrome/views/message_box_view.cc index 26fd1c2..e9a3ab6 100644 --- a/chrome/views/message_box_view.cc +++ b/chrome/views/message_box_view.cc @@ -190,4 +190,3 @@ void MessageBoxView::ResetLayoutManager() { layout->AddPaddingRow(0, kRelatedControlVerticalSpacing); } - diff --git a/chrome/views/message_box_view.h b/chrome/views/message_box_view.h index e71db2c..31f61d4 100644 --- a/chrome/views/message_box_view.h +++ b/chrome/views/message_box_view.h @@ -117,4 +117,3 @@ class MessageBoxView : public views::View { }; #endif // CHROME_VIEWS_MESSAGE_BOX_VIEW_VIEW_H__ - diff --git a/chrome/views/native_control.cc b/chrome/views/native_control.cc index 7ecf165..884af0e 100644 --- a/chrome/views/native_control.cc +++ b/chrome/views/native_control.cc @@ -384,4 +384,3 @@ LRESULT CALLBACK NativeControl::NativeControlWndProc(HWND window, UINT message, } } // namespace views - diff --git a/chrome/views/native_frame_view.cc b/chrome/views/native_frame_view.cc index 04f3448..20b6f13 100644 --- a/chrome/views/native_frame_view.cc +++ b/chrome/views/native_frame_view.cc @@ -58,4 +58,3 @@ void NativeFrameView::ResetWindowControls() { } } // namespace views - diff --git a/chrome/views/native_frame_view.h b/chrome/views/native_frame_view.h index aa599ff..c46be18 100644 --- a/chrome/views/native_frame_view.h +++ b/chrome/views/native_frame_view.h @@ -35,4 +35,3 @@ class NativeFrameView : public NonClientFrameView { } // namespace views #endif // #ifndef CHROME_VIEWS_NATIVE_FRAME_VIEW_H_ - diff --git a/chrome/views/native_scroll_bar.cc b/chrome/views/native_scroll_bar.cc index 38f4b8d..5694d52 100644 --- a/chrome/views/native_scroll_bar.cc +++ b/chrome/views/native_scroll_bar.cc @@ -351,4 +351,3 @@ int NativeScrollBar::GetVerticalScrollBarWidth() { } } // namespace views - diff --git a/chrome/views/native_scroll_bar.h b/chrome/views/native_scroll_bar.h index 8e2f1be..711225a 100644 --- a/chrome/views/native_scroll_bar.h +++ b/chrome/views/native_scroll_bar.h @@ -65,4 +65,3 @@ class NativeScrollBar : public ScrollBar { } // namespace views #endif - diff --git a/chrome/views/non_client_view.cc b/chrome/views/non_client_view.cc index 2e7804c..8568969 100644 --- a/chrome/views/non_client_view.cc +++ b/chrome/views/non_client_view.cc @@ -242,4 +242,3 @@ int NonClientFrameView::GetHTComponentForFrame(const gfx::Point& point, } } // namespace views - diff --git a/chrome/views/non_client_view.h b/chrome/views/non_client_view.h index 32130c3..a6366e8 100644 --- a/chrome/views/non_client_view.h +++ b/chrome/views/non_client_view.h @@ -221,4 +221,3 @@ class NonClientView : public View { } // namespace views #endif // #ifndef CHROME_VIEWS_NON_CLIENT_VIEW_H_ - diff --git a/chrome/views/painter.cc b/chrome/views/painter.cc index c79a53c..7e0897c 100644 --- a/chrome/views/painter.cc +++ b/chrome/views/painter.cc @@ -163,4 +163,3 @@ void HorizontalPainter::Paint(int w, int h, ChromeCanvas* canvas) { } } // namespace views - diff --git a/chrome/views/painter.h b/chrome/views/painter.h index 9bdd7ff..a934124 100644 --- a/chrome/views/painter.h +++ b/chrome/views/painter.h @@ -118,4 +118,3 @@ class HorizontalPainter : public Painter { } // namespace views #endif // CHROME_VIEWS_PAINTER_H__ - diff --git a/chrome/views/radio_button.cc b/chrome/views/radio_button.cc index e96ec41..fb8695a 100644 --- a/chrome/views/radio_button.cc +++ b/chrome/views/radio_button.cc @@ -121,4 +121,3 @@ View* RadioButton::GetSelectedViewForGroup(int group_id) { } } // namespace views - diff --git a/chrome/views/radio_button.h b/chrome/views/radio_button.h index 7d0748b..e790e9b 100644 --- a/chrome/views/radio_button.h +++ b/chrome/views/radio_button.h @@ -58,4 +58,3 @@ class RadioButton : public CheckBox { } // namespace views #endif // CHROME_VIEWS_RADIO_BUTTON_H__ - diff --git a/chrome/views/root_view.cc b/chrome/views/root_view.cc index 4f5097d..3fa5956 100644 --- a/chrome/views/root_view.cc +++ b/chrome/views/root_view.cc @@ -952,4 +952,3 @@ View* RootView::GetDragView() { } } // namespace views - diff --git a/chrome/views/root_view.h b/chrome/views/root_view.h index 103b06d..57ea710 100644 --- a/chrome/views/root_view.h +++ b/chrome/views/root_view.h @@ -356,4 +356,3 @@ class RootView : public View, } // namespace views #endif // CHROME_VIEWS_ROOT_VIEW_H__ - diff --git a/chrome/views/root_view_drop_target.cc b/chrome/views/root_view_drop_target.cc index 8920234..8ce79c2 100644 --- a/chrome/views/root_view_drop_target.cc +++ b/chrome/views/root_view_drop_target.cc @@ -117,4 +117,3 @@ View* RootViewDropTarget::CalculateTargetView( } } // namespace views - diff --git a/chrome/views/root_view_drop_target.h b/chrome/views/root_view_drop_target.h index 9c2bd4d..72a5a87 100644 --- a/chrome/views/root_view_drop_target.h +++ b/chrome/views/root_view_drop_target.h @@ -73,4 +73,3 @@ class RootViewDropTarget : public BaseDropTarget { } // namespace views #endif // CHROME_VIEWS_ROOT_VIEW_DROP_TARGET_H__ - diff --git a/chrome/views/scroll_bar.cc b/chrome/views/scroll_bar.cc index aeb907a..fdcd00f 100644 --- a/chrome/views/scroll_bar.cc +++ b/chrome/views/scroll_bar.cc @@ -45,4 +45,3 @@ int ScrollBar::GetMinPosition() const { } } // namespace views - diff --git a/chrome/views/scroll_bar.h b/chrome/views/scroll_bar.h index 1697c98..b386eae 100644 --- a/chrome/views/scroll_bar.h +++ b/chrome/views/scroll_bar.h @@ -100,4 +100,3 @@ class ScrollBar : public View { } // namespace views #endif - diff --git a/chrome/views/scroll_view.cc b/chrome/views/scroll_view.cc index e30e68d..3331bc1 100644 --- a/chrome/views/scroll_view.cc +++ b/chrome/views/scroll_view.cc @@ -498,4 +498,3 @@ VariableRowHeightScrollHelper::RowInfo } } // namespace views - diff --git a/chrome/views/scroll_view.h b/chrome/views/scroll_view.h index 54996b5..ec473f8 100644 --- a/chrome/views/scroll_view.h +++ b/chrome/views/scroll_view.h @@ -205,4 +205,3 @@ class FixedRowHeightScrollHelper : public VariableRowHeightScrollHelper { } // namespace views #endif // CHROME_VIEWS_SCROLL_VIEW_H__ - diff --git a/chrome/views/separator.cc b/chrome/views/separator.cc index 63ad3a9..bff5ff6 100644 --- a/chrome/views/separator.cc +++ b/chrome/views/separator.cc @@ -36,4 +36,3 @@ gfx::Size Separator::GetPreferredSize() { } } // namespace views - diff --git a/chrome/views/tabbed_pane.cc b/chrome/views/tabbed_pane.cc index aefd496..1663390 100644 --- a/chrome/views/tabbed_pane.cc +++ b/chrome/views/tabbed_pane.cc @@ -262,4 +262,3 @@ void TabbedPane::ResizeContents(HWND tab_control) { } } // namespace views - diff --git a/chrome/views/text_button.cc b/chrome/views/text_button.cc index 1eca617..72420c9 100644 --- a/chrome/views/text_button.cc +++ b/chrome/views/text_button.cc @@ -307,4 +307,3 @@ void TextButton::SetEnabled(bool enabled) { } } // namespace views - diff --git a/chrome/views/text_button.h b/chrome/views/text_button.h index 5fee1e3..0fd8a61 100644 --- a/chrome/views/text_button.h +++ b/chrome/views/text_button.h @@ -138,4 +138,3 @@ public: } // namespace views #endif // CHROME_VIEWS_TEXT_BUTTON_H__ - diff --git a/chrome/views/throbber.cc b/chrome/views/throbber.cc index 1f80ff4..13a8ab4 100644 --- a/chrome/views/throbber.cc +++ b/chrome/views/throbber.cc @@ -169,4 +169,3 @@ void CheckmarkThrobber::InitClass() { SkBitmap* CheckmarkThrobber::checkmark_ = NULL; } // namespace views - diff --git a/chrome/views/throbber.h b/chrome/views/throbber.h index 3331412..2edd3ce 100644 --- a/chrome/views/throbber.h +++ b/chrome/views/throbber.h @@ -109,4 +109,3 @@ class CheckmarkThrobber : public Throbber { } // namespace views #endif // CHROME_VIEWS_THROBBER_H_ - diff --git a/chrome/views/view.cc b/chrome/views/view.cc index 00c3e4b..aada086 100644 --- a/chrome/views/view.cc +++ b/chrome/views/view.cc @@ -1616,4 +1616,3 @@ void View::DragInfo::PossibleDrag(int x, int y) { } } // namespace - diff --git a/chrome/views/view_menu_delegate.h b/chrome/views/view_menu_delegate.h index 6ac2598..397563a 100644 --- a/chrome/views/view_menu_delegate.h +++ b/chrome/views/view_menu_delegate.h @@ -30,4 +30,3 @@ class ViewMenuDelegate { } // namespace views #endif // CHROME_VIEWS_VIEW_MENU_DELEGATE_H__ - diff --git a/chrome/views/view_storage.cc b/chrome/views/view_storage.cc index ed445f3..bc5849c 100644 --- a/chrome/views/view_storage.cc +++ b/chrome/views/view_storage.cc @@ -203,4 +203,3 @@ void ViewStorage::Observe(NotificationType type, } } // namespace views - diff --git a/chrome/views/widget.h b/chrome/views/widget.h index 0dab65f..d3c4e08 100644 --- a/chrome/views/widget.h +++ b/chrome/views/widget.h @@ -88,4 +88,3 @@ class Widget { } // namespace views #endif // CHROME_VIEWS_WIDGET_H_ - diff --git a/chrome/views/widget_win.cc b/chrome/views/widget_win.cc index 85f81c8..29c04a5 100644 --- a/chrome/views/widget_win.cc +++ b/chrome/views/widget_win.cc @@ -955,4 +955,3 @@ LRESULT CALLBACK WidgetWin::WndProc(HWND window, UINT message, } } // namespace views - diff --git a/chrome/views/widget_win.h b/chrome/views/widget_win.h index 9c9a19f..55ee4fd 100644 --- a/chrome/views/widget_win.h +++ b/chrome/views/widget_win.h @@ -623,4 +623,3 @@ class WidgetWin : public Widget, } // namespace views #endif // #ifndef CHROME_VIEWS_WIDGET_WIN_H_ - diff --git a/chrome/views/window.cc b/chrome/views/window.cc index 67f1b5a..a3359bf 100644 --- a/chrome/views/window.cc +++ b/chrome/views/window.cc @@ -1157,4 +1157,3 @@ void Window::InitClass() { } } // namespace views - diff --git a/chrome/views/window_delegate.cc b/chrome/views/window_delegate.cc index e76330a..1ac5d31 100644 --- a/chrome/views/window_delegate.cc +++ b/chrome/views/window_delegate.cc @@ -94,4 +94,3 @@ void WindowDelegate::ReleaseWindow() { } } // namespace views - diff --git a/chrome/views/window_delegate.h b/chrome/views/window_delegate.h index 065f684..bbd5296 100644 --- a/chrome/views/window_delegate.h +++ b/chrome/views/window_delegate.h @@ -160,4 +160,3 @@ class WindowDelegate { } // namespace views #endif // CHROME_VIEWS_WINDOW_DELEGATE_H_ - diff --git a/chrome/views/window_resources.h b/chrome/views/window_resources.h index 9013f2b..6face56 100644 --- a/chrome/views/window_resources.h +++ b/chrome/views/window_resources.h @@ -28,4 +28,3 @@ class WindowResources { } // namespace views #endif // CHROME_BROWSER_VIEWS_WINDOW_RESOURCES_H_ - |