Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: webkit/port/bindings/v8/extensions/Playback.h

Issue 18817: Add newlines to the end of files so that linux can compile (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // The IntervalExtension is a v8 extension to implement a simple interval 5 // The IntervalExtension is a v8 extension to implement a simple interval
6 // class for measuring microsecond intervals. 6 // class for measuring microsecond intervals.
7 7
8 #ifndef PLAYBACK_EXTENSION_H__ 8 #ifndef PLAYBACK_EXTENSION_H__
9 #define PLAYBACK_EXTENSION_H__ 9 #define PLAYBACK_EXTENSION_H__
10 10
(...skipping 13 matching lines...) Expand all
24 // and cannot always guarantee that requests for randomness are played back 24 // and cannot always guarantee that requests for randomness are played back
25 // in exactly the same order in which they were recorded. 25 // in exactly the same order in which they were recorded.
26 class PlaybackExtension { 26 class PlaybackExtension {
27 public: 27 public:
28 static v8::Extension* Get(); 28 static v8::Extension* Get();
29 }; 29 };
30 30
31 } 31 }
32 32
33 #endif // PLAYBACK_EXTENSION_H__ 33 #endif // PLAYBACK_EXTENSION_H__
34
OLDNEW
« no previous file with comments | « webkit/port/bindings/v8/extensions/Interval.h ('k') | webkit/port/bindings/v8/extensions/Playback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698