| Index: content/browser/geolocation/fake_access_token_store.h
 | 
| diff --git a/content/browser/geolocation/fake_access_token_store.h b/content/browser/geolocation/fake_access_token_store.h
 | 
| index 423b317e4893581ad1ff4bead04a22381b64ee6f..30a01859d101bf7d1264fbf0fb2d2d91060ba283 100644
 | 
| --- a/content/browser/geolocation/fake_access_token_store.h
 | 
| +++ b/content/browser/geolocation/fake_access_token_store.h
 | 
| @@ -5,7 +5,7 @@
 | 
|  #ifndef CONTENT_BROWSER_GEOLOCATION_FAKE_ACCESS_TOKEN_STORE_H_
 | 
|  #define CONTENT_BROWSER_GEOLOCATION_FAKE_ACCESS_TOKEN_STORE_H_
 | 
|  
 | 
| -#include "base/single_thread_task_runner.h"
 | 
| +#include "base/message_loop/message_loop_proxy.h"
 | 
|  #include "content/public/browser/access_token_store.h"
 | 
|  #include "testing/gmock/include/gmock/gmock.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
| @@ -42,7 +42,7 @@ class FakeAccessTokenStore : public AccessTokenStore {
 | 
|    // In some tests, NotifyDelegateTokensLoaded() is called on a thread
 | 
|    // other than the originating thread, in which case we must post
 | 
|    // back to it.
 | 
| -  base::SingleThreadTaskRunner* originating_task_runner_;
 | 
| +  base::MessageLoopProxy* originating_message_loop_;
 | 
|  
 | 
|    DISALLOW_COPY_AND_ASSIGN(FakeAccessTokenStore);
 | 
|  };
 | 
| 
 |