| Index: chrome/browser/geolocation/access_token_store_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/geolocation/access_token_store_browsertest.cc (revision 76198)
|
| +++ chrome/browser/geolocation/access_token_store_browsertest.cc (working copy)
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/geolocation/access_token_store.h"
|
| +#include "content/browser/geolocation/access_token_store.h"
|
|
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/browser_thread.h"
|
| #include "chrome/test/in_process_browser_test.h"
|
| #include "chrome/test/ui_test_utils.h"
|
| +#include "content/browser/browser_thread.h"
|
|
|
| namespace {
|
|
|
|
|