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

Side by Side Diff: webkit/chaos/Chaos.h

Issue 149391: Chaos Demo Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 5 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
« no previous file with comments | « no previous file | webkit/chaos/Chaos.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Name: svn:eol-style
+ LF
OLDNEW
(Empty)
1 #include <wtf/RefPtr.h>
2 // FIXME: seems to me I shouldn't have to include this
3 #include "ChaosGeolocation.h"
4
5 namespace WebCore {
6
7 class ChaosGeolocation;
8
9 class Chaos : public RefCounted<Chaos> {
10 public:
11 ChaosGeolocation *geolocation() const;
12 private:
13 mutable RefPtr<ChaosGeolocation> geolocation_;
14 };
15
16 } // namespace WebCore
OLDNEW
« no previous file with comments | « no previous file | webkit/chaos/Chaos.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698