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

Unified Diff: mojo/public/cpp/bindings/lib/scratch_buffer.cc

Issue 220243007: Mojo: Move mojo/public/bindings/lib to mojo/public/cpp/bindings/lib. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « mojo/public/cpp/bindings/lib/scratch_buffer.h ('k') | mojo/public/cpp/bindings/lib/shared_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/lib/scratch_buffer.cc
diff --git a/mojo/public/bindings/lib/scratch_buffer.cc b/mojo/public/cpp/bindings/lib/scratch_buffer.cc
similarity index 95%
rename from mojo/public/bindings/lib/scratch_buffer.cc
rename to mojo/public/cpp/bindings/lib/scratch_buffer.cc
index abfb5fe6b236f7b32ba76a18d3a5102977b49c92..cb894e3a180f209c15693b8402cd3b64cc974b3c 100644
--- a/mojo/public/bindings/lib/scratch_buffer.cc
+++ b/mojo/public/cpp/bindings/lib/scratch_buffer.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 "mojo/public/bindings/lib/scratch_buffer.h"
+#include "mojo/public/cpp/bindings/lib/scratch_buffer.h"
#include <assert.h>
#include <stdlib.h>
@@ -10,7 +10,7 @@
#include <algorithm>
-#include "mojo/public/bindings/lib/bindings_serialization.h"
+#include "mojo/public/cpp/bindings/lib/bindings_serialization.h"
// Scrub memory in debug builds to help catch use-after-free bugs.
#ifdef NDEBUG
« no previous file with comments | « mojo/public/cpp/bindings/lib/scratch_buffer.h ('k') | mojo/public/cpp/bindings/lib/shared_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698