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

Unified Diff: chrome/browser/extensions/api/tabs/tabs_api.cc

Issue 2261253003: Add chrome/browser/extensions to "GN check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dumb typo Created 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/api/tabs/tabs_api.cc
diff --git a/chrome/browser/extensions/api/tabs/tabs_api.cc b/chrome/browser/extensions/api/tabs/tabs_api.cc
index cbced11e5836c0bdddf8486a2ddc677eaf9f2c19..cd1e094fc78b09b24c1fab29918d1c2165c9dce3 100644
--- a/chrome/browser/extensions/api/tabs/tabs_api.cc
+++ b/chrome/browser/extensions/api/tabs/tabs_api.cc
@@ -97,9 +97,9 @@
#include "ui/base/ui_base_types.h"
#if defined(USE_ASH)
-#include "ash/common/ash_switches.h"
-#include "chrome/browser/extensions/api/tabs/ash_panel_contents.h"
-#include "extensions/browser/app_window/app_window_registry.h"
+#include "ash/common/ash_switches.h" // nogncheck
+#include "chrome/browser/extensions/api/tabs/ash_panel_contents.h" // nogncheck
+#include "extensions/browser/app_window/app_window_registry.h" // nogncheck
#endif
using content::BrowserThread;

Powered by Google App Engine
This is Rietveld 408576698