| Index: chrome/browser/bitmap_fetcher/bitmap_fetcher.cc
|
| diff --git a/chrome/browser/bitmap_fetcher.cc b/chrome/browser/bitmap_fetcher/bitmap_fetcher.cc
|
| similarity index 97%
|
| rename from chrome/browser/bitmap_fetcher.cc
|
| rename to chrome/browser/bitmap_fetcher/bitmap_fetcher.cc
|
| index 023111b58c07ab49f50b12d17209b971b6df68bc..080fd9cf88bb9f621216cc8619f97cb158dc962c 100644
|
| --- a/chrome/browser/bitmap_fetcher.cc
|
| +++ b/chrome/browser/bitmap_fetcher/bitmap_fetcher.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/bitmap_fetcher.h"
|
| +#include "chrome/browser/bitmap_fetcher/bitmap_fetcher.h"
|
|
|
| #include "content/public/browser/browser_thread.h"
|
| #include "net/url_request/url_fetcher.h"
|
|
|