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

Unified Diff: chrome/renderer/spellchecker/spellcheck.h

Issue 12321062: base: Move MemoryMappedFile out of file_util.h and into its own header file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chrome_frame Created 7 years, 10 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/renderer/spellchecker/spellcheck.h
diff --git a/chrome/renderer/spellchecker/spellcheck.h b/chrome/renderer/spellchecker/spellcheck.h
index 5812986eb205628d255c6ad851769aa644839fb1..8e4c7109a3162d6738a2f17e91ef6907b31ff07a 100644
--- a/chrome/renderer/spellchecker/spellcheck.h
+++ b/chrome/renderer/spellchecker/spellcheck.h
@@ -21,10 +21,6 @@
struct SpellCheckResult;
-namespace file_util {
-class MemoryMappedFile;
-}
-
namespace WebKit {
class WebTextCheckingCompletion;
struct WebTextCheckingResult;

Powered by Google App Engine
This is Rietveld 408576698