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

Side by Side Diff: chrome/browser/spellcheck_unittest.cc

Issue 8176: Move the spellcheck unittest into browser next to the file (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month 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 | chrome/renderer/spellcheck_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/chrome/renderer/spellcheck_unittest.cc:r69-2775
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "webkit/glue/webkit_glue.h" 5 #include "webkit/glue/webkit_glue.h"
6 6
7 #include "base/file_util.h" 7 #include "base/file_util.h"
8 #include "base/message_loop.h" 8 #include "base/message_loop.h"
9 #include "base/path_service.h" 9 #include "base/path_service.h"
10 #include "chrome/browser/spellchecker.h" 10 #include "chrome/browser/spellchecker.h"
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 break; 478 break;
479 } 479 }
480 } 480 }
481 481
482 EXPECT_TRUE(suggested_word_is_present); 482 EXPECT_TRUE(suggested_word_is_present);
483 } 483 }
484 484
485 // Remove the temp custom dictionary file. 485 // Remove the temp custom dictionary file.
486 file_util::Delete(kTempCustomDictionaryFile, false); 486 file_util::Delete(kTempCustomDictionaryFile, false);
487 } 487 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/spellcheck_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698