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

Unified Diff: chrome/browser/sync/engine/syncer_thread.cc

Issue 6086003: Cleanup: Remove unneeded includes of chrome_switches.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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/sync/engine/syncer_thread.cc
===================================================================
--- chrome/browser/sync/engine/syncer_thread.cc (revision 69787)
+++ chrome/browser/sync/engine/syncer_thread.cc (working copy)
@@ -1,10 +1,9 @@
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+
#include "chrome/browser/sync/engine/syncer_thread.h"
-#include "build/build_config.h"
James Hawkins 2010/12/22 21:54:36 The file is using a define from build_config.h so
Lei Zhang 2011/01/08 01:51:36 syncer_thread.h already uses #if define, so it's c
-
#if defined(OS_MACOSX)
James Hawkins 2010/12/22 21:54:36 Platform-specific includes should be at the bottom
Lei Zhang 2011/01/08 01:51:36 Done.
#include <CoreFoundation/CFNumber.h>
#include <IOKit/IOTypes.h>
@@ -21,7 +20,6 @@
#include "chrome/browser/sync/engine/net/server_connection_manager.h"
#include "chrome/browser/sync/engine/syncer.h"
#include "chrome/browser/sync/sessions/sync_session.h"
-#include "chrome/common/chrome_switches.h"
#include "jingle/notifier/listener/notification_constants.h"
using std::priority_queue;

Powered by Google App Engine
This is Rietveld 408576698