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

Unified Diff: sync/internal_api/public/util/weak_handle.cc

Issue 10534080: sync: move internal_api components used by chrome/browser into internal_api/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: init Created 8 years, 6 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
Index: sync/internal_api/public/util/weak_handle.cc
diff --git a/sync/util/weak_handle.cc b/sync/internal_api/public/util/weak_handle.cc
similarity index 94%
rename from sync/util/weak_handle.cc
rename to sync/internal_api/public/util/weak_handle.cc
index bdf580b7e1de8eea716033d89e07af6c4e10e2d0..136fc58db0ab647a3e97c7f7389e748d0bc85c50 100644
--- a/sync/util/weak_handle.cc
+++ b/sync/internal_api/public/util/weak_handle.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/util/weak_handle.h"
+#include "sync/internal_api/public/util/weak_handle.h"
#include <sstream>

Powered by Google App Engine
This is Rietveld 408576698