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

Unified Diff: blimp/client/core/compositor/blimp_image_decoder.cc

Issue 2160363002: Move ImageSerializationProcessor code to blimp/client/core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split-blimp-client-core
Patch Set: fix public_deps for //blimp/test Created 4 years, 5 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: blimp/client/core/compositor/blimp_image_decoder.cc
diff --git a/blimp/client/feature/compositor/blimp_image_decoder.cc b/blimp/client/core/compositor/blimp_image_decoder.cc
similarity index 97%
rename from blimp/client/feature/compositor/blimp_image_decoder.cc
rename to blimp/client/core/compositor/blimp_image_decoder.cc
index 46e8a385fb48489f0f8720eb16f43939962e10d1..c5bfcf8c743d49d42ed92233e86c233b848896c7 100644
--- a/blimp/client/feature/compositor/blimp_image_decoder.cc
+++ b/blimp/client/core/compositor/blimp_image_decoder.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 "blimp/client/feature/compositor/blimp_image_decoder.h"
+#include "blimp/client/core/compositor/blimp_image_decoder.h"
#include "base/lazy_instance.h"
#include "base/logging.h"
« no previous file with comments | « blimp/client/core/compositor/blimp_image_decoder.h ('k') | blimp/client/core/compositor/blob_image_serialization_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698