summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/util/path_helpers_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/util/path_helpers_linux.cc')
-rw-r--r--chrome/browser/sync/util/path_helpers_linux.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/browser/sync/util/path_helpers_linux.cc b/chrome/browser/sync/util/path_helpers_linux.cc
index c256d5c..e69de29 100644
--- a/chrome/browser/sync/util/path_helpers_linux.cc
+++ b/chrome/browser/sync/util/path_helpers_linux.cc
@@ -1,10 +0,0 @@
-// Copyright (c) 2009 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 "base/port.h"
-#include "chrome/browser/sync/util/path_helpers.h"
-
-#ifndef OS_LINUX
-#error Compile this file on Linux only.
-#endif