Chromium Code Reviews| 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; |