| Index: chrome/browser/bitmap_fetcher/bitmap_fetcher.h
|
| diff --git a/chrome/browser/bitmap_fetcher.h b/chrome/browser/bitmap_fetcher/bitmap_fetcher.h
|
| similarity index 94%
|
| rename from chrome/browser/bitmap_fetcher.h
|
| rename to chrome/browser/bitmap_fetcher/bitmap_fetcher.h
|
| index e53108475373ac0daab4fc8e883567856c577c6c..afd2dbb8f1f3f5dea0a32c020b21180ea064bcc2 100644
|
| --- a/chrome/browser/bitmap_fetcher.h
|
| +++ b/chrome/browser/bitmap_fetcher/bitmap_fetcher.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_BITMAP_FETCHER_H_
|
| -#define CHROME_BROWSER_BITMAP_FETCHER_H_
|
| +#ifndef CHROME_BROWSER_BITMAP_FETCHER_BITMAP_FETCHER_H_
|
| +#define CHROME_BROWSER_BITMAP_FETCHER_BITMAP_FETCHER_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/bitmap_fetcher_delegate.h"
|
| @@ -79,4 +79,4 @@ class BitmapFetcher : public net::URLFetcherDelegate,
|
|
|
| } // namespace chrome
|
|
|
| -#endif // CHROME_BROWSER_BITMAP_FETCHER_H_
|
| +#endif // CHROME_BROWSER_BITMAP_FETCHER_BITMAP_FETCHER_H_
|
|
|