summaryrefslogtreecommitdiffstats
path: root/content/shell
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-05 22:11:35 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-05 22:11:35 +0000
commitf063fb05525be179db513f33a63b1ff3fd529b81 (patch)
treeb3a1408c2bb51cfdc5c02e8beb7b62e526b69d86 /content/shell
parentef0dc06a7ed2610e8b19b7455024dd81a5a15c50 (diff)
downloadchromium_src-f063fb05525be179db513f33a63b1ff3fd529b81.zip
chromium_src-f063fb05525be179db513f33a63b1ff3fd529b81.tar.gz
chromium_src-f063fb05525be179db513f33a63b1ff3fd529b81.tar.bz2
Fix build, add missing newlines. Trybots were _green_
TBR=jam BUG=90448 Review URL: http://codereview.chromium.org/8165003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104185 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell')
-rw-r--r--content/shell/shell_main_delegate.cc2
-rw-r--r--content/shell/shell_main_delegate.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/shell/shell_main_delegate.cc b/content/shell/shell_main_delegate.cc
index 0cd3f9f..a0ffe67 100644
--- a/content/shell/shell_main_delegate.cc
+++ b/content/shell/shell_main_delegate.cc
@@ -50,4 +50,4 @@ void ShellMainDelegate::InitializeShellContentClient(
utility_client_.reset(new content::ShellContentUtilityClient);
content::GetContentClient()->set_utility(utility_client_.get());
}
-} \ No newline at end of file
+}
diff --git a/content/shell/shell_main_delegate.h b/content/shell/shell_main_delegate.h
index a150688..4b1b431 100644
--- a/content/shell/shell_main_delegate.h
+++ b/content/shell/shell_main_delegate.h
@@ -41,4 +41,4 @@ class ShellMainDelegate : public content::ContentMainDelegate {
DISALLOW_COPY_AND_ASSIGN(ShellMainDelegate);
};
-#endif // CONTENT_SHELL_SHELL_MAIN_DELEGATE_H_ \ No newline at end of file
+#endif // CONTENT_SHELL_SHELL_MAIN_DELEGATE_H_