| Index: content/browser/geolocation/geolocation_dispatcher_host.h
|
| ===================================================================
|
| --- content/browser/geolocation/geolocation_dispatcher_host.h (revision 0)
|
| +++ content/browser/geolocation/geolocation_dispatcher_host.h (working copy)
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_GEOLOCATION_GEOLOCATION_DISPATCHER_HOST_H_
|
| -#define CHROME_BROWSER_GEOLOCATION_GEOLOCATION_DISPATCHER_HOST_H_
|
| +#ifndef CONTENT_BROWSER_GEOLOCATION_GEOLOCATION_DISPATCHER_HOST_H_
|
| +#define CONTENT_BROWSER_GEOLOCATION_GEOLOCATION_DISPATCHER_HOST_H_
|
| #pragma once
|
|
|
| -#include "chrome/browser/browser_message_filter.h"
|
| +#include "content/browser/browser_message_filter.h"
|
|
|
| class GeolocationPermissionContext;
|
|
|
| @@ -28,4 +28,4 @@
|
| DISALLOW_COPY_AND_ASSIGN(GeolocationDispatcherHost);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_GEOLOCATION_GEOLOCATION_DISPATCHER_HOST_H_
|
| +#endif // CONTENT_BROWSER_GEOLOCATION_GEOLOCATION_DISPATCHER_HOST_H_
|
|
|
| Property changes on: content\browser\geolocation\geolocation_dispatcher_host.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|