Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: third_party/libjingle/overrides/talk/base/constructormagic.h

Issue 435823002: Revert "Update webrtc&libjingle 6774:6799." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // This file overrides the inclusion of talk/base/constructormagic.h
6 // We do this because constructor magic defines DISALLOW_EVIL_CONSTRUCTORS,
7 // but we want to use the version from Chromium.
8
9 #ifndef OVERRIDES_TALK_BASE_CONSTRUCTORMAGIC_H__
10 #define OVERRIDES_TALK_BASE_CONSTRUCTORMAGIC_H__
11
12 #include "base/basictypes.h"
13
14 #endif // OVERRIDES_TALK_BASE_CONSTRUCTORMAGIC_H__
OLDNEW
« no previous file with comments | « third_party/libjingle/overrides/talk/base/basictypes.h ('k') | third_party/libjingle/overrides/talk/base/logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698