| Index: chrome/browser/sync/sync_setup_flow.cc
|
| ===================================================================
|
| --- chrome/browser/sync/sync_setup_flow.cc (revision 30247)
|
| +++ chrome/browser/sync/sync_setup_flow.cc (working copy)
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#if defined(BROWSER_SYNC)
|
| -
|
| #include "chrome/browser/sync/sync_setup_flow.h"
|
|
|
| #include "app/gfx/font.h"
|
| @@ -300,5 +298,3 @@
|
| b->BrowserShowHtmlDialog(flow, NULL);
|
| return flow;
|
| }
|
| -
|
| -#endif // defined(BROWSER_SYNC)
|
|
|