Index: chrome/browser/geolocation/access_token_store.cc |
=================================================================== |
--- chrome/browser/geolocation/access_token_store.cc (revision 76230) |
+++ chrome/browser/geolocation/access_token_store.cc (working copy) |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/browser/geolocation/access_token_store.h" |
+#include "chrome/browser/geolocation/access_token_store.h" |
#include "base/string_piece.h" |
#include "base/utf_string_conversions.h" |
#include "base/values.h" |
#include "chrome/browser/browser_process.h" |
+#include "chrome/browser/browser_thread.h" |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/common/pref_names.h" |
-#include "content/browser/browser_thread.h" |
#include "googleurl/src/gurl.h" |
namespace { |