summaryrefslogtreecommitdiffstats
path: root/third_party/cacheinvalidation/overrides
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/cacheinvalidation/overrides')
-rw-r--r--third_party/cacheinvalidation/overrides/google/cacheinvalidation/compiler-specific.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/cacheinvalidation/overrides/google/cacheinvalidation/compiler-specific.h b/third_party/cacheinvalidation/overrides/google/cacheinvalidation/compiler-specific.h
new file mode 100644
index 0000000..5ca6b57
--- /dev/null
+++ b/third_party/cacheinvalidation/overrides/google/cacheinvalidation/compiler-specific.h
@@ -0,0 +1,10 @@
+// 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.
+
+#ifndef GOOGLE_CACHEINVALIDATION_COMPILER_SPECIFIC_H_
+#define GOOGLE_CACHEINVALIDATION_COMPILER_SPECIFIC_H_
+
+#include "base/compiler_specific.h"
+
+#endif // GOOGLE_CACHEINVALIDATION_COMPILER_SPECIFIC_H_