0

Add newlines to the end of files so that linux can compile

Review URL: http://codereview.chromium.org/18817

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8664 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
mbelshe@google.com
2009-01-26 21:44:05 +00:00
parent 07167e8f26
commit dd98a4ba5e
5 changed files with 6 additions and 1 deletions

@ -22,3 +22,4 @@ v8::Extension* GCExtension::Get() {
}
}

@ -20,3 +20,4 @@ class GCExtension {
}
#endif // GC_EXTENSION_H__

@ -19,4 +19,5 @@ class IntervalExtension {
}
#endif // INTERVAL_EXTENSION_H__
#endif // INTERVAL_EXTENSION_H__

@ -27,3 +27,4 @@ v8::Extension* PlaybackExtension::Get() {
}
}

@ -31,3 +31,4 @@ class PlaybackExtension {
}
#endif // PLAYBACK_EXTENSION_H__