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

Side by Side Diff: webkit/chaos/ChaosGeoposition.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 | « webkit/chaos/ChaosGeolocation.idl ('k') | webkit/chaos/ChaosGeoposition.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #include <wtf/RefCounted.h>
2
3 namespace WebCore {
4
5 class ChaosCoordinates;
6
7 class ChaosGeoposition : public RefCounted<ChaosGeoposition> {
8 public:
9 ChaosCoordinates *coords() const;
10 };
11
12 } // namespace WebCore
OLDNEW
« no previous file with comments | « webkit/chaos/ChaosGeolocation.idl ('k') | webkit/chaos/ChaosGeoposition.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698