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

Unified Diff: blimp/client/core/contents/blimp_contents_impl_unittest.cc

Issue 2166563003: Split //blimp/client/core to relevant parts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-assignment-source
Patch Set: 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/contents/blimp_contents_impl_unittest.cc
diff --git a/blimp/client/core/blimp_contents_impl_unittest.cc b/blimp/client/core/contents/blimp_contents_impl_unittest.cc
similarity index 90%
rename from blimp/client/core/blimp_contents_impl_unittest.cc
rename to blimp/client/core/contents/blimp_contents_impl_unittest.cc
index 0c9f846260ef56c19fc513c7ed7a32009d5b5626..03132529690813afa33bd0e4797b8de48480e449 100644
--- a/blimp/client/core/blimp_contents_impl_unittest.cc
+++ b/blimp/client/core/contents/blimp_contents_impl_unittest.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "blimp/client/core/blimp_contents_impl.h"
+#include "blimp/client/core/contents/blimp_contents_impl.h"
#include "base/message_loop/message_loop.h"
-#include "blimp/client/core/blimp_contents_impl.h"
-#include "blimp/client/public/blimp_contents_observer.h"
+#include "blimp/client/core/contents/blimp_contents_impl.h"
+#include "blimp/client/public/contents/blimp_contents_observer.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace blimp {
« no previous file with comments | « blimp/client/core/contents/blimp_contents_impl.cc ('k') | blimp/client/core/contents/blimp_navigation_controller_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698