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

Unified Diff: cc/resources/single_release_callback_impl.h

Issue 1057283003: Remove parts of //cc we aren't using (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « cc/resources/single_release_callback.h ('k') | cc/resources/single_release_callback_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/single_release_callback_impl.h
diff --git a/cc/resources/single_release_callback_impl.h b/cc/resources/single_release_callback_impl.h
index 41220dc29e82cb52acb8f1d824eaa40a9b7cc81a..58ac15447432c889eb1189bc3dfebb6f6d051c04 100644
--- a/cc/resources/single_release_callback_impl.h
+++ b/cc/resources/single_release_callback_impl.h
@@ -6,12 +6,11 @@
#define CC_RESOURCES_SINGLE_RELEASE_CALLBACK_IMPL_H_
#include "base/memory/scoped_ptr.h"
-#include "cc/base/cc_export.h"
#include "cc/resources/release_callback_impl.h"
namespace cc {
-class CC_EXPORT SingleReleaseCallbackImpl {
+class SingleReleaseCallbackImpl {
public:
static scoped_ptr<SingleReleaseCallbackImpl> Create(
const ReleaseCallbackImpl& cb) {
« no previous file with comments | « cc/resources/single_release_callback.h ('k') | cc/resources/single_release_callback_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698