summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/util/highres_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/util/highres_timer.h')
-rw-r--r--chrome/browser/sync/util/highres_timer.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/chrome/browser/sync/util/highres_timer.h b/chrome/browser/sync/util/highres_timer.h
deleted file mode 100644
index 2c6513d..0000000
--- a/chrome/browser/sync/util/highres_timer.h
+++ /dev/null
@@ -1,15 +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.
-//
-// High resolution timer functions defined for each OS.
-
-#include "build/build_config.h"
-
-#if defined(OS_WIN)
-#include "chrome/browser/sync/util/highres_timer_win.h"
-#elif defined(OS_MACOSX)
-#include "chrome/browser/sync/util/highres_timer_mac.h"
-#else
-#include "chrome/browser/sync/util/highres_timer_linux.h"
-#endif