Index: chrome/browser/history/history_publisher.cc |
=================================================================== |
--- chrome/browser/history/history_publisher.cc (revision 16052) |
+++ chrome/browser/history/history_publisher.cc (working copy) |
@@ -6,7 +6,7 @@ |
namespace history { |
-const char* HistoryPublisher::kThumbnailImageFormat = "image/jpeg"; |
+const char* const HistoryPublisher::kThumbnailImageFormat = "image/jpeg"; |
void HistoryPublisher::PublishPageThumbnail( |
const std::vector<unsigned char>& thumbnail, const GURL& url, |