summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/dom_ui')
-rw-r--r--chrome/browser/dom_ui/chrome_url_data_manager.cc1
-rw-r--r--chrome/browser/dom_ui/chrome_url_data_manager.h1
-rw-r--r--chrome/browser/dom_ui/dev_tools_ui.cc2
-rw-r--r--chrome/browser/dom_ui/dev_tools_ui.h1
-rw-r--r--chrome/browser/dom_ui/dom_ui_host.cc1
-rw-r--r--chrome/browser/dom_ui/dom_ui_host.h1
-rw-r--r--chrome/browser/dom_ui/downloads_ui.cc1
-rw-r--r--chrome/browser/dom_ui/downloads_ui.h1
-rw-r--r--chrome/browser/dom_ui/fileicon_source.h1
-rw-r--r--chrome/browser/dom_ui/html_dialog_contents.cc1
-rw-r--r--chrome/browser/dom_ui/html_dialog_contents.h1
-rw-r--r--chrome/browser/dom_ui/new_tab_ui.h1
12 files changed, 0 insertions, 13 deletions
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__
-