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

Unified Diff: rtc_base/optional.h

Issue 3011963002: Remove backwards compatibilty header for Optional (Closed)
Patch Set: rebase Created 3 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rtc_base/optional.h
diff --git a/rtc_base/optional.h b/rtc_base/optional.h
deleted file mode 100644
index 04294dc4522cc85676ec7acefd971da77b9339c8..0000000000000000000000000000000000000000
--- a/rtc_base/optional.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Copyright 2015 The WebRTC Project Authors. All rights reserved.
- *
- * Use of this source code is governed by a BSD-style license
- * that can be found in the LICENSE file in the root of the source
- * tree. An additional intellectual property rights grant can be found
- * in the file PATENTS. All contributing project authors may
- * be found in the AUTHORS file in the root of the source tree.
- */
-
-// This header is for backwards compatibility only, and will be removed soon.
-// Include webrtc/api/optional.h instead.
-
-#ifndef RTC_BASE_OPTIONAL_H_
-#define RTC_BASE_OPTIONAL_H_
-
-#include "api/optional.h"
-
-#endif // RTC_BASE_OPTIONAL_H_
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698