diff options
Diffstat (limited to 'content/browser/geolocation/arbitrator_dependency_factory.h')
-rw-r--r-- | content/browser/geolocation/arbitrator_dependency_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/geolocation/arbitrator_dependency_factory.h b/content/browser/geolocation/arbitrator_dependency_factory.h index d139925..d026c23 100644 --- a/content/browser/geolocation/arbitrator_dependency_factory.h +++ b/content/browser/geolocation/arbitrator_dependency_factory.h @@ -6,7 +6,7 @@ #define CONTENT_BROWSER_GEOLOCATION_ARBITRATOR_DEPENDENCY_FACTORY_H_ #pragma once -#include "base/ref_counted.h" +#include "base/memory/ref_counted.h" #include "base/string16.h" class AccessTokenStore; |