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

Side by Side Diff: deps/third_party/hunspell/google/bdict_reader.h

Issue 174130: Update hunspell imports to use deps location instead of previous location.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/
Patch Set: Created 11 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | deps/third_party/hunspell/google/bdict_reader.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2008 Google Inc. All Rights Reserved. 1 // Copyright 2008 Google Inc. All Rights Reserved.
2 2
3 #ifndef CHROME_THIRD_PARTY_HUNSPELL_GOOGLE_DIC_READER_H__ 3 #ifndef CHROME_THIRD_PARTY_HUNSPELL_GOOGLE_DIC_READER_H__
4 #define CHROME_THIRD_PARTY_HUNSPELL_GOOGLE_DIC_READER_H__ 4 #define CHROME_THIRD_PARTY_HUNSPELL_GOOGLE_DIC_READER_H__
5 5
6 #include <string> 6 #include <string>
7 #include <vector> 7 #include <vector>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "chrome/third_party/hunspell/google/bdict.h" 10 #include "third_party/hunspell/google/bdict.h"
11 11
12 namespace hunspell { 12 namespace hunspell {
13 13
14 class BDictReader; 14 class BDictReader;
15 class NodeReader; 15 class NodeReader;
16 16
17 // Iterators ------------------------------------------------------------------- 17 // Iterators -------------------------------------------------------------------
18 18
19 // Iterates through all words in the dictionary. It will fill the word into 19 // Iterates through all words in the dictionary. It will fill the word into
20 // a caller-specified buffer. 20 // a caller-specified buffer.
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 const BDict::Header* header_; 142 const BDict::Header* header_;
143 143
144 const BDict::AffHeader* aff_header_; 144 const BDict::AffHeader* aff_header_;
145 145
146 DISALLOW_EVIL_CONSTRUCTORS(BDictReader); 146 DISALLOW_EVIL_CONSTRUCTORS(BDictReader);
147 }; 147 };
148 148
149 } // namespace hunspell 149 } // namespace hunspell
150 150
151 #endif // CHROME_THIRD_PARTY_HUNSPELL_GOOGLE_DIC_READER_H__ 151 #endif // CHROME_THIRD_PARTY_HUNSPELL_GOOGLE_DIC_READER_H__
OLDNEW
« no previous file with comments | « no previous file | deps/third_party/hunspell/google/bdict_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698