| Index: content/browser/geolocation/libgps_wrapper_linux.h
|
| ===================================================================
|
| --- content/browser/geolocation/libgps_wrapper_linux.h (revision 0)
|
| +++ content/browser/geolocation/libgps_wrapper_linux.h (working copy)
|
| @@ -9,8 +9,8 @@
|
| // - configurable for testing
|
| // - more convenient error handling.
|
|
|
| -#ifndef CHROME_BROWSER_GEOLOCATION_LIBGPS_WRAPPER_LINUX_H_
|
| -#define CHROME_BROWSER_GEOLOCATION_LIBGPS_WRAPPER_LINUX_H_
|
| +#ifndef CONTENT_BROWSER_GEOLOCATION_LIBGPS_WRAPPER_LINUX_H_
|
| +#define CONTENT_BROWSER_GEOLOCATION_LIBGPS_WRAPPER_LINUX_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -109,4 +109,4 @@
|
| DISALLOW_COPY_AND_ASSIGN(LibGpsLibraryWrapper);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_GEOLOCATION_LIBGPS_WRAPPER_LINUX_H_
|
| +#endif // CONTENT_BROWSER_GEOLOCATION_LIBGPS_WRAPPER_LINUX_H_
|
|
|
| Property changes on: content\browser\geolocation\libgps_wrapper_linux.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|