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

Unified Diff: chrome/browser/history/history_publisher.h

Issue 6626054: Switch to wstrings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Drop empty file Created 9 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/history/history_publisher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_publisher.h
diff --git a/chrome/browser/history/history_publisher.h b/chrome/browser/history/history_publisher.h
index fdf94b7035a4e4ad0911f9bfe7d2af6a9d5019d8..f5ac086177ae848fe2e995d3b5cad298be99bce5 100644
--- a/chrome/browser/history/history_publisher.h
+++ b/chrome/browser/history/history_publisher.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -46,8 +46,8 @@ class HistoryPublisher {
struct PageData {
const base::Time& time;
const GURL& url;
- const wchar_t* html;
- const wchar_t* title;
+ const char16* html;
+ const char16* title;
const char* thumbnail_format;
const std::vector<unsigned char>* thumbnail;
};
« no previous file with comments | « no previous file | chrome/browser/history/history_publisher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698