Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: chrome/browser/bitmap_fetcher/bitmap_fetcher.h

Issue 319623003: [AiS] ImageService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix signed/unsigned conflict. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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%
copy from chrome/browser/bitmap_fetcher.h
copy 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_

Powered by Google App Engine
This is Rietveld 408576698