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

Unified Diff: blimp/client/feature/ime_feature.cc

Issue 1929723002: [Blimp] Adds blimp engine browser test framework and LoadUrl test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses mmenke's comments. Client uses assignment directly without reading commandline. Created 4 years, 7 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/feature/ime_feature.cc
diff --git a/blimp/client/feature/ime_feature.cc b/blimp/client/feature/ime_feature.cc
index 7795007f924969d14c0ac2bde25cc022bd4677e5..5da4f8e58b930c84e08faffd602e12be641ee555 100644
--- a/blimp/client/feature/ime_feature.cc
+++ b/blimp/client/feature/ime_feature.cc
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include <blimp/client/feature/ime_feature.h>
+#include "blimp/client/feature/ime_feature.h"
+
#include <string>
#include "blimp/common/create_blimp_message.h"

Powered by Google App Engine
This is Rietveld 408576698