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

Side by Side Diff: chrome/browser/android/data_usage/external_data_use_observer.cc

Issue 1406003005: Rename chrome/browser/android/datausage to data_usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/android/datausage/external_data_use_observer.h" 5 #include "chrome/browser/android/data_usage/external_data_use_observer.h"
6 6
7 #include <utility> 7 #include <utility>
8 8
9 #include "base/android/jni_string.h" 9 #include "base/android/jni_string.h"
10 #include "base/message_loop/message_loop.h" 10 #include "base/message_loop/message_loop.h"
11 #include "components/data_usage/core/data_use.h" 11 #include "components/data_usage/core/data_use.h"
12 #include "content/public/browser/browser_thread.h" 12 #include "content/public/browser/browser_thread.h"
13 #include "jni/ExternalDataUseObserver_jni.h" 13 #include "jni/ExternalDataUseObserver_jni.h"
14 #include "third_party/re2/re2/re2.h" 14 #include "third_party/re2/re2/re2.h"
15 #include "url/gurl.h" 15 #include "url/gurl.h"
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 return label_; 334 return label_;
335 } 335 }
336 336
337 bool RegisterExternalDataUseObserver(JNIEnv* env) { 337 bool RegisterExternalDataUseObserver(JNIEnv* env) {
338 return RegisterNativesImpl(env); 338 return RegisterNativesImpl(env);
339 } 339 }
340 340
341 } // namespace android 341 } // namespace android
342 342
343 } // namespace chrome 343 } // namespace chrome
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698