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

Unified Diff: chrome/browser/spellchecker/spellcheck_dictionary.h

Issue 1545223002: Switch to standard integer types in chrome/browser/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years 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/browser/spellchecker/spellcheck_dictionary.h
diff --git a/chrome/browser/spellchecker/spellcheck_dictionary.h b/chrome/browser/spellchecker/spellcheck_dictionary.h
index e9f8b7a9a5cc6bc5b4707b1bf2539abb1300d40c..ea94c98a2f7bfc6c11655f5f31e62be99ae21af1 100644
--- a/chrome/browser/spellchecker/spellcheck_dictionary.h
+++ b/chrome/browser/spellchecker/spellcheck_dictionary.h
@@ -5,7 +5,7 @@
#ifndef CHROME_BROWSER_SPELLCHECKER_SPELLCHECK_DICTIONARY_H_
#define CHROME_BROWSER_SPELLCHECKER_SPELLCHECK_DICTIONARY_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
// Defines a dictionary for use in the spellchecker system and provides access
// to words within the dictionary.
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc ('k') | chrome/browser/spellchecker/spellcheck_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698