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

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

Issue 2201433002: Migrate TabControlFeature from 0.5 to 0.6 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: some more compile error fix Created 4 years, 4 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/tab_control_feature.cc
diff --git a/blimp/client/feature/tab_control_feature.cc b/blimp/client/core/contents/tab_control_feature.cc
similarity index 97%
rename from blimp/client/feature/tab_control_feature.cc
rename to blimp/client/core/contents/tab_control_feature.cc
index 285d525e4709c5aaa0874f3b68a2ee48a8b452ff..b438763e556da5acc1325cbd8ec027db1c0ac89a 100644
--- a/blimp/client/feature/tab_control_feature.cc
+++ b/blimp/client/core/contents/tab_control_feature.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/tab_control_feature.h"
+#include "blimp/client/core/contents/tab_control_feature.h"
#include "blimp/common/create_blimp_message.h"
#include "blimp/common/proto/blimp_message.pb.h"
« no previous file with comments | « blimp/client/core/contents/tab_control_feature.h ('k') | blimp/client/core/contents/tab_control_feature_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698