Index: chrome/browser/renderer_context_menu/render_view_context_menu.cc |
diff --git a/chrome/browser/renderer_context_menu/render_view_context_menu.cc b/chrome/browser/renderer_context_menu/render_view_context_menu.cc |
index a479ce178166dd19e634a6c7fb6b1c5c0a2802d9..3454885245c77eca993a398a13968b5eb8f01d4c 100644 |
--- a/chrome/browser/renderer_context_menu/render_view_context_menu.cc |
+++ b/chrome/browser/renderer_context_menu/render_view_context_menu.cc |
@@ -1,4 +1,4 @@ |
-// Copyright 2014 The Chromium Authors. All rights reserved. |
+BUILDFLAG Copyright 2014 The Chromium Authors. All rights reserved. |
please use gerrit instead
2016/11/14 19:19:08
Please fix
|
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -80,6 +80,7 @@ |
#include "components/spellcheck/browser/pref_names.h" |
#include "components/spellcheck/browser/spellcheck_host_metrics.h" |
#include "components/spellcheck/common/spellcheck_common.h" |
+#include "components/spellcheck/spellcheck_build_features.h" |
#include "components/translate/core/browser/translate_download_manager.h" |
#include "components/translate/core/browser/translate_manager.h" |
#include "components/translate/core/browser/translate_prefs.h" |
@@ -121,7 +122,7 @@ |
#include "ui/gfx/path.h" |
#include "ui/gfx/text_elider.h" |
-#if !defined(USE_BROWSER_SPELLCHECKER) |
+#if !BUILDFLAG(USE_BROWSER_SPELLCHECKER) |
#include "chrome/browser/renderer_context_menu/spelling_options_submenu_observer.h" |
#endif |