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

Unified Diff: sync/engine/sync_engine_event.cc

Issue 152013003: Split up SyncEngineEventListener callbacks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more forward declaration Created 6 years, 10 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 | « sync/engine/sync_engine_event.h ('k') | sync/engine/sync_engine_event_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/sync_engine_event.cc
diff --git a/sync/engine/sync_engine_event.cc b/sync/engine/sync_engine_event.cc
deleted file mode 100644
index 2df3d6284c527bc7b8cbb98e6d1fafe5f3b995f3..0000000000000000000000000000000000000000
--- a/sync/engine/sync_engine_event.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (c) 2012 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.
-
-#include "sync/engine/sync_engine_event.h"
-
-namespace syncer {
-
-SyncEngineEvent::SyncEngineEvent(EventCause cause) : what_happened(cause) {
-}
-
-SyncEngineEvent::~SyncEngineEvent() {}
-
-} // namespace syncer
« no previous file with comments | « sync/engine/sync_engine_event.h ('k') | sync/engine/sync_engine_event_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698