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

Side by Side Diff: chrome/browser/geolocation/libgps_2_94_wrapper_linux.cc

Issue 6597044: Revert 76228 - Move core pieces of geolocation from chrome to content.This is... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 9 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 // Defines a variant of libgps wrapper for use with the 2.94 release of the API. 5 // Defines a variant of libgps wrapper for use with the 2.94 release of the API.
6 6
7 #include "chrome/browser/geolocation/libgps_wrapper_linux.h" 7 #include "chrome/browser/geolocation/libgps_wrapper_linux.h"
8 8
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "chrome/common/geoposition.h" 10 #include "chrome/common/geoposition.h"
(...skipping 28 matching lines...) Expand all
39 return true; 39 return true;
40 } 40 }
41 41
42 private: 42 private:
43 DISALLOW_COPY_AND_ASSIGN(LibGpsV294); 43 DISALLOW_COPY_AND_ASSIGN(LibGpsV294);
44 }; 44 };
45 45
46 LibGps* LibGps::NewV294(LibGpsLibraryWrapper* dl_wrapper) { 46 LibGps* LibGps::NewV294(LibGpsLibraryWrapper* dl_wrapper) {
47 return new LibGpsV294(dl_wrapper); 47 return new LibGpsV294(dl_wrapper);
48 } 48 }
OLDNEW
« no previous file with comments | « chrome/browser/geolocation/libgps_2_38_wrapper_linux.cc ('k') | chrome/browser/geolocation/libgps_wrapper_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698